Compare commits
14 Commits
0.7.15-1ma
...
0.7.27-1ma
Author | SHA1 | Date | |
---|---|---|---|
6c4efc8731 | |||
57bbb26794 | |||
d32d72a039 | |||
9bf9694698 | |||
84a492bc6e | |||
6b41b9f4d6 | |||
35a1c257cb | |||
d289a6dd95 | |||
eaed049a11 | |||
bea0f38f16 | |||
6659e638cc | |||
5fcf244956 | |||
8fcd534523 | |||
66058d1077 |
90
libsolv.spec
90
libsolv.spec
@@ -1,12 +1,12 @@
|
|||||||
Name: libsolv
|
Name: libsolv
|
||||||
Version: 0.7.15
|
Version: 0.7.27
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for solving packages and reading repositories
|
Summary: Library for solving packages and reading repositories
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://en.opensuse.org/openSUSE:Libzypp_satsolver
|
URL: https://en.opensuse.org/openSUSE:Libzypp_satsolver
|
||||||
Source: https://github.com/openSUSE/libsolv.git/%{version}/libsolv-%{version}.tar.bz2
|
Source: https://github.com/openSUSE/libsolv.git/%{version}/libsolv-%{version}.tar.bz2
|
||||||
Patch0: libsolv-0.6.35-rpm-5.patch
|
Patch0: libsolv-0.6.35-rpm-5.patch
|
||||||
Patch1: libsolv-0.6.34-rpm-5.2.patch
|
Patch1: libsolv-0.6.34-rpm-5.2.patch
|
||||||
@@ -19,19 +19,19 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libdb53-devel
|
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython310-devel
|
||||||
|
BuildRequires: librpm-devel
|
||||||
BuildRequires: libtcl-devel
|
BuildRequires: libtcl-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzck-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: librpm-devel >= 1:4.14.2.1
|
BuildRequires: librpm-devel >= 4.16.1.2-1mamba
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library for solving packages and reading repositories.
|
Library for solving packages and reading repositories.
|
||||||
@@ -53,14 +53,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%package -n python-libsolv-py3
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python bindings for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-libsolv-py3
|
||||||
|
This package contains the Python bindings for %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
%ifarch x86_64
|
#%ifarch x86_64
|
||||||
%patch6 -p1
|
#%patch6 -p1
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@@ -83,14 +91,13 @@ This package contains utility applications for %{name}.
|
|||||||
-DENABLE_BZIP2_COMPRESSION=ON \
|
-DENABLE_BZIP2_COMPRESSION=ON \
|
||||||
-DENABLE_ZCHUNK_COMPRESSIO=ON \
|
-DENABLE_ZCHUNK_COMPRESSIO=ON \
|
||||||
-DWITH_SYSTEM_ZCHUNK=ON \
|
-DWITH_SYSTEM_ZCHUNK=ON \
|
||||||
-DENABLE_PYTHON=ON \
|
-DENABLE_PYTHON=OFF \
|
||||||
-DPYTHON_EXECUTABLE=%{__python27} \
|
|
||||||
-DENABLE_PYTHON3=ON \
|
-DENABLE_PYTHON3=ON \
|
||||||
-DPYTHON3_EXECUTABLE=%{__python36} \
|
-DPYTHON3_EXECUTABLE=%{__python310} \
|
||||||
-DUSE_VENDORDIRS=ON
|
-DUSE_VENDORDIRS=ON \
|
||||||
|
-DFEDORA=ON
|
||||||
|
|
||||||
# -DPythonLibs_FIND_VERSION=2 \
|
# -DPYTHON_EXECUTABLE=%{__python27} \
|
||||||
# -DPythonLibs_FIND_VERSION_MAJOR=2 \
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@@ -113,10 +120,6 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
|||||||
%{perl_vendorarch}/solv.*
|
%{perl_vendorarch}/solv.*
|
||||||
%{_libdir}/ruby/vendor_ruby/*/*/solv.so
|
%{_libdir}/ruby/vendor_ruby/*/*/solv.so
|
||||||
%{_prefix}/lib/tcl8/*/solv-%{version}.*
|
%{_prefix}/lib/tcl8/*/solv-%{version}.*
|
||||||
%{python27_sitearch}/_solv.so
|
|
||||||
%{python27_sitearch}/solv.py
|
|
||||||
%{python36_sitearch}/_solv.so
|
|
||||||
%{python36_sitearch}/solv.py
|
|
||||||
%doc LICENSE.BSD CREDITS
|
%doc LICENSE.BSD CREDITS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@@ -137,6 +140,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
|||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/solv
|
||||||
%{_bindir}/appdata2solv
|
%{_bindir}/appdata2solv
|
||||||
%{_bindir}/deltainfoxml2solv
|
%{_bindir}/deltainfoxml2solv
|
||||||
%{_bindir}/dumpsolv
|
%{_bindir}/dumpsolv
|
||||||
@@ -163,7 +167,55 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
|||||||
%{_mandir}/man1/rpms2solv.1*
|
%{_mandir}/man1/rpms2solv.1*
|
||||||
%{_mandir}/man1/updateinfoxml2solv.1*
|
%{_mandir}/man1/updateinfoxml2solv.1*
|
||||||
|
|
||||||
|
%files -n python-libsolv-py3
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{python310_sitearch}/_solv.so
|
||||||
|
%{python310_sitearch}/solv.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 0.7.27-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 0.7.26-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 0.7.25-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 16 2023 Automatic Build System <autodist@mambasoft.it> 0.7.24-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.7.23-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.22-2mamba
|
||||||
|
- remove multiarch cohexistence patch, build with -DFEDORA to fix multilib support
|
||||||
|
|
||||||
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 0.7.22-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 0.7.21-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Sep 28 2021 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 0.7.19-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 0.7.18-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.17-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba
|
||||||
|
|
||||||
|
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 0.7.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.16-1mamba
|
||||||
|
- update to 0.7.16
|
||||||
|
- python bindings only for python3 and packaged apart
|
||||||
|
|
||||||
* Sun Sep 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.15-1mamba
|
* Sun Sep 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.15-1mamba
|
||||||
- update to 0.7.15
|
- update to 0.7.15
|
||||||
- update x86_64-multiarch-coexistence patch to only resolve supplements of the main arch
|
- update x86_64-multiarch-coexistence patch to only resolve supplements of the main arch
|
||||||
|
Reference in New Issue
Block a user