Added signature / key info files from native RPMs & upgrade to new releases
[fedora-mingw.git] / cairo / mingw-cairo.spec
index 813317c..e6a6505 100644 (file)
@@ -1,8 +1,12 @@
-%include /usr/lib/rpm/mingw-defs
+%define __strip %{_mingw_strip}
+%define __objdump %{_mingw_objdump}
+%define _use_internal_dependency_generator 0
+%define __find_requires %{_mingw_findrequires}
+%define __find_provides %{_mingw_findprovides}
 
 Name:           mingw-cairo
 Version:        1.7.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows Cairo library
 
 License:       LGPLv2 or MPLv1.1
@@ -13,7 +17,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-BuildRequires:  mingw-filesystem >= 19
+BuildRequires:  mingw-filesystem >= 23
 BuildRequires:  mingw-gcc
 BuildRequires:  mingw-binutils
 BuildRequires:  mingw-libxml2
@@ -21,7 +25,7 @@ BuildRequires:  mingw-pixman
 BuildRequires:  mingw-freetype
 BuildRequires:  mingw-libpng
 BuildRequires:  mingw-fontconfig
-
+BuildRequires:  pkgconfig
 
 %description
 MinGW Windows Cairo library.
@@ -67,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 1.7.4-3
+- Added dep on pkgconfig
+
 * Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 1.7.4-2
 - Remove static libraries.
 - Fix source URL.