diff --git a/.cvsignore b/.cvsignore index c68beaa..9f4be48 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -babl-0.0.22.tar.bz2 +babl-0.1.0.tar.bz2 diff --git a/babl-build-fix.patch b/babl-build-fix.patch new file mode 100644 index 0000000..8405401 --- /dev/null +++ b/babl-build-fix.patch @@ -0,0 +1,49 @@ +--- extensions/Makefile.am 2009-04-17 13:05:15.000000000 -0400 ++++ extensions/Makefile.am.new 2009-06-02 16:39:38.659858086 -0400 +@@ -1,7 +1,7 @@ + if OS_WIN32 + AM_LDFLAGS = -module -no-undefined + else +-AM_LDFLAGS = -module ++AM_LDFLAGS = -module -avoid-version + endif + + noinst_HEADERS = util.h +@@ -12,7 +12,7 @@ + -I$(top_srcdir)/babl \ + -I$(top_srcdir)/extensions + +-extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@ ++extdir = $(libdir)/babl-@BABL_API_VERSION@ + ext_LTLIBRARIES = \ + CIE-Lab.la \ + gegl-fixups.la \ +--- extensions/Makefile.in 2009-05-20 16:42:51.000000000 -0400 ++++ extensions/Makefile.in.new 2009-06-02 16:47:39.090987339 -0400 +@@ -50,7 +50,7 @@ + *) f=$$p;; \ + esac; + am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +-am__installdirs = "$(DESTDIR)$(extdir)" ++am__installdirs = "$(extdir)" + extLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(ext_LTLIBRARIES) + CIE_Lab_la_LIBADD = +@@ -233,7 +233,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-@OS_WIN32_FALSE@AM_LDFLAGS = -module ++@OS_WIN32_FALSE@AM_LDFLAGS = -module -avoid-version + @OS_WIN32_TRUE@AM_LDFLAGS = -module -no-undefined + noinst_HEADERS = util.h + AM_CPPFLAGS = \ +@@ -242,7 +242,7 @@ + -I$(top_srcdir)/babl \ + -I$(top_srcdir)/extensions + +-extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@ ++extdir = $(libdir)/babl-@BABL_API_VERSION@ + ext_LTLIBRARIES = \ + CIE-Lab.la \ + gegl-fixups.la \ diff --git a/babl.spec b/babl.spec index 6d8f30b..681f55a 100644 --- a/babl.spec +++ b/babl.spec @@ -1,14 +1,15 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl -Version: 0.0.22 -Release: 3%{?dist} +Version: 0.1.0 +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/ Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 +Patch0: babl-build-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: inkscape w3m ruby +BuildRequires: librsvg2 w3m %description Babl is a dynamic, any to any, pixel format conversion library. It @@ -28,9 +29,11 @@ developing with %{name}. %prep %setup -q +%patch0 -p0 -b .fix %build -%configure +%configure --disable-static + make %{?_smp_mflags} %install @@ -55,7 +58,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING COPYING.LESSER README NEWS +%doc AUTHORS ChangeLog COPYING README NEWS %{_libdir}/*.so.* %{_libdir}/babl-0.0/ @@ -67,6 +70,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri May 22 2009 Deji Akingunola - 0.1.0-1 +- Update to latest release (0.1.0) + * Mon Feb 23 2009 Fedora Release Engineering - 0.0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 773e314..04cae1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b821ce696b40feb74552da9d666defad babl-0.0.22.tar.bz2 +197133d84fe120ee66c8137dff1696e6 babl-0.1.0.tar.bz2