rpms/babl/devel babl-build-fix.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 babl.spec, 1.9, 1.10 sources, 1.6, 1.7

Deji Akingunola deji at fedoraproject.org
Wed Jun 3 18:29:42 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/babl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11293

Modified Files:
	.cvsignore babl.spec sources 
Added Files:
	babl-build-fix.patch 
Log Message:
* Fri May 22 2009 Deji Akingunola <dakingun at gmail.com> - 0.1.0-1
- Update to latest release (0.1.0)


babl-build-fix.patch:

--- NEW FILE babl-build-fix.patch ---
--- 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- at BABL_API_VERSION@
+extdir = $(libdir)/babl- at 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@
- at OS_WIN32_FALSE@AM_LDFLAGS = -module
+ at OS_WIN32_FALSE@AM_LDFLAGS = -module -avoid-version
 @OS_WIN32_TRUE at 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- at BABL_API_VERSION@
+extdir = $(libdir)/babl- at BABL_API_VERSION@
 ext_LTLIBRARIES = \
 	CIE-Lab.la      \
 	gegl-fixups.la  \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	10 Jul 2008 19:57:22 -0000	1.6
+++ .cvsignore	3 Jun 2009 18:29:11 -0000	1.7
@@ -1 +1 @@
-babl-0.0.22.tar.bz2
+babl-0.1.0.tar.bz2


Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- babl.spec	24 Feb 2009 03:52:52 -0000	1.9
+++ babl.spec	3 Jun 2009 18:29:11 -0000	1.10
@@ -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 <dakingun at gmail.com> - 0.1.0-1
+- Update to latest release (0.1.0)
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Jul 2008 19:57:22 -0000	1.6
+++ sources	3 Jun 2009 18:29:12 -0000	1.7
@@ -1 +1 @@
-b821ce696b40feb74552da9d666defad  babl-0.0.22.tar.bz2
+197133d84fe120ee66c8137dff1696e6  babl-0.1.0.tar.bz2




More information about the fedora-extras-commits mailing list