- Re-add it, %dir is not the same as adding a dir whole.

This commit is contained in:
Adam Jackson 2007-07-24 18:39:07 +00:00
parent c0628a5ed0
commit 3c324b365d

View File

@ -2,7 +2,7 @@
Name: pixman
Version: 0.9.0
Release: 1.%{gitdate}%{?dist}
Release: 2.%{gitdate}%{?dist}
Summary: Pixel manipulation library
Group: System Environment/Libraries
@ -52,10 +52,14 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/pixman
%{_includedir}/pixman/pixman.h
%{_libdir}/libpixman.so
%{_libdir}/pkgconfig/pixman.pc
%changelog
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
- Re-add it, %%dir is not the same as adding a dir whole.
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
- Remove redundant header from %%files devel.