rpms/ufraw/F-7 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 ufraw.spec, 1.21, 1.22

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Fri Nov 30 11:56:16 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/ufraw/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29773

Modified Files:
	.cvsignore sources ufraw.spec 
Log Message:
version 0.13
build cinepaint plugin from Fedora 7 on (#282641)
rephrase summary
use full path to gimptool
change license to GPLv2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/F-7/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	6 Aug 2007 13:22:28 -0000	1.8
+++ .cvsignore	30 Nov 2007 11:55:43 -0000	1.9
@@ -1 +1 @@
-ufraw-0.12.tar.gz
+ufraw-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/F-7/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Aug 2007 13:22:28 -0000	1.8
+++ sources	30 Nov 2007 11:55:43 -0000	1.9
@@ -1 +1 @@
-b2c104938c1c3eb47e7605432bbd3157  ufraw-0.12.tar.gz
+6470f787a8f62f6e1642161e3c8d557b  ufraw-0.13.tar.gz


Index: ufraw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/F-7/ufraw.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ufraw.spec	6 Aug 2007 13:22:28 -0000	1.21
+++ ufraw.spec	30 Nov 2007 11:55:43 -0000	1.22
@@ -1,6 +1,16 @@
-%define gimptool gimptool-2.0
+%define gimptool %{_bindir}/gimptool-2.0
 %define gimpplugindir %(%gimptool --gimpplugindir)/plug-ins
 
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
+%define cinepaint 0%{!?_without_cinepaint:1}
+%else
+%define cinepaint 0%{?_with_cinepaint:1}
+%endif
+
+%if %cinepaint
+%define cinepaintplugindir %(pkg-config --variable=programplugindir cinepaint-gtk)/plug-ins
+%endif
+
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 6 || 0%{?rhel} >= 5
 %define splitpackage 0%{!?_without_splitpackage:1}
 %else
@@ -17,16 +27,20 @@
 %define spkg 1
 %endif
 
-Summary: Tool to retrieve raw image data from digital cameras
+Summary: Raw image data retrieval tool for digital cameras
 Name: ufraw
-Version: 0.12
+Version: 0.13
 Release: 1%{?dist}
 Group: Applications/Multimedia
-License: GPL
+License: GPLv2
 URL: http://ufraw.sourceforge.net
-Source0: http://dl.sourceforge.net/ufraw/ufraw-%{version}.tar.gz
+Source0: http://download.sourceforge.net/ufraw/ufraw-%{version}.tar.gz
 BuildRequires: gimp-devel >= 2.0
 BuildRequires: gimp >= 2.0
+%if %cinepaint
+BuildRequires: cinepaint-devel >= 0.22
+BuildRequires: cinepaint >= 0.22
+%endif
 BuildRequires: gtk2-devel >= 2.6.0
 BuildRequires: lcms-devel
 BuildRequires: libexif-devel >= 0.6.13
@@ -84,12 +98,26 @@
 %description gimp
 The ufraw-gimp package contains a GIMP plugin for opening raw format images of
 digital cameras.
+
+%if %cinepaint
+%package cinepaint
+Summary: CinePaint plugin to retrieve raw image data from digital cameras
+Group: Applications/Multimedia
+Requires: ufraw-common = %{?epoch:%{epoch}:}%{version}-%{release}
+Obsoletes: ufraw < 0.10
+Conflicts: ufraw < 0.10
+
+%description cinepaint
+The ufraw-cinepaint package contains a CinePaint plugin for opening raw format
+images of digital cameras.
+%endif
 %endif
 
 %prep
 cat << EOF
 
 Building UFRaw with these settings:
+cinepaint:      %cinepaint
 splitpackage:   %splitpackage
 
 EOF
@@ -164,7 +192,25 @@
 %dir %{gimpplugindir}
 %{gimpplugindir}/ufraw-gimp
 
+%if %splitpackage
+%files cinepaint
+%defattr(-, root, root, -)
+%endif
+%dir %{cinepaintplugindir}
+%{cinepaintplugindir}/ufraw-cinepaint
+
 %changelog
+* Fri Nov 30 2007 Nils Philippsen <nphilipp at redhat.com> - 0.13-1
+- version 0.13
+- build cinepaint plugin from Fedora 7 on (#282641)
+
+* Wed Nov 14 2007 Nils Philippsen <nphilipp at redhat.com> - 0.12-3
+- rephrase summary
+- use full path to gimptool
+
+* Wed Sep 05 2007 Nils Philippsen <nphilipp at redhat.com> - 0.12-2
+- change license to GPLv2
+
 * Mon Aug 06 2007 Nils Philippsen <nphilipp at redhat.com> - 0.12-1
 - version 0.12
 - drop obsolete exiv2, cmserrorhandler patches




More information about the fedora-extras-commits mailing list