- Added "BuildRequires: pkgconfig" for (#193424)
- Replace "makeinstall" with "make install DESTDIR=..." - Remove package ownership of mandir/libdir/etc.
This commit is contained in:
parent
2447096155
commit
3113ae706e
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXss runtime library
|
||||
Name: libXScrnSaver
|
||||
Version: 1.1.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -50,7 +50,8 @@ make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -64,7 +65,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
||||
%dir %{_libdir}
|
||||
%{_libdir}/libXss.so.1
|
||||
%{_libdir}/libXss.so.1.0.0
|
||||
|
||||
@ -76,11 +76,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libXss.so
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/xscrnsaver.pc
|
||||
%dir %{_mandir}
|
||||
%dir %{_mandir}/man3
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
|
||||
- Added "BuildRequires: pkgconfig" for (#193424)
|
||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||
- Remove package ownership of mandir/libdir/etc.
|
||||
|
||||
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
|
||||
- Update to 1.1.0, new Suspend request.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user