rpms/fotoxx/devel .cvsignore, 1.15, 1.16 fotoxx.spec, 1.18, 1.19 sources, 1.15, 1.16 fotoxx-dynamically-link.patch, 1.1, NONE

Pavel Alexeev hubbitus at fedoraproject.org
Sun Aug 9 10:34:24 UTC 2009


Author: hubbitus

Update of /cvs/pkgs/rpms/fotoxx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6130

Modified Files:
	.cvsignore fotoxx.spec sources 
Removed Files:
	fotoxx-dynamically-link.patch 
Log Message:
- Update to version 8.0
- Delete old patches.
- Add new man file.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	25 Feb 2009 15:13:14 -0000	1.15
+++ .cvsignore	9 Aug 2009 10:34:24 -0000	1.16
@@ -1,2 +1,2 @@
-fotoxx-6.0.tar.gz
-fotoxx-5.8.constchar.patch
+fotoxx-8.0.tar.gz
+fotoxx-8.0-mandir.patch


Index: fotoxx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/fotoxx.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- fotoxx.spec	24 Jul 2009 23:03:57 -0000	1.18
+++ fotoxx.spec	9 Aug 2009 10:34:24 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		fotoxx
-Version:		6.0
-Release:		4%{?dist}
+Version:		8.0
+Release:		5%{?dist}
 Summary:		Photo editor
 
 Group:		Applications/Multimedia
@@ -12,12 +12,16 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 BuildRequires:	gtk2-devel
 BuildRequires:	desktop-file-utils
-BuildRequires:  freeimage-devel
+BuildRequires:	freeimage-devel
 Requires:		exiv2
 Requires:		printoxx
 
-Patch0:		fotoxx-5.8.constchar.patch
-Patch1:         fotoxx-dynamically-link.patch
+# Presents checked at build time
+BuildRequires:	perl-Image-ExifTool ufraw
+Requires:		perl-Image-ExifTool ufraw
+
+# 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
@@ -25,37 +29,33 @@ from a digital camera. The goal of fotox
 needs while remaining easy to use.
 
 %prep
-%setup -q -n %{name}
-rm libfreeimage.a
-%patch0 -p1 -b .constchar
-%patch1 -p1 -b .dynamic
+%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/
@@ -64,6 +64,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	25 Feb 2009 15:13:14 -0000	1.15
+++ sources	9 Aug 2009 10:34:24 -0000	1.16
@@ -1,2 +1,2 @@
-e86c8d39bc2e1b30ddac32c58d7d3c3a  fotoxx-6.0.tar.gz
-7e891f89b87ee5a3e8db60a8860f4221  fotoxx-5.8.constchar.patch
+66ad6298923a1593c8035ccdd122dfec  fotoxx-8.0.tar.gz
+43abca5f7838f56acd1979afc59d0b69  fotoxx-8.0-mandir.patch


--- fotoxx-dynamically-link.patch DELETED ---




More information about the scm-commits mailing list