rpms/fotoxx/F-9 fotoxx.spec,1.10,1.11

Pavel Alexeev hubbitus at fedoraproject.org
Wed Feb 25 12:49:59 UTC 2009


Author: hubbitus

Update of /cvs/pkgs/rpms/fotoxx/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23296

Modified Files:
	fotoxx.spec 
Log Message:
Add patch to build on new gcc 4.4
fotoxx-5.8.constchar.patch
Bugtracker not found. Patch e-mailed to maintainer.




Index: fotoxx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/F-9/fotoxx.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fotoxx.spec	1 Dec 2008 20:02:51 -0000	1.10
+++ fotoxx.spec	25 Feb 2009 12:49:29 -0000	1.11
@@ -1,19 +1,22 @@
-Name:           fotoxx
-Version:        5.7
-Release:        1%{?dist}
-Summary:        Photo editor 
-
-Group:          Applications/Multimedia 
-License:        GPLv2
-URL:            http://kornelix.squarespace.com/%{name}
-Source0:        http://kornelix.squarespace.com/storage/%{name}-%{version}.tar.gz
-Source1:        %{name}.desktop
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  gtk2-devel
-BuildRequires:  desktop-file-utils
-Requires:       exiv2
-Requires:       printoxx
+Name:		fotoxx
+Version:		5.8
+Release:		3%{?dist}
+Summary:		Photo editor
+
+Group:		Applications/Multimedia
+License:		GPLv2
+URL:			http://kornelix.squarespace.com/%{name}
+Source0:		http://kornelix.squarespace.com/storage/%{name}-%{version}.tar.gz
+Source1:		%{name}.desktop
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	gtk2-devel
+BuildRequires:	desktop-file-utils
+Requires:		exiv2
+Requires:		printoxx
+
+# Bugtracker not found. Patch e-mailed to maintainer.
+Patch0:		fotoxx-5.8.constchar.patch
 
 %description
 Fotoxx is a free open source Linux program for editing image files
@@ -22,6 +25,9 @@
 
 %prep
 %setup -q -n %{name}
+
+%patch0 -p1 -b .constchar
+
 # To use "fedora" CFLAGS (exported)
 sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile
 
@@ -50,11 +56,21 @@
 %doc doc/*
 %dir %{_datadir}/%{name}
 %{_bindir}/%{name}
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}/icons/
+%{_datadir}/%{name}/locales/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 5.8-3
+- Add patch0 fotoxx-5.8.constchar.patch
+- Reformat spec with tabs, remove trailing spaces.
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan  4 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 5.8-1
+- Rebuild for 5.8
 * Mon Dec  1 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 5.7-1
 - Rebuild for 5.7
 * Sun Nov 16 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 5.6-1




More information about the fedora-extras-commits mailing list