update to 1.12.0 [release 1.12.0-1mamba;Sat Aug 15 2020]
This commit is contained in:
parent
570a718cf0
commit
dad84d3bf1
26
librepo.spec
26
librepo.spec
@ -1,5 +1,5 @@
|
|||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.11.2
|
Version: 1.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -20,7 +20,7 @@ BuildRequires: libgpg-error-devel
|
|||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libzck-devel
|
BuildRequires: libzck-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -39,13 +39,23 @@ Requires: pkg-config
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package -n python-librepo-py3
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python 3 bindings for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-librepo-py3
|
||||||
|
This package contains the Python 3 bindings for %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DPYTHON_DESIRED=3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -62,8 +72,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/librepo.so.*
|
%{_libdir}/librepo.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
%dir %{python27_sitearch}/librepo
|
|
||||||
%{python27_sitearch}/librepo/*
|
%files -n python-librepo-py3
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/librepo
|
||||||
|
%{python3_sitearch}/librepo/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -74,6 +87,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
||||||
|
- update to 1.12.0
|
||||||
|
|
||||||
* Thu Feb 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.2-1mamba
|
* Thu Feb 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.2-1mamba
|
||||||
- update to 1.11.2
|
- update to 1.11.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user