diff --git a/.cvsignore b/.cvsignore index ce05ac7..53103a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libopenraw-0.0.2.tar.gz +libopenraw-0.0.3.tar.gz diff --git a/libopenraw.spec b/libopenraw.spec index 62f3989..dd8549b 100644 --- a/libopenraw.spec +++ b/libopenraw.spec @@ -1,10 +1,10 @@ Name: libopenraw -Version: 0.0.2 -Release: 5%{?dist} +Version: 0.0.3 +Release: 1%{?dist} Summary: Decode camera RAW files Group: System Environment/Libraries -License: LGPL +License: LGPLv2+ URL: http://%{name}.freedesktop.org/wiki Source0: http://%{name}.freedesktop.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -13,6 +13,7 @@ BuildRequires: boost-devel BuildRequires: libjpeg-devel BuildRequires: glib2-devel BuildRequires: gtk2-devel +BuildRequires: chrpath %description @@ -68,7 +69,7 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' - +chrpath --delete $RPM_BUILD_ROOT/%{_libdir}/libopenrawgnome.so.1.2.0 %clean rm -rf $RPM_BUILD_ROOT @@ -109,6 +110,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 28 2007 Trond Danielsen - 0.0.3-1 +- New upstream version. +- Updated license tag. +- Fixed rpath error. + * Thu May 03 2007 Trond Danielsen - 0.0.2-5 - Added unowned directory to list of files. - Changed license from GPL to LGPL. diff --git a/sources b/sources index 5e614db..a27e95c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eae40ecaa92f69d99b27ae3bad8aa8ae libopenraw-0.0.2.tar.gz +53494b54e4d982e3a9871c6e5e66eced libopenraw-0.0.3.tar.gz