rpms/geeqie/F-11 geeqie.spec,1.17,1.18

Michael Schwendt mschwendt at fedoraproject.org
Fri May 15 09:39:35 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/geeqie/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6509/F-11

Modified Files:
	geeqie.spec 
Log Message:
sync with beta1 from devel/F-12 for F-10/F11 updates-testing


Index: geeqie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geeqie/F-11/geeqie.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- geeqie.spec	24 Feb 2009 20:26:45 -0000	1.17
+++ geeqie.spec	15 May 2009 09:39:05 -0000	1.18
@@ -1,22 +1,20 @@
-%define upstreamversion 1.0alpha3
+%define upstreamversion 1.0beta1
 
 Summary: Image browser and viewer
 Name: geeqie
 Version: 1.0
-Release: 0.15.alpha3%{?dist}
+Release: 0.16.beta1%{?dist}
 License: GPLv3
 Group: User Interface/X
 # svn + autogen
 #Source: geeqie-1.0alpha2-svn-1341.tgz
 Source: http://dl.sf.net/sourceforge/geeqie/%{name}-%{upstreamversion}.tar.gz
-Patch1: geeqie-1.0alpha2-desktop.patch
-Patch2: geeqie-1.0alpha2-editors.patch
+# submitted upstream
+Patch1: geeqie-1.0beta1-desktop.patch
 # bz 222639
-Patch3: geeqie-1.0alpha1-print-pagesize.patch
+Patch3: geeqie-1.0beta1-print-pagesize.patch
+# submitted upstream
 Patch4: geeqie-1.0alpha2-gcc-warn.patch
-Patch5: geeqie-1.0alpha3-lirc.patch
-Patch6: geeqie-1.0alpha3-docdirs.patch
-Patch7: geeqie-1.0alpha3-metadata-exit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 URL: http://geeqie.sourceforge.net/
 BuildRequires: gtk2-devel
@@ -25,6 +23,9 @@ BuildRequires: exiv2-devel
 BuildRequires: lirc-devel
 BuildRequires: gettext desktop-file-utils
 
+# Not in Fedora yet. It's a development release, btw.
+#BuildRequires: libchamplain-gtk-devel >= 0.3
+
 # Something for the future:
 # Replace GQView last stable release in Fedora space,
 # plus allow for it to return if a higher version.
@@ -32,7 +33,8 @@ BuildRequires: gettext desktop-file-util
 #Obsoletes: gqview <= 2.0.4
 
 %description
-*** This software is currently in alpha state ***
+*** Caution! This is a beta release.
+*** Be careful when evaluating this software.
 
 Geeqie has been forked from the GQview project with the goal of picking up
 development and integrating patches. It is an image viewer for browsing
@@ -44,17 +46,13 @@ and zoom.
 %prep
 %setup -q -n %{name}-%{upstreamversion}
 %patch1 -p1 -b .desktop
-%patch2 -p1 -b .editors
 %patch3 -p1 -b .print-pagesize
 %patch4 -p1 -b .gcc-warn
-%patch5 -p1 -b .lirc
-%patch6 -p1 -b .docdirs
-%patch7 -p1 -b .metadata-exit
 
 
 %build
 %configure --enable-lirc
-make clean
+#make clean
 make %{?_smp_mflags}
 
 
@@ -91,13 +89,17 @@ update-desktop-database &> /dev/null || 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc %{_datadir}/doc/%{name}*
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 %{_mandir}/man1/%{name}.1*
+%{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/fedora-%{name}.desktop
 
 
 %changelog
+* Thu May 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0-0.16.beta1
+- update to beta1 tarball
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.15.alpha3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list