Author: wrobell Date: Wed Apr 18 00:06:26 2012 GMT Module: packages Tag: HEAD ---- Log message: - ver. 0.1.8 (nfy - builds without vala 0.16 and without automake regeneration)
---- Files affected: packages/babl: babl.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/babl/babl.spec diff -u packages/babl/babl.spec:1.15 packages/babl/babl.spec:1.16 --- packages/babl/babl.spec:1.15 Fri Nov 25 21:44:32 2011 +++ packages/babl/babl.spec Wed Apr 18 02:06:21 2012 @@ -6,16 +6,17 @@ Summary: Library for pixel-format agnosticism Summary(pl.UTF-8): Biblioteka niezależności od formatu piksela Name: babl -Version: 0.1.6 -Release: 1 +Version: 0.1.8 +Release: 0.1 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.gimp.org/pub/babl/0.1/%{name}-%{version}.tar.bz2 -# Source0-md5: dc960981a5ec5330fc1c177be9f59068 +# Source0-md5: 483bb9bd8c360669986b24983c2c4df7 Patch0: %{name}-as-needed.patch URL: http://www.gegl.org/babl/ BuildRequires: autoconf >= 2.54 BuildRequires: automake >= 1:1.11 +BuildRequires: elfutils-devel BuildRequires: gobject-introspection-devel >= 0.10 BuildRequires: libtool >= 2:2.2 %{?with_vala:BuildRequires: vala} @@ -75,14 +76,15 @@ %patch0 -p1 %build -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} +#%{__libtoolize} +#%{__aclocal} +#%{__autoconf} +#%{__autoheader} +#%{__automake} %configure \ --disable-silent-rules \ - --enable-static + --enable-static \ + %{!?with_vala:--without-vala} %{__make} %install @@ -106,7 +108,7 @@ %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 -%{_libdir}/girepository-1.0/Babl-0.1.typelib +#%{_libdir}/girepository-1.0/Babl-0.1.typelib %files devel %defattr(644,root,root,755) @@ -114,7 +116,7 @@ %attr(755,root,root) %{_libdir}/libbabl-0.1.so %{_libdir}/libbabl-0.1.la %{_includedir}/babl-0.1 -%{_datadir}/gir-1.0/Babl-0.1.gir +#%{_datadir}/gir-1.0/Babl-0.1.gir %{_pkgconfigdir}/babl.pc %files static @@ -133,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2012/04/18 00:06:21 wrobell +- ver. 0.1.8 (nfy - builds without vala 0.16 and without automake + regeneration) + Revision 1.15 2011/11/25 20:44:32 qboosh - updated to 0.1.6 - added vala API (on bcond) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/babl/babl.spec?r1=1.15&r2=1.16 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
