rpms/ufraw/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 ufraw.spec, 1.27, 1.28

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


Author: nphilipp

Update of /cvs/pkgs/rpms/ufraw/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29483

Modified Files:
	.cvsignore sources ufraw.spec 
Log Message:
version 0.13
build cinepaint plugin from Fedora 7 on (#282641)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	6 Aug 2007 07:17:50 -0000	1.8
+++ .cvsignore	30 Nov 2007 11:51:09 -0000	1.9
@@ -1 +1 @@
-ufraw-0.12.tar.gz
+ufraw-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Aug 2007 07:17:50 -0000	1.8
+++ sources	30 Nov 2007 11:51:09 -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/devel/ufraw.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ufraw.spec	14 Nov 2007 15:24:30 -0000	1.27
+++ ufraw.spec	30 Nov 2007 11:51:09 -0000	1.28
@@ -1,6 +1,16 @@
 %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
@@ -19,14 +29,18 @@
 
 Summary: Raw image data retrieval tool for digital cameras
 Name: ufraw
-Version: 0.12
-Release: 3%{?dist}
+Version: 0.13
+Release: 1%{?dist}
 Group: Applications/Multimedia
 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,18 @@
 %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




More information about the fedora-extras-commits mailing list