Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-pixman/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25972

Modified Files:
        mingw32-pixman.spec 
Log Message:
- Fixed %defattr line
- Added -static subpackage



Index: mingw32-pixman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-pixman/devel/mingw32-pixman.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mingw32-pixman.spec 26 Feb 2009 01:20:54 -0000      1.3
+++ mingw32-pixman.spec 14 Apr 2009 19:30:36 -0000      1.4
@@ -6,7 +6,7 @@
 
 Name:           mingw32-pixman
 Version:        0.13.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows Pixman library
 
 License:        MIT
@@ -32,6 +32,15 @@
 MinGW Windows Pixman library.
 
 
+%package static
+Summary:        Static version of the MinGW Windows Pixman library
+Requires:       %{name} = %{version}-%{release}
+Group:          Development/Libraries
+
+%description static
+Static version of the MinGW Windows Pixman library.
+
+
 %prep
 %setup -q -n pixman-%{version}
 %patch0 -p1
@@ -40,7 +49,7 @@
 %build
 # Uses GTK for its testsuite, so disable this otherwise
 # we have a chicken & egg problem on mingw
-%{_mingw32_configure} --disable-gtk --disable-static
+%{_mingw32_configure} --disable-gtk --enable-static --enable-shared
 make %{?_smp_mflags}
 
 
@@ -55,7 +64,7 @@
 
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc LICENSE
 %{_mingw32_bindir}/libpixman-1-0.dll
 %{_mingw32_includedir}/pixman-1
@@ -64,7 +73,16 @@
 %{_mingw32_libdir}/pkgconfig/pixman-1.pc
 
 
+%files static
+%defattr(-,root,root,-)
+%{_mingw32_libdir}/libpixman-1.a
+
+
 %changelog
+* Fri Apr  3 2009 Erik van Pienbroek <[email protected]> - 0.13.2-5
+- Fixed %%defattr line
+- Added -static subpackage
+
 * Wed Feb 25 2009 Fedora Release Engineering <[email protected]> 
- 0.13.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to