rpms/fotoxx/F-10 .cvsignore, 1.12, 1.13 fotoxx.spec, 1.11, 1.12 sources, 1.12, 1.13

Pavel Alexeev hubbitus at fedoraproject.org
Sun Aug 9 11:24:37 UTC 2009


Author: hubbitus

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

Modified Files:
	.cvsignore fotoxx.spec sources 
Log Message:
- Update to version 8.0
- Delete old patches.
- Add new man file.
- Add R and BR: xdg-utils




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/F-10/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	4 Jan 2009 18:07:15 -0000	1.12
+++ .cvsignore	9 Aug 2009 11:24:37 -0000	1.13
@@ -1 +1,2 @@
-fotoxx-5.8.tar.gz
+fotoxx-8.0.tar.gz
+fotoxx-8.0-mandir.patch


Index: fotoxx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/F-10/fotoxx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- fotoxx.spec	4 Jan 2009 18:07:15 -0000	1.11
+++ fotoxx.spec	9 Aug 2009 11:24:37 -0000	1.12
@@ -1,19 +1,27 @@
-Name:           fotoxx
-Version:        5.8
-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:		8.0
+Release:		6%{?dist}
+Summary:		Photo editor
+
+Group:		Applications/Multimedia
+License:		GPLv2
+URL:			http://kornelix.squarespace.com/%{name}
+Source0:		http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
+Source1:		%{name}.desktop
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	gtk2-devel
+BuildRequires:	desktop-file-utils
+BuildRequires:	freeimage-devel
+Requires:		exiv2
+Requires:		printoxx
+
+# Presents checked at build time
+BuildRequires:	perl-Image-ExifTool ufraw xdg-utils
+Requires:		perl-Image-ExifTool ufraw xdg-utils
+
+# No public bugtracker. Sent to author by mail 2009-08-09
+Patch0:		fotoxx-8.0-mandir.patch
 
 %description
 Fotoxx is a free open source Linux program for editing image files
@@ -21,33 +29,33 @@ from a digital camera. The goal of fotox
 needs while remaining easy to use.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p0 -b .mandir
+
 # To use "fedora" CFLAGS (exported)
 sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile
 
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; 
-make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
-
+make %{?_smp_mflags} PREFIX=%{_prefix}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
-install -Dm 644 -p data/icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
+install -Dm 644 -p data/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
 desktop-file-install --vendor="" \
-  --mode 644 \
-  --remove-category="Application" \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
-  %{SOURCE1}
-
+	--mode 644 \
+	--remove-category="Application" \
+	--dir %{buildroot}%{_datadir}/applications/ \
+	%{SOURCE1}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
-
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc doc/*
+%doc %{_mandir}/man1/%{name}.1*
 %dir %{_datadir}/%{name}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/icons/
@@ -56,6 +64,34 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun Aug 9 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 8.0-6
+- Add R and BR: xdg-utils
+
+* Sun Aug 9 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 8.0-5
+- Update to version 8.0
+- Delete old patches.
+- Remove rm libfreeimage.a, name of dir in %%setup.
+- Replace all $RPM_BUILD_ROOT by %%{buildroot}
+- Add Patch0: fotoxx-8.0-mandir.patch
+- Add new file %%doc %%{_mandir}/man1/%%{name}.1*
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Dennis Gilmore <dennis at ausil.us> - 6.0-3
+- add patch to dynamically link to libfreeimage
+
+* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 6.0-2
+- Forgot patch
+
+* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 6.0-1
+- New version 6.0
+- Adjust Source0 url (inspired by Kevin Fenzi in fedora-devel-list: https://www.redhat.com/archives/fedora-devel-list/2009-February/msg01622.html ).
+
+* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 5.8-2
+- Add patch0 fotoxx-5.8.constchar.patch
+- Reformat spec with tabs, remove trailing spaces.
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/F-10/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	4 Jan 2009 18:07:15 -0000	1.12
+++ sources	9 Aug 2009 11:24:37 -0000	1.13
@@ -1 +1,2 @@
-7f86e79ab79e8bf830e71930f6941b01  fotoxx-5.8.tar.gz
+66ad6298923a1593c8035ccdd122dfec  fotoxx-8.0.tar.gz
+43abca5f7838f56acd1979afc59d0b69  fotoxx-8.0-mandir.patch




More information about the fedora-extras-commits mailing list