rpms/gnome-yum/FC-4 .cvsignore, 1.2, 1.3 gnome-yum.spec, 1.3, 1.4 sources, 1.2, 1.3

András Tóth (tbandi72) fedora-extras-commits at redhat.com
Mon Sep 25 14:06:55 UTC 2006


Author: tbandi72

Update of /cvs/extras/rpms/gnome-yum/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6063

Modified Files:
	.cvsignore gnome-yum.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-yum/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Apr 2006 06:49:26 -0000	1.2
+++ .cvsignore	25 Sep 2006 14:06:55 -0000	1.3
@@ -1 +1 @@
-gnome-yum-0.1.3.tar.bz2
+gnome-yum.spec


Index: gnome-yum.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-yum/FC-4/gnome-yum.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-yum.spec	2 Apr 2006 06:49:26 -0000	1.3
+++ gnome-yum.spec	25 Sep 2006 14:06:55 -0000	1.4
@@ -1,6 +1,6 @@
 Summary:         GNOME interface for YUM
 Name:            gnome-yum
-Version:         0.1.3
+Version:         0.1.4
 Release:         1%{?dist}
 Group:           Applications/System
 License:         GPL
@@ -33,15 +33,26 @@
 desktop-file-install --vendor fedora --delete-original       \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
   $RPM_BUILD_ROOT%{_datadir}/applications/gnome-yum.desktop
+rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
+
+%postun
+if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
+
 %files -f gnome-yum.lang
 %doc ABOUT-NLS AUTHORS README COPYING INSTALL TODO ChangeLog 
 %defattr(-,root,root)
 %dir %{_datadir}/pixmaps/gnome-yum
 %{_datadir}/pixmaps/gnome-yum
+%dir %{_datadir}/gnome/help/gnome-yum
+%{_datadir}/gnome/help/gnome-yum/*
+%dir %{_datadir}/omf/gnome-yum
+%{_datadir}/omf/gnome-yum/*.omf
 %{_datadir}/applications/*.desktop
 %{_bindir}/gnome-yum
 %{_sbindir}/gnome-yum
@@ -50,5 +61,12 @@
 %attr(0755,root,root) %{_datadir}/gnome-yum/gyum-query.sh
 
 %changelog
+* Sun Sep 24 2006 András Tóth  <toth_bandi at users.sourceforge.net> - 0.1.4-1
+- Added User Manual (thanks for Sam S. Ganzha)
+- Added Czech translation (thanks for Lukas Novotny)
+
+* Mon Jun 5 2006 András Tóth  <toth_bandi at users.sourceforge.net> - 0.1.3-1.1
+- Rebuild for fedora-extras-development: resolve broken dependencies
+
 * Sat Jan 14 2006 András Tóth  <toth_bandi at users.sourceforge.net> - 0.1.3-1
 - Fixed specfile format bugs


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-yum/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Apr 2006 06:49:26 -0000	1.2
+++ sources	25 Sep 2006 14:06:55 -0000	1.3
@@ -1 +1 @@
-0a3bbb714418b8b849e5fa3ecab877fc  gnome-yum-0.1.3.tar.bz2
+2cfca64d334a7140a1f3cb393fb14205  gnome-yum.spec




More information about the scm-commits mailing list