rpms/ufraw/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 ufraw.spec, 1.5, 1.6

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Oct 6 16:11:34 UTC 2005


Author: nphilipp

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

Modified Files:
	.cvsignore sources ufraw.spec 
Log Message:
version 0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ufraw/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Mar 2005 12:44:54 -0000	1.2
+++ .cvsignore	6 Oct 2005 16:11:31 -0000	1.3
@@ -1 +1 @@
-ufraw-0.4.tar.gz
+ufraw-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ufraw/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Mar 2005 12:44:54 -0000	1.2
+++ sources	6 Oct 2005 16:11:31 -0000	1.3
@@ -1 +1 @@
-c66a2498b3fb74eef6f3b7ce5477d44a  ufraw-0.4.tar.gz
+ffb0ac06e226b8412afcbfa7f242d87b  ufraw-0.5.tar.gz


Index: ufraw.spec
===================================================================
RCS file: /cvs/extras/rpms/ufraw/devel/ufraw.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ufraw.spec	22 May 2005 22:02:57 -0000	1.5
+++ ufraw.spec	6 Oct 2005 16:11:31 -0000	1.6
@@ -3,16 +3,16 @@
 
 Summary: GIMP plugin to retrieve raw image data from digital cameras
 Name: ufraw
-Version: 0.4
-Release: 2
+Version: 0.5
+Release: 1
 Group: Applications/Multimedia
 License: GPL
 URL: http://ufraw.sourceforge.net
-Source0: http://unc.dl.sourceforge.net/sourceforge/ufraw/ufraw-%{version}.tar.gz
-Source1: COPYING
+Source0: http://dl.sourceforge.net/ufraw/ufraw-%{version}.tar.gz
 BuildRequires: gimp-devel >= 2.0
-BuildRequires: gtk2-devel >= 2.4.0
+BuildRequires: gtk2-devel >= 2.6.0
 BuildRequires: lcms-devel
+BuildRequires: libexif-devel
 BuildRequires: libtiff-devel 
 BuildRequires: libjpeg-devel
 BuildRequires: pkgconfig
@@ -23,15 +23,14 @@
 
 %prep
 %setup -q
-cp %{SOURCE1} .
 
 %build
+%configure
 make
 
 %install
 rm -rf %buildroot
-install -m 0755 -d %{buildroot}%{gimpplugindir}
-install -m 0755 ufraw-gimp %{buildroot}%{gimpplugindir}
+make DESTDIR=%buildroot install
 
 %clean
 rm -rf %buildroot
@@ -39,10 +38,17 @@
 %files
 %defattr(-, root, root)
 %doc COPYING README
+%_bindir/*
+%_datadir/pixmaps/*
+%_datadir/applications/*.desktop
+%_mandir/man1/*
 %dir %{gimpplugindir}
 %{gimpplugindir}/ufraw-gimp
 
 %changelog
+* Thu Oct 06 2005 Nils Philippsen <nphilipp at redhat.com> - 0.5-1
+- version 0.5
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 0.4-2
 - rebuild to sync arches
 




More information about the fedora-extras-commits mailing list