- Update to 0.0.16 release

- License change from GPLv2+ to GPLv3+
This commit is contained in:
Deji Akingunola 2007-12-19 04:50:12 +00:00
parent 6716ce42e8
commit 54f26f2407
3 changed files with 15 additions and 19 deletions

View File

@ -1 +1 @@
babl-svn20071011.tar.bz2
babl-0.0.16.tar.bz2

View File

@ -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 <dakingun@gmail.com> - 0.0.16-1
- Update to 0.0.16 release
- License change from GPLv2+ to GPLv3+
* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
- Update the License field

View File

@ -1 +1 @@
4aae895a6e535e51e633787e6056015d babl-svn20071011.tar.bz2
1f69d2b59bf269bd5270c14100803318 babl-0.0.16.tar.bz2