|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Name: fakeroot
|
|
|
|
Name: fakeroot
|
|
|
|
Version: 1.9.6
|
|
|
|
Version: 1.9.6
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Release: 17%{?dist}
|
|
|
|
License: GPL+
|
|
|
|
License: GPL+
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
URL: http://fakeroot.alioth.debian.org/
|
|
|
|
URL: http://fakeroot.alioth.debian.org/
|
|
|
@ -41,7 +41,7 @@ make
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install libdir=%{_libdir}/libfakeroot DESTDIR=%{buildroot}
|
|
|
|
make install libdir=%{_libdir}/libfakeroot DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%check || :
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -68,6 +68,9 @@ rm -rf %{buildroot}
|
|
|
|
%exclude %{_libdir}/libfakeroot/libfakeroot.la
|
|
|
|
%exclude %{_libdir}/libfakeroot/libfakeroot.la
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 24 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.9.6-17
|
|
|
|
|
|
|
|
- %%check || : does not work anymore.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 3 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.9.6-16
|
|
|
|
* Sun Aug 3 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.9.6-16
|
|
|
|
- Update to 1.9.6.
|
|
|
|
- Update to 1.9.6.
|
|
|
|
|
|
|
|
|
|
|
|