packages: babl/babl.spec, babl/babl-build.patch (REMOVED) - up to 0.1.2 (so...
arekm
arekm at pld-linux.org
Wed Jun 23 15:54:29 CEST 2010
Author: arekm Date: Wed Jun 23 13:54:28 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.1.2 (soname change)
---- Files affected:
packages/babl:
babl.spec (1.10 -> 1.11) , babl-build.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/babl/babl.spec
diff -u packages/babl/babl.spec:1.10 packages/babl/babl.spec:1.11
--- packages/babl/babl.spec:1.10 Fri Dec 11 15:43:28 2009
+++ packages/babl/babl.spec Wed Jun 23 15:54:23 2010
@@ -2,14 +2,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
@@ -55,7 +54,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
%{__libtoolize}
@@ -82,22 +80,22 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -105,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2010/06/23 13:54:23 arekm
+- up to 0.1.2 (soname change)
+
Revision 1.10 2009/12/11 14:43:28 arekm
- url fix
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/babl/babl.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list