101 lines
3.1 KiB
RPMSpec
101 lines
3.1 KiB
RPMSpec
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: libcroco
|
|
Version: 0.6.9
|
|
Release: 1mamba
|
|
Summary: A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
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
|
|
* Sat Oct 31 2015 Automatic Build System <autodist@mambasoft.it> 0.6.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 26 2012 Automatic Build System <autodist@mambasoft.it> 0.6.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 0.6.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 16 2012 Automatic Build System <autodist@mambasoft.it> 0.6.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 0.6.5-1mamba
|
|
- update to 0.6.5
|
|
|
|
* Mon Nov 28 2011 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Feb 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Aug 26 2008 Aleph0 <aleph0@openmamba.org> 0.6.1-2mamba
|
|
- specfile updated
|
|
|
|
* Thu Dec 21 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.6.1-1qilnx
|
|
- update to version 0.6.1 by autospec
|
|
|
|
* Tue Dec 30 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1qilnx
|
|
- first build
|