rpms/gentoo/F-13 .cvsignore, 1.6, 1.7 gentoo.desktop, 1.2, 1.3 gentoo.spec, 1.16, 1.17 sources, 1.6, 1.7

李瑞彬 cheeselee at fedoraproject.org
Tue Apr 27 17:03:10 UTC 2010


Author: cheeselee

Update of /cvs/pkgs/rpms/gentoo/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28210

Modified Files:
	.cvsignore gentoo.desktop gentoo.spec sources 
Log Message:
* Mon Apr 26 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.15.6-1
- Update to 0.15.6
- Update Source0 URL
- Provide a patch to make it compiled against GTK+ 2.20
- Translations are suppressed from building. They do not actually function.
- Desktop file revised



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gentoo/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	17 Mar 2009 16:03:10 -0000	1.6
+++ .cvsignore	27 Apr 2010 17:03:10 -0000	1.7
@@ -1 +1 @@
-gentoo-0.15.2.tar.gz
+gentoo-0.15.6.tar.gz


Index: gentoo.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/gentoo/F-13/gentoo.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gentoo.desktop	17 Mar 2009 16:03:10 -0000	1.2
+++ gentoo.desktop	27 Apr 2010 17:03:10 -0000	1.3
@@ -5,5 +5,4 @@ Icon=gentoo 
 Exec=gentoo
 Terminal=false
 Type=Application
-Categories=System;FileManager;
-Encoding=UTF-8
+Categories=System;FileTools;FileManager;


Index: gentoo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gentoo/F-13/gentoo.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- gentoo.spec	24 Jul 2009 23:51:49 -0000	1.16
+++ gentoo.spec	27 Apr 2010 17:03:10 -0000	1.17
@@ -1,15 +1,18 @@
 Summary: Graphical file management program in GTK+ for Linux
 Name: gentoo
-Version: 0.15.2
-Release: 3
+Version: 0.15.6
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/File
 URL: http://www.obsession.se/gentoo/
-Source0: http://dl.sf.net/gentoo/gentoo-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: gentoo.desktop
 # Get here http://www.obsession.se/gentoo/gfx/logo.png (not in sources)
 Source2: gentoo.png
 Patch0: %{name}-0.15.2-cflags.patch
+# src/odmultibutton.c in gentoo uses some macros deprecated in gtk+ 2.20.
+# Patch it not to define GTK_DISABLE_DEPRECATED .
+Patch1: %{name}-0.15.6-gtk-2.20.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gtk2-devel
 BuildRequires: gamin-devel
@@ -29,19 +32,24 @@ file manager "Directory OPUS"(TM) (writt
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
-%configure --disable-dependency-tracking
+# Translations are suppressed from building. They do not actually function.
+# Try again in next upstream release.
+%configure --disable-dependency-tracking --disable-nls
 %{__make} %{?_smp_mflags}
 
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
-%find_lang %{name}
+#%find_lang %{name}
 # Included man page, not installed by default
 %{__install} -D -p -m 0644 docs/gentoo.1x %{buildroot}%{_mandir}/man1/gentoo.1
+# Don't install the man page again in %doc
+%{__rm} docs/gentoo.1x
 # Our own desktop entry, with its icon
 %{__install} -D -p -m 0644 %{SOURCE2} \
     %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gentoo.png
@@ -67,7 +75,8 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
-%files -f %{name}.lang
+%files
+#-f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS BUGS ChangeLog CONFIG-CHANGES COPYING CREDITS docs/
 %doc NEWS README README.gtkrc TODO
@@ -80,6 +89,13 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Mon Apr 26 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.15.6-1
+- Update to 0.15.6
+- Update Source0 URL
+- Provide a patch to make it compiled against GTK+ 2.20
+- Translations are suppressed from building. They do not actually function.
+- Desktop file revised
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gentoo/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Mar 2009 16:03:10 -0000	1.6
+++ sources	27 Apr 2010 17:03:10 -0000	1.7
@@ -1 +1 @@
-d3b66eeab00efa43c9b744fefe27d863  gentoo-0.15.2.tar.gz
+ddc8372decb55bffbb41e1171175fe7d  gentoo-0.15.6.tar.gz



More information about the scm-commits mailing list