New snapshot.
This commit is contained in:
parent
5d00eb0381
commit
532d47aa2e
@ -1 +1 @@
|
||||
pixman-20070724.tar.bz2
|
||||
pixman-20070824.tar.bz2
|
||||
|
19
pixman.spec
19
pixman.spec
@ -1,8 +1,8 @@
|
||||
%define gitdate 20070724
|
||||
%define gitdate 20070824
|
||||
|
||||
Name: pixman
|
||||
Version: 0.9.0
|
||||
Release: 3.%{gitdate}%{?dist}
|
||||
Release: 4.%{gitdate}%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -46,17 +46,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libpixman.so.0
|
||||
%{_libdir}/libpixman.so.0.0.0
|
||||
%{_libdir}/libpixman-1.so.0
|
||||
%{_libdir}/libpixman-1.so.0.9.5
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/pixman
|
||||
%{_includedir}/pixman/pixman.h
|
||||
%{_libdir}/libpixman.so
|
||||
%{_libdir}/pkgconfig/pixman.pc
|
||||
%dir %{_includedir}/pixman-1
|
||||
%{_includedir}/pixman-1/pixman.h
|
||||
%{_libdir}/libpixman-1.so
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
|
||||
- New snapshot
|
||||
|
||||
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
|
||||
- rebuild for toolchain bug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user