rebuilt with debug package [release 0.6.13-2mamba;Thu Dec 03 2020]
This commit is contained in:
parent
4a89a7da5a
commit
4e98ebd70c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libcroco
|
||||
Version: 0.6.13
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,12 +10,15 @@ 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
|
||||
Patch0: %{name}-0.6.1-multilib.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libpango-devel
|
||||
@ -28,15 +31,26 @@ The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS)
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-tools = %{?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 needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%package tools
|
||||
Summary: Tools provided with %{name}
|
||||
Group: System/Tools
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
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 the tools provided with %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilib
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-seleng=yes --enable-layeng=yes
|
||||
@ -54,21 +68,29 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/csslint-%{majversion}
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libcroco-*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/croco-%{majversion}-config
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%dir %{_includedir}/libcroco-%{majversion}
|
||||
%dir %{_includedir}/libcroco-%{majversion}/libcroco
|
||||
%{_includedir}/libcroco-%{majversion}/libcroco/*
|
||||
%{_libdir}/libcroco-*.a
|
||||
%{_libdir}/libcroco-*.la
|
||||
%{_libdir}/libcroco-*.so
|
||||
%{_libdir}/pkgconfig/libcroco-%{majversion}.pc
|
||||
%{_includedir}/libcroco-%{majversion}
|
||||
%dir %{_datadir}/gtk-doc/html/libcroco
|
||||
%{_datadir}/gtk-doc/html/libcroco/*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/csslint-%{majversion}
|
||||
|
||||
%changelog
|
||||
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.13-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sun Apr 07 2019 Automatic Build System <autodist@mambasoft.it> 0.6.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user