rpms/remmina/F-12 import.log, NONE, 1.1 remmina.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand splinux at fedoraproject.org
Mon Mar 1 18:01:46 UTC 2010


Author: splinux

Update of /cvs/pkgs/rpms/remmina/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22565/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log remmina.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
remmina-0_7_4-1_fc12:F-12:remmina-0.7.4-1.fc12.src.rpm:1267466415


--- NEW FILE remmina.spec ---
Name:           remmina
Version:        0.7.4
Release:        1%{?dist}
Summary:        Remote Desktop Client

Group:          Applications/Internet
License:        GPLv2+ and MIT
URL:            http://remmina.sourceforge.net
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  intltool, gtk2-devel, libvncserver-devel
BuildRequires:  libjpeg-devel, gnutls-devel, libssh-devel 
BuildRequires:  avahi-ui-devel, vte-devel, unique-devel
BuildRequires:  gettext, desktop-file-utils      

Requires:  rdesktop, xorg-x11-server-Xephyr

Provides: grdc = %{version}
Obsoletes: grdc < 0.6.1

%description
Remmina is a remote desktop client written in GTK+, aiming to be useful 
for system administrators and travellers, who need to work with lots
of remote computers in front of either large monitors or tiny netbooks.

Remmina supports multiple network protocols in an integrated and consistant
 user interface. Currently RDP, VNC, XDMCP and SSH are supported.


%prep
%setup -q


%build
%configure --enable-vnc=dl
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor="" --delete-original \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README 
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/

%changelog
* Sat Feb 27 2010 Damien Durand <splinux at fedoraproject.org> 0.7.4-1
- Update to 0.7.4
- Fix License tag

* Sun Feb 14 2010 Damien Durand <splinux at fedoraproject.org> 0.7.3-1
- Upstream release
- Add rdesktop, xorg-x11-server-Xephyr in Requires
- Add grdc in Provides/Obsoletes
- Add --enable-vnc=dl in %configure
- Remove unneeded README.LibVNCServer
- Fix "icons/hicolor" path

* Thu Jan 07 2010 Damien Durand <splinux at fedoraproject.org> 0.7.2-2
- Fix Summary
- Split BuildRequires

* Thu Jan 07 2010 Damien Durand <splinux at fedoraproject.org> 0.7.2-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/remmina/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Mar 2010 16:59:03 -0000	1.1
+++ .cvsignore	1 Mar 2010 18:01:46 -0000	1.2
@@ -0,0 +1 @@
+remmina-0.7.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/remmina/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Mar 2010 16:59:04 -0000	1.1
+++ sources	1 Mar 2010 18:01:46 -0000	1.2
@@ -0,0 +1 @@
+c53c9473b3730dcc8c8b5bd84e5fe01a  remmina-0.7.4.tar.gz



More information about the scm-commits mailing list