fix build reqs
This commit is contained in:
parent
51a0cabf9e
commit
993a289f9b
@ -1,13 +1,14 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.8
|
||||
Release: 3.2.1
|
||||
Release: 4
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
|
||||
%description
|
||||
|
||||
@ -40,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -60,11 +61,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-, root, root,-)
|
||||
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-4
|
||||
- Add missing BuildRequires
|
||||
- Don't install static libraries
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8-3.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user