[libopenraw] Updated to 0.0.9

belegdol belegdol at fedoraproject.org
Tue Oct 2 16:31:19 UTC 2012


commit ecdcbc79eceb030e8674cf7a4b39e89b739380e7
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Tue Oct 2 18:30:29 2012 +0200

    Updated to 0.0.9
    
    - Dropped obsolete Group, Buildroot, %clean and %defattr
    - Switched to .bz2 sources
    - Dropped included patches

 .gitignore                                         |    1 +
 ...compress-CFA-from-Canon-7D-5DMkII-500D-1D.patch |   60 -----
 0001-Support-partially-PEF-from-Pentax-K20D.patch  |  256 --------------------
 libopenraw-0.0.8-pixbufloaderdir.patch             |   14 -
 libopenraw.spec                                    |   40 +---
 sources                                            |    2 +-
 6 files changed, 11 insertions(+), 362 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6d6693..62c37ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libopenraw-0.0.8.tar.gz
+/libopenraw-0.0.9.tar.bz2
diff --git a/libopenraw.spec b/libopenraw.spec
index 28dac15..5ebc5d7 100644
--- a/libopenraw.spec
+++ b/libopenraw.spec
@@ -1,22 +1,10 @@
 Summary:	Decode camera RAW files
 Name:		libopenraw
-Version:	0.0.8
-Release:	8%{?dist}
+Version:	0.0.9
+Release:	1%{?dist}
 License:	LGPLv3+
-Group:		System Environment/Libraries
 URL:		http://libopenraw.freedesktop.org/wiki
-Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
-# upstream patch 1b15acdcfdc4664bc6c0be473cb6e096071a4e62 adds support
-# for certain PEF files and fixes a crash when opening such files
-Patch0:		0001-Support-partially-PEF-from-Pentax-K20D.patch
-# upstream patch 22287584fbfa4657098ee997957a6c4fc972a53b to
-# properly decompress CFA from certain cameras (patch slightly modified
-# to omit patching README)
-Patch1:		0001-Properly-decompress-CFA-from-Canon-7D-5DMkII-500D-1D.patch
-# https://bugs.freedesktop.org/show_bug.cgi?id=31088
-Patch2:		libopenraw-0.0.8-pixbufloaderdir.patch
-
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 
 BuildRequires:	libtool autoconf automake
 BuildRequires:	boost-devel
@@ -35,7 +23,6 @@ image processing application.
 
 %package gnome
 Summary:	GUI components of %{name}
-Group:		System Environment/Libraries
 
 Requires:	%{name} = %{version}-%{release}
 
@@ -44,7 +31,6 @@ The %{name}-gnome package contains gui components of %{name}.
 
 %package devel
 Summary:	Development files for %{name}
-Group:		Development/Libraries
 
 Requires:	%{name} = %{version}-%{release}
 Requires:	pkgconfig
@@ -55,7 +41,6 @@ developing applications that use %{name}.
 
 %package gnome-devel
 Summary:	Development files for %{name}-gnome
-Group:		Development/Libraries
 
 Requires:	%{name}-gnome = %{version}-%{release}
 Requires:	%{name}-devel = %{version}-%{release}
@@ -67,7 +52,6 @@ developing applications that use %{name}-gnome.
 
 %package pixbuf-loader
 Summary:	RAW image loader for GTK+ applications
-Group:		System Environment/Libraries
 
 Requires:	gtk2
 Requires:	%{name} = %{version}-%{release}
@@ -80,12 +64,8 @@ digital cameras, in GTK+ applications.
 
 %prep
 %setup -q
-%patch1 -p1 -b CFA-decrompress-fix
-%patch0 -p1 -b pef-crash-fix
-%patch2 -p1 -b pixbufloaderdir
 
 %build
-autoreconf -i -f
 %configure --disable-static --enable-gnome
 
 # Omit unused direct shared library dependencies.
@@ -102,9 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -121,7 +98,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
 gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS
 %doc ChangeLog
 %doc COPYING
@@ -131,11 +107,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
 %{_libdir}/%{name}.so.*
 
 %files gnome
-%defattr(-,root,root,-)
 %{_libdir}/%{name}gnome.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}-1.0.pc
 
@@ -143,7 +117,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
 %{_includedir}/%{name}-1.0/%{name}/*.h
 
 %files gnome-devel
-%defattr(-,root,root,-)
 %{_libdir}/%{name}gnome.so
 %{_libdir}/pkgconfig/%{name}-gnome-1.0.pc
 
@@ -151,10 +124,15 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
 %{_includedir}/%{name}-1.0/%{name}-gnome/gdkpixbuf.h
 
 %files pixbuf-loader
-%defattr(-,root,root,-)
 %{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
 
 %changelog
+* Sun Sep 30 2012 Julian Sikorski <belegdol at fedoraproject.org> - 0.0.9-1
+- Updated to 0.0.9
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+- Switched to .bz2 sources
+- Dropped included patches
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.8-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index cbe189d..3865352 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc26f146586a4b601326130bce6ffd88  libopenraw-0.0.8.tar.gz
+3611d8aea870d25314665ef53093288e  libopenraw-0.0.9.tar.bz2


More information about the scm-commits mailing list