fix multilib conflicts, sync F-7 up
This commit is contained in:
parent
7eeb80d6ad
commit
a53cd76150
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: xbase
|
||||
Summary: XBase compatible database library
|
||||
Version: 2.0.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://linux.techass.com/projects/xdb/
|
||||
|
|
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
# Fix files for multilib
|
||||
touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/xbase-config
|
||||
touch -r NEWS docs/html/*.html
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
|
@ -93,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/dbfutil1
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.0-8
|
||||
- fix multilib conflicts
|
||||
|
||||
* Fri Aug 17 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.0.0-7
|
||||
- Update License tag for new Licensing Guidelines compliance
|
||||
- Add patch by Bill Nottingham to fix building on ppc64 (bz 239131)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue