%define majversion %(echo %version | cut -d. -f 1-2) Name: libcroco Version: 0.6.8 Release: 1mamba Summary: A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.freespiders.org/projects/libcroco/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/libcroco/%{majversion}/libcroco-%{version}.tar.xz Patch: %{name}-0.6.1-multilib.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END BuildRequires: pkgconfig BuildRequires: libpango-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. This package contains static libraries and header files need for development. %prep %setup -q %patch0 -p1 -b .multilib %build %configure --enable-seleng=yes --enable-layeng=yes %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/csslint-%{majversion} %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_bindir}/croco-%{majversion}-config %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/libcroco-%{majversion}.pc %{_includedir}/libcroco-%{majversion} %dir %{_datadir}/gtk-doc/html/libcroco %{_datadir}/gtk-doc/html/libcroco/* %changelog * Fri Oct 26 2012 Automatic Build System 0.6.8-1mamba - automatic version update by autodist * Tue Oct 16 2012 Automatic Build System 0.6.7-1mamba - automatic version update by autodist * Sun Sep 16 2012 Automatic Build System 0.6.6-1mamba - automatic version update by autodist * Mon Apr 02 2012 Automatic Build System 0.6.5-1mamba - update to 0.6.5 * Mon Nov 28 2011 Automatic Build System 0.6.3-1mamba - automatic update by autodist * Mon Feb 23 2009 Silvan Calarco 0.6.2-1mamba - automatic update by autodist * Tue Aug 26 2008 Aleph0 0.6.1-2mamba - specfile updated * Thu Dec 21 2006 Davide Madrisan 0.6.1-1qilnx - update to version 0.6.1 by autospec * Tue Dec 30 2003 Silvan Calarco 0.4.0-1qilnx - first build