]> git.pld-linux.org Git - packages/babl.git/commitdiff
- up to 0.1.2 (soname change) auto/th/babl-0_1_2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Jun 2010 13:54:23 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    babl-build.patch -> 1.2
    babl.spec -> 1.11

babl-build.patch [deleted file]
babl.spec

diff --git a/babl-build.patch b/babl-build.patch
deleted file mode 100644 (file)
index a3028a8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 0635e33b012b4aca15c3115c5ff19ba5fc592d54..d0c511747278999f5d8dd69b684c1593362cfd07 100644 (file)
--- a/babl.spec
+++ b/babl.spec
@@ -1,14 +1,13 @@
 Summary:       Library for pixel-format agnosticism
 Summary(pl.UTF-8):     Biblioteka niezależności od formatu piksela
 Name:          babl
-Version:       0.1.0
+Version:       0.1.2
 Release:       1
 License:       LGPL v3+
 Group:         Libraries
 Source0:       ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: 197133d84fe120ee66c8137dff1696e6
+# Source0-md5: 8eebd8d78d3173db7af5e3e60b1e03ea
 Patch0:                %{name}-as-needed.patch
-Patch1:                %{name}-build.patch
 URL:           http://www.gegl.org/babl/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
@@ -54,7 +53,6 @@ Statyczna biblioteka babl.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -81,19 +79,19 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%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}/libbabl-0.1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libbabl-0.1.so.0
+%dir %{_libdir}/babl-0.1
+%attr(755,root,root) %{_libdir}/babl-0.1/*.so*
 
 %files devel
 %defattr(644,root,root,755)
 %doc docs/{*.html,*.css}
-%attr(755,root,root) %{_libdir}/libbabl-0.0.so
-%{_libdir}/libbabl-0.0.la
-%{_includedir}/babl-0.0
+%attr(755,root,root) %{_libdir}/libbabl-0.1.so
+%{_libdir}/libbabl-0.1.la
+%{_includedir}/babl-0.1
 %{_pkgconfigdir}/babl.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libbabl-0.0.a
+%{_libdir}/libbabl-0.1.a
This page took 0.177152 seconds and 4 git commands to generate.