%%check || : does not work anymore.

i9ce
athimm 16 years ago
parent ba02455528
commit 67c402bf90

@ -1,7 +1,7 @@
Summary: Gives a fake root environment
Name: fakeroot
Version: 1.9.6
Release: 16%{?dist}
Release: 17%{?dist}
License: GPL+
Group: Development/Tools
URL: http://fakeroot.alioth.debian.org/
@ -41,7 +41,7 @@ make
rm -rf %{buildroot}
make install libdir=%{_libdir}/libfakeroot DESTDIR=%{buildroot}
%check || :
%check
make check
%clean
@ -68,6 +68,9 @@ rm -rf %{buildroot}
%exclude %{_libdir}/libfakeroot/libfakeroot.la
%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
- Update to 1.9.6.

Loading…
Cancel
Save