From c0628a5ed07d330fcf32baee7171459ec3fdcae1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 24 Jul 2007 15:37:48 +0000 Subject: [PATCH] - Remove redundant header from %files devel. --- pixman.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pixman.spec b/pixman.spec index f1373f2..d800cb5 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,7 +2,7 @@ Name: pixman Version: 0.9.0 -Release: 0.%{gitdate}%{?dist} +Release: 1.%{gitdate}%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -52,10 +52,12 @@ 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 0.9.0-1.20070724 +- Remove redundant header from %%files devel. + * Fri May 18 2007 Adam Jackson 0.9.0-0.20070724 - git build so I can build git X.