rpms/gnome-menus/F-13 other-docs.patch, NONE, 1.1 gnome-menus.spec, 1.112, 1.113

Matthias Clasen mclasen at fedoraproject.org
Wed Apr 7 20:40:57 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-menus/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13319

Modified Files:
	gnome-menus.spec 
Added Files:
	other-docs.patch 
Log Message:
Keep docs in check


other-docs.patch:
 applications.menu |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE other-docs.patch ---
diff -up gnome-menus-2.30.0/layout/applications.menu.other-docs gnome-menus-2.30.0/layout/applications.menu
--- gnome-menus-2.30.0/layout/applications.menu.other-docs	2010-04-07 16:04:38.790906347 -0400
+++ gnome-menus-2.30.0/layout/applications.menu	2010-04-07 16:15:58.490739146 -0400
@@ -147,6 +147,7 @@
         <Not><Category>Core</Category></Not>
         <Not><Category>Settings</Category></Not>
         <Not><Category>Screensaver</Category></Not>
+        <Not><Category>Documentation</Category></Not>
       </And>
     </Include>
   </Menu> <!-- End Other -->


Index: gnome-menus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-menus/F-13/gnome-menus.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -p -r1.112 -r1.113
--- gnome-menus.spec	30 Mar 2010 02:09:31 -0000	1.112
+++ gnome-menus.spec	7 Apr 2010 20:40:57 -0000	1.113
@@ -6,12 +6,14 @@
 Summary:  A menu system for the GNOME project
 Name: gnome-menus
 Version: 2.30.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org/
 #VCS: git:git://git.gnome.org/gnome-menus
 Source0: http://download.gnome.org/sources/gnome-menus/2.30/%{name}-%{version}.tar.bz2
+# Keep release notes from showing up in Applications>Other
+Patch0: other-docs.patch
 Requires:  redhat-menus >= 7.8.9-2
 BuildRequires: gamin-devel
 BuildRequires: gawk
@@ -43,6 +45,7 @@ writing applications that use the GNOME 
 
 %prep
 %setup -q
+%patch0 -p1 -b .other-docs
 
 %build
 %configure \
@@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/gnome-menus
 
 %changelog
+* Wed Apr  7 2010 Matthias Clasen <mclasen at redhat.com> 2.30.0-2
+- Keep release notes out of Applications>Other
+
 * Mon Mar 29 2010 Matthias Clasen <mclasen at redhat.com> 2.30.0-1
 - Update to 2.30.0
 



More information about the scm-commits mailing list