]> git.pld-linux.org Git - packages/babl.git/commitdiff
- up to 0.1.0 auto/th/babl-0_1_0-1 auto/ti/babl-0_1_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 14 Jul 2009 13:57:57 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    babl-build.patch -> 1.1
    babl.spec -> 1.9

babl-build.patch [new file with mode: 0644]
babl.spec

diff --git a/babl-build.patch b/babl-build.patch
new file mode 100644 (file)
index 0000000..a3028a8
--- /dev/null
@@ -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  \
index 834607260220001b62580eaffd27b1a84b1bec11..5e29453afab44b7b10f06b1c46f3f5938d6e990f 100644 (file)
--- 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)
This page took 0.108252 seconds and 4 git commands to generate.