Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit libcroco
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 10 Oct 2007 00:16:33 +0200
- Message-id: <20071009221633.4750167832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libcroco
checked in at Wed Oct 10 00:16:33 CEST 2007.
--------
--- GNOME/libcroco/libcroco.changes 2007-02-13 11:50:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/libcroco/libcroco.changes 2007-10-08 18:50:10.079304000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 8 18:46:23 CEST 2007 - maw@xxxxxxx
+
+- Split out a 0_6-3 subpackage.
+- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcroco.spec ++++++
--- /var/tmp/diff_new_pack.s10033/_old 2007-10-10 00:15:50.000000000 +0200
+++ /var/tmp/diff_new_pack.s10033/_new 2007-10-10 00:15:50.000000000 +0200
@@ -13,14 +13,15 @@
Name: libcroco
BuildRequires: glib2-devel gtk-doc libxml2-devel
Version: 0.6.1
-Release: 26
-URL: http://www.freespiders.org/projects/libcroco/
+Release: 70
+Url: http://www.freespiders.org/projects/libcroco/
Group: System/Libraries
-License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+License: GPL v2 or later; LGPL v2 or later
Summary: CSS2 Parser Library
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
-Autoreqprov: on
+AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: %{name}-0_6-3
%description
Libcroco is a stand-alone CSS2 parsing library. It provides a low-level
@@ -33,6 +34,22 @@
Gael Chamoulaud <strider@xxxxxxxxx>
Rob BUIS <rwlbuis@xxxxxxxxx>
+%package 0_6-3
+Group: System/Libraries
+Summary: CSS2 Parser Library
+Requires: %{name} >= %{version}
+
+%description 0_6-3
+Libcroco is a stand-alone CSS2 parsing library. It provides a low-level
+event-driven SAC-like API and a CSS object model-like API.
+
+
+
+Authors:
+--------
+ Gael Chamoulaud <strider@xxxxxxxxx>
+ Rob BUIS <rwlbuis@xxxxxxxxx>
+
%package devel
Group: Development/Libraries/C and C++
Summary: CSS2 Parser Library Development Files
@@ -66,18 +83,21 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-%run_ldconfig
+%post 0_6-3
+/sbin/ldconfig
-%postun
-%run_ldconfig
+%postun 0_6-3
+/sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog HACKING NEWS README TODO
-%{_libdir}/*.so.*
%{_bindir}/csslint-0.6
+%files 0_6-3
+%defattr (-, root, root)
+%{_libdir}/*.so.*
+
%files devel
%defattr (-, root, root)
%{_bindir}/*-config
@@ -85,8 +105,10 @@
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
-
-%changelog -n libcroco
+%changelog
+* Mon Oct 08 2007 - maw@xxxxxxx
+- Split out a 0_6-3 subpackage.
+- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
* Tue Feb 13 2007 - sbrabec@xxxxxxx
- Do not build unusable static libraries (#238552#c17).
* Sun Dec 17 2006 - sbrabec@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |