From 44d1c6ca7d32daf0867add5ae6a2b778ef90eb40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 23 Jun 2010 13:54:23 +0000 Subject: [PATCH] - up to 0.1.2 (soname change) Changed files: babl-build.patch -> 1.2 babl.spec -> 1.11 --- babl-build.patch | 11 ----------- babl.spec | 22 ++++++++++------------ 2 files changed, 10 insertions(+), 23 deletions(-) delete mode 100644 babl-build.patch diff --git a/babl-build.patch b/babl-build.patch deleted file mode 100644 index a3028a8..0000000 --- a/babl-build.patch +++ /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 \ diff --git a/babl.spec b/babl.spec index 0635e33..d0c5117 100644 --- 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 -- 2.43.0