- rebuild (ghostscript)
- %files: track sonames (and friends) closer
This commit is contained in:
parent
a07f7a9125
commit
afb9deb420
@ -1,6 +1,6 @@
|
||||
Name: libspectre
|
||||
Version: 0.2.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for rendering PostScript(TM) documents
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -55,16 +55,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS NEWS README TODO
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libspectre.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libspectre/
|
||||
%{_libdir}/libspectre.so
|
||||
%{_libdir}/pkgconfig/libspectre.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.2.6-2
|
||||
- rebuild (ghostscript)
|
||||
- %%files: track sonames (and friends) closer
|
||||
|
||||
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user