diff --git a/.gitignore b/.gitignore index 0f63973..1224a38 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libcroco-0.6.8.tar.xz +SOURCES/libcroco-0.6.11.tar.xz diff --git a/.libcroco.metadata b/.libcroco.metadata index dddb3df..a474163 100644 --- a/.libcroco.metadata +++ b/.libcroco.metadata @@ -1 +1 @@ -23a5c33a2a86d5e46173234f5fa88ac1e15de035 SOURCES/libcroco-0.6.8.tar.xz +35203ccb3c30ae1d0956a362c6aabe6109e582f3 SOURCES/libcroco-0.6.11.tar.xz diff --git a/SPECS/libcroco.spec b/SPECS/libcroco.spec index 88089ac..3ae5008 100644 --- a/SPECS/libcroco.spec +++ b/SPECS/libcroco.spec @@ -1,7 +1,7 @@ Name: libcroco Summary: A CSS2 parsing library -Version: 0.6.8 -Release: 5%{?dist} +Version: 0.6.11 +Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries Source: http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz @@ -18,9 +18,7 @@ CSS2 parsing and manipulation library for GNOME %package devel Summary: Libraries and include files for developing with libcroco Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: glib2-devel -Requires: libxml2-devel +Requires: %{name}%{_isa} = %{version}-%{release} %description devel This package provides the necessary development libraries and include @@ -35,7 +33,7 @@ files to allow you to develop with libcroco. make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %check @@ -46,7 +44,8 @@ make check %postun -p /sbin/ldconfig %files -%doc AUTHORS COPYING COPYING.LIB NEWS README +%license COPYING COPYING.LIB +%doc AUTHORS NEWS README %{_bindir}/csslint-0.6 %{_libdir}/*.so.* @@ -58,6 +57,10 @@ make check %{_datadir}/gtk-doc/html/libcroco %changelog +* Thu Dec 17 2015 Kalev Lember - 0.6.11-1 +- Update to 0.6.11 +- Resolves: #1386999 + * Fri Jan 24 2014 Daniel Mach - 0.6.8-5 - Mass rebuild 2014-01-24