rpms/grsync/devel .cvsignore, 1.9, 1.10 grsync.spec, 1.13, 1.14 sources, 1.9, 1.10

Christoph Wickert cwickert at fedoraproject.org
Thu Feb 4 23:25:51 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/grsync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23909

Modified Files:
	.cvsignore grsync.spec sources 
Log Message:
* Fri Feb 04 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
- Update to 1.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/grsync/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	22 Dec 2009 22:07:52 -0000	1.9
+++ .cvsignore	4 Feb 2010 23:25:50 -0000	1.10
@@ -1 +1 @@
-grsync-0.9.3.tar.gz
+grsync-1.0.0.tar.gz


Index: grsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grsync/devel/grsync.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- grsync.spec	22 Dec 2009 22:07:52 -0000	1.13
+++ grsync.spec	4 Feb 2010 23:25:50 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           grsync
-Version:        0.9.3
+Version:        1.0.0
 Release:        1%{?dist}
 Summary:        A Gtk+ GUI for rsync
 
@@ -21,28 +21,35 @@ used to synchronize local directories. F
 grsync to synchronize their music collection with removable devices or 
 to backup personal files to a networked drive. 
 
+
 %prep
 %setup -q
 
 # some minor corrections for rpmlint
 %{__sed} -i 's/\r//' README AUTHORS NEWS
 
+
 %build
 %configure
 make %{?_smp_mflags}
+sed -i 's|Icon=%{name}.png|Icon=%{name}|g' %{name}.desktop
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 desktop-file-install                                             \
+        --remove-key=Encoding                                    \
+        --remove-category=Application                            \
+        --add-category=FileTransfer                              \
         --add-category=GTK                                       \
         --dir=%{buildroot}%{_datadir}/applications/              \
         %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
- 
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -51,13 +58,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/grsync*
-%{_mandir}/man1/grsync*.1.gz
+%{_mandir}/man1/grsync*.1.*
 %{_datadir}/pixmaps/grsync.png
 %{_datadir}/applications/grsync.desktop
 %{_datadir}/grsync/
 
 
 %changelog
+* Fri Feb 04 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
 * Tue Dec 22 2009 Sebastian Vahl <fedora at deadbabylon.de> - 0.9.3-1
 - new upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/grsync/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	22 Dec 2009 22:07:52 -0000	1.9
+++ sources	4 Feb 2010 23:25:50 -0000	1.10
@@ -1 +1 @@
-c9f5828cb5a75893c0518c0cd3615f9c  grsync-0.9.3.tar.gz
+4deb6cc00658e224068324f43ec8714e  grsync-1.0.0.tar.gz



More information about the scm-commits mailing list