rebuilt with debug package; removed python binding [release 1.1.34-2mamba;Sat Nov 28 2020]
This commit is contained in:
parent
e0b2eccaf1
commit
e0f3ae86fb
47
libxslt.spec
47
libxslt.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.34
|
Version: 1.1.34
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library providing the Gnome XSLT engine
|
Summary: Library providing the Gnome XSLT engine
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,7 +18,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -32,39 +31,49 @@ The xsltproc command is a command line interface to the XSLT engine.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Devel files for XSLT
|
Summary: Devel files for XSLT
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
|
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
|
||||||
The xsltproc command is a command line interface to the XSLT engine.
|
The xsltproc command is a command line interface to the XSLT engine.
|
||||||
|
|
||||||
People can either embed the library in their application or use xsltproc the command line processing tool.
|
People can either embed the library in their application or use xsltproc the command line processing tool.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%package tools
|
||||||
|
Group: Development/Tools
|
||||||
|
Summary: Tools for XSLT
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
|
||||||
|
The xsltproc command is a command line interface to the XSLT engine.
|
||||||
|
This package contains tools provided by libxslt.
|
||||||
|
|
||||||
%package -n python-xslt
|
%package -n python-xslt
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: Python bindings for XSLT library
|
Summary: Python bindings for XSLT library
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
%py_requires
|
#% py_requires
|
||||||
|
|
||||||
%description -n python-xslt
|
%description -n python-xslt
|
||||||
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
|
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
|
||||||
|
|
||||||
This package contains the bindings to use the librarywith Python programs.
|
This package contains the bindings to use the librarywith Python programs.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--without-python
|
||||||
|
|
||||||
%make \
|
%make
|
||||||
pythondir=%{python_sitearch}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeoldinstall \
|
%makeoldinstall
|
||||||
pythondir=%{buildroot}%{python_sitearch}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -74,9 +83,12 @@ This package contains the bindings to use the librarywith Python programs.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xsltproc
|
|
||||||
%{_libdir}/libexslt.so.*
|
%{_libdir}/libexslt.so.*
|
||||||
%{_libdir}/libxslt.so.*
|
%{_libdir}/libxslt.so.*
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/xsltproc
|
||||||
%{_mandir}/man1/xsltproc.*
|
%{_mandir}/man1/xsltproc.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -96,13 +108,16 @@ This package contains the bindings to use the librarywith Python programs.
|
|||||||
%{_datadir}/doc/libxslt-%{version}/html/*
|
%{_datadir}/doc/libxslt-%{version}/html/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files -n python-xslt
|
#%files -n python-xslt
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/doc/libxslt-python-%{version}
|
#%dir %{_datadir}/doc/libxslt-python-%{version}
|
||||||
%{_datadir}/doc/libxslt-python-%{version}/*
|
#%{_datadir}/doc/libxslt-python-%{version}/*
|
||||||
%{python_sitearch}/*
|
#%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.34-2mamba
|
||||||
|
- rebuilt with debug package; removed python binding
|
||||||
|
|
||||||
* Mon Nov 25 2019 Automatic Build System <autodist@mambasoft.it> 1.1.34-1mamba
|
* Mon Nov 25 2019 Automatic Build System <autodist@mambasoft.it> 1.1.34-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user