diff --git a/.cvsignore b/.cvsignore index 5866f4f..c742049 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -babl-svn20071011.tar.bz2 +babl-0.0.16.tar.bz2 diff --git a/babl.spec b/babl.spec index e8754fe..67cd39d 100644 --- a/babl.spec +++ b/babl.spec @@ -1,19 +1,14 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl -Version: 0.0.15 -Release: 0.5.20071011svn%{?dist} -License: LGPLv2+ and GPLv2+ +Version: 0.0.16 +Release: 1%{?dist} +# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL +License: LGPLv3+ and GPLv3+ Group: System Environment/Libraries URL: http://www.gegl.org/babl/ -# Tarball generated from svn checkout on the date referenced in the spec -# 'Release' field. The tarball can be re-generated as follows; -# svn co -r 241 http://svn.gnome.org/svn/babl/trunk/ babl-svn20071011 -# tar -cjf babl-svn20071011.tar.bz2 babl-svn20071011 -Source0: %{name}-svn20071011.tar.bz2 +Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: inkscape w3m -#Requires these temporarily because of the use of the autogen script -BuildRequires: autoconf automake libtool +BuildRequires: inkscape w3m ruby %description Babl is a dynamic, any to any, pixel format conversion library. It @@ -32,14 +27,11 @@ This package contains the libraries and header files needed for developing with %{name}. %prep -%setup -q -n %{name}-svn20071011 +%setup -q %build -./autogen.sh %configure make %{?_smp_mflags} -#Below is not necessary with a 'release' tarball -make README %install rm -rf %{buildroot} @@ -47,7 +39,7 @@ make DESTDIR=%{buildroot} install INSTALL='install -p' mkdir -p babl_docs babl_docs/html cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html -rm -rf babl_docs/html/graphics/.svn babl_docs/html/graphics/Makefile* +rm -rf babl_docs/html/graphics/Makefile* rm -rf %{buildroot}%{_libdir}/*.la @@ -63,7 +55,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING README NEWS +%doc AUTHORS ChangeLog COPYING COPYING.LESSER README NEWS %{_libdir}/*.so.* %{_libdir}/babl-0.0/ @@ -75,6 +67,10 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Nov 26 2007 Deji Akingunola - 0.0.16-1 +- Update to 0.0.16 release +- License change from GPLv2+ to GPLv3+ + * Mon Oct 22 2007 Deji Akingunola - 0.0.15-0.5.20071011svn - Update the License field diff --git a/sources b/sources index 4877087..bd80986 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4aae895a6e535e51e633787e6056015d babl-svn20071011.tar.bz2 +1f69d2b59bf269bd5270c14100803318 babl-0.0.16.tar.bz2