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
|
Name: libcroco
|
||||||
Version: 0.6.13
|
Version: 0.6.13
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
|
Summary: A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,12 +10,15 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freespiders.org/projects/libcroco/
|
URL: http://www.freespiders.org/projects/libcroco/
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/libcroco/%{majversion}/libcroco-%{version}.tar.xz
|
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
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libpango-devel
|
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}
|
Summary: Devel package for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .multilib
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-seleng=yes --enable-layeng=yes
|
%configure --enable-seleng=yes --enable-layeng=yes
|
||||||
@ -54,21 +68,29 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/csslint-%{majversion}
|
%{_libdir}/libcroco-*.so.*
|
||||||
%{_libdir}/*.so.*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/croco-%{majversion}-config
|
%{_bindir}/croco-%{majversion}-config
|
||||||
%{_libdir}/*.a
|
%dir %{_includedir}/libcroco-%{majversion}
|
||||||
%{_libdir}/*.la
|
%dir %{_includedir}/libcroco-%{majversion}/libcroco
|
||||||
%{_libdir}/*.so
|
%{_includedir}/libcroco-%{majversion}/libcroco/*
|
||||||
|
%{_libdir}/libcroco-*.a
|
||||||
|
%{_libdir}/libcroco-*.la
|
||||||
|
%{_libdir}/libcroco-*.so
|
||||||
%{_libdir}/pkgconfig/libcroco-%{majversion}.pc
|
%{_libdir}/pkgconfig/libcroco-%{majversion}.pc
|
||||||
%{_includedir}/libcroco-%{majversion}
|
|
||||||
%dir %{_datadir}/gtk-doc/html/libcroco
|
%dir %{_datadir}/gtk-doc/html/libcroco
|
||||||
%{_datadir}/gtk-doc/html/libcroco/*
|
%{_datadir}/gtk-doc/html/libcroco/*
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/csslint-%{majversion}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Apr 07 2019 Automatic Build System <autodist@mambasoft.it> 0.6.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user