Update to upstream libsolv HEAD 857fe28.
This commit is contained in:
parent
5eb5e609b2
commit
714123c1ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libsolv-857fe28.tar.xz
|
/libsolv-857fe28.tar.xz
|
||||||
|
/libsolv-80afaf7.tar.xz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global gitrev 857fe28
|
%global gitrev 80afaf7
|
||||||
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
|
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
|
||||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||||
%filter_provides_in %{python_sitearch}/.*\.so$
|
%filter_provides_in %{python_sitearch}/.*\.so$
|
||||||
@ -96,6 +96,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -141,6 +142,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-3.git%{gitrev}%{?dist}
|
||||||
|
- New upstream version.
|
||||||
|
|
||||||
* Tue Feb 7 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-2.git857fe28%{?dist}
|
* Tue Feb 7 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-2.git857fe28%{?dist}
|
||||||
- Adapted to Ruby 1.9.3 (workaround for broken CMake in Fedora and
|
- Adapted to Ruby 1.9.3 (workaround for broken CMake in Fedora and
|
||||||
ruby template correction in bindings)
|
ruby template correction in bindings)
|
||||||
|
Loading…
Reference in New Issue
Block a user