This commit is contained in:
Jan Silhan 2015-02-26 20:23:01 +01:00
parent 7aca937ea2
commit b75dbae6bd

View File

@ -1,7 +1,7 @@
%global gitrev 78c8a55 %global gitrev 78c8a55bc087f45e231276ed5c33c84aed55463c
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')} %{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
%filter_provides_in %{perl_vendorarch}/.*\.so$ %filter_provides_in %{perl_vendorarch}/.*\.so$
%filter_provides_in %{python3_sitearch}/.*\.so$ %filter_provides_in %{python_sitearch}/.*\.so$
%filter_provides_in %{ruby_vendorarch}/.*\.so$ %filter_provides_in %{ruby_vendorarch}/.*\.so$
%filter_setup %filter_setup
@ -10,9 +10,7 @@ Version: 0.6.8
Release: 3%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Url: https://github.com/openSUSE/libsolv Url: https://github.com/openSUSE/libsolv
# git clone https://github.com/openSUSE/libsolv.git Source: https://github.com/openSUSE/libsolv/archive/%{gitrev}.tar.gz
# git archive %{gitrev} --prefix=libsolv/ | xz > libsolv-%{gitrev}.tar.xz
Source: libsolv-%{gitrev}.tar.xz
Patch0: libsolv-rubyinclude.patch Patch0: libsolv-rubyinclude.patch
Patch1: libsolv-ruby22-rbconfig.patch Patch1: libsolv-ruby22-rbconfig.patch
Group: Development/Libraries Group: Development/Libraries
@ -65,12 +63,12 @@ Group: Development/Languages
%description -n ruby-solv %description -n ruby-solv
Ruby bindings for sat solver. Ruby bindings for sat solver.
%package -n python3-solv %package -n python-solv
Summary: Python bindings for the libsolv library Summary: Python bindings for the libsolv library
Group: Development/Languages Group: Development/Languages
Requires: python Requires: python
%description -n python3-solv %description -n python-solv
Python bindings for sat solver. Python bindings for sat solver.
%package -n perl-solv %package -n perl-solv
@ -82,7 +80,7 @@ Requires: perl
Perl bindings for sat solver. Perl bindings for sat solver.
%prep %prep
%setup -q -n libsolv %setup -q -n libsolv-%{gitrev}
%patch0 -p1 -b .rubyinclude %patch0 -p1 -b .rubyinclude
%patch1 -p1 -b .ruby-rbconfig %patch1 -p1 -b .ruby-rbconfig
@ -150,9 +148,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%doc examples/rbsolv %doc examples/rbsolv
%{ruby_vendorarch}/* %{ruby_vendorarch}/*
%files -n python3-solv %files -n python-solv
%doc examples/pysolv %doc examples/pysolv
%{python3_sitearch}/* %{python_sitearch}/*
%changelog %changelog