From a53faa3d37f2a6c505529ffb8ef0080f7f1982c1 Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Sep 28 2010 14:27:27 +0000 Subject: move defattr above the first file manifest item in the devel sub package --- diff --git a/python3-cairo.spec b/python3-cairo.spec index 3ed8dc6..3546f90 100644 --- a/python3-cairo.spec +++ b/python3-cairo.spec @@ -4,7 +4,7 @@ Name: python3-cairo Version: 1.8.10 -Release: 5%{?dist} +Release: 6%{?dist} License: MPLv1.1 or LGPLv2 Group: Development/Languages Summary: Python 3 bindings for the cairo library @@ -72,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT %{python3_sitearch}/cairo/ %files devel -%doc COPYING* %defattr(-,root,root,-) +%doc COPYING* %{_includedir}/pycairo/py3cairo.h %{_libdir}/pkgconfig/py3cairo.pc %changelog +* Tue Sep 28 2010 John (J5) Palmieri - 1.8.10-6 +- move defattr above the first file manifest item in the devel sub package + * Mon Sep 27 2010 John (J5) Palmieri - 1.8.10-5 - revert back to using the provided waf script until https://bugzilla.redhat.com/show_bug.cgi?id=637935