Author: qboosh Date: Sun Feb 12 08:23:19 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.6.4 - removed obsolete link patch
---- Files affected: packages/libcroco: libcroco.spec (1.26 -> 1.27) , libcroco-link.patch (1.6 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libcroco/libcroco.spec diff -u packages/libcroco/libcroco.spec:1.26 packages/libcroco/libcroco.spec:1.27 --- packages/libcroco/libcroco.spec:1.26 Tue Nov 15 21:19:20 2011 +++ packages/libcroco/libcroco.spec Sun Feb 12 09:23:14 2012 @@ -3,23 +3,22 @@ # Conditional build: %bcond_without static_libs # don't build static library -%define _mver 0.6 +%define mver 0.6 Summary: A CSS2 parsing library Summary(pl.UTF-8): Biblioteka analizująca CSS2 Name: libcroco -Version: 0.6.3 +Version: 0.6.4 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/%{name}-%{version}.tar.xz -# Source0-md5: 3f687747728ca5eaf9b42d9d4bd2cd53 -Patch0: %{name}-link.patch +# Source0-md5: d49c20f1e9d9c85ac55429cd952af909 BuildRequires: autoconf >= 2.5 BuildRequires: automake >= 1:1.9 BuildRequires: glib2-devel >= 1:2.12.0 BuildRequires: gtk-doc >= 1.0 BuildRequires: gtk-doc-automake >= 1.0 -BuildRequires: libtool +BuildRequires: libtool >= 2:2.0 BuildRequires: libxml2-devel >= 1:2.6.26 BuildRequires: pkgconfig >= 1:0.8 BuildRequires: tar >= 1:1.22 @@ -64,7 +63,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -73,6 +71,7 @@ %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ %{!?with_static_libs:--disable-static} \ --with-html-dir=%{_gtkdocdir} %{__make} @@ -95,25 +94,25 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO -%attr(755,root,root) %{_bindir}/csslint-%{_mver} -%attr(755,root,root) %{_libdir}/libcroco-%{_mver}.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libcroco-%{_mver}.so.3 +%attr(755,root,root) %{_bindir}/csslint-%{mver} +%attr(755,root,root) %{_libdir}/libcroco-%{mver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcroco-%{mver}.so.3 %files devel %defattr(644,root,root,755) %doc docs/usage.txt -%attr(755,root,root) %{_bindir}/croco-%{_mver}-config -%attr(755,root,root) %{_libdir}/libcroco-%{_mver}.so -%{_libdir}/libcroco-%{_mver}.la -%{_includedir}/libcroco-%{_mver} -%{_pkgconfigdir}/libcroco-%{_mver}.pc +%attr(755,root,root) %{_bindir}/croco-%{mver}-config +%attr(755,root,root) %{_libdir}/libcroco-%{mver}.so +%{_libdir}/libcroco-%{mver}.la +%{_includedir}/libcroco-%{mver} +%{_pkgconfigdir}/libcroco-%{mver}.pc %{_examplesdir}/%{name}-%{version} %{_gtkdocdir}/libcroco %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/libcroco-%{_mver}.a +%{_libdir}/libcroco-%{mver}.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -122,6 +121,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2012/02/12 08:23:14 qboosh +- updated to 0.6.4 +- removed obsolete link patch + Revision 1.26 2011/11/15 20:19:20 qboosh - updated to 0.6.3 - package gtk-doc files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcroco/libcroco.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
