From: Arkadiusz Miśkiewicz Date: Tue, 14 Jul 2009 13:57:57 +0000 (+0000) Subject: - up to 0.1.0 X-Git-Tag: auto/th/babl-0_1_0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbabl.git;a=commitdiff_plain;h=2c1ae3b9720a8d55a5913e52332f9b8f867c82f7 - up to 0.1.0 Changed files: babl-build.patch -> 1.1 babl.spec -> 1.9 --- diff --git a/babl-build.patch b/babl-build.patch new file mode 100644 index 0000000..a3028a8 --- /dev/null +++ b/babl-build.patch @@ -0,0 +1,11 @@ +--- babl-0.1.0/extensions/Makefile.am~ 2009-04-17 19:05:15.000000000 +0200 ++++ babl-0.1.0/extensions/Makefile.am 2009-07-14 15:55:53.455739015 +0200 +@@ -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 \ diff --git a/babl.spec b/babl.spec index 8346072..5e29453 100644 --- a/babl.spec +++ b/babl.spec @@ -1,13 +1,14 @@ Summary: Library for pixel-format agnosticism Summary(pl.UTF-8): Biblioteka niezależności od formatu piksela Name: babl -Version: 0.0.22 +Version: 0.1.0 Release: 1 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 -# Source0-md5: b821ce696b40feb74552da9d666defad +# Source0-md5: 197133d84fe120ee66c8137dff1696e6 Patch0: %{name}-as-needed.patch +Patch1: %{name}-build.patch URL: http://www.gegl.org/babl/ BuildRequires: autoconf >= 2.54 BuildRequires: automake @@ -53,6 +54,7 @@ Statyczna biblioteka babl. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -82,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libbabl-0.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libbabl-0.0.so.0 %dir %{_libdir}/babl-0.0 -%attr(755,root,root) %{_libdir}/babl-0.0/*.so +%attr(755,root,root) %{_libdir}/babl-0.0/*.so* %files devel %defattr(644,root,root,755)