From a2dffba594038db4a0ac33916adeae521ddd1250 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 14 Mar 2011 02:32:49 -0500 Subject: cygwin-pixman 0.20.2-1 --- cygwin-pixman.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 2 files changed, 63 insertions(+) create mode 100644 cygwin-pixman.spec create mode 100644 sources diff --git a/cygwin-pixman.spec b/cygwin-pixman.spec new file mode 100644 index 0000000..aee9198 --- /dev/null +++ b/cygwin-pixman.spec @@ -0,0 +1,62 @@ +%global __strip %{_cygwin_strip} +%global __objdump %{_cygwin_objdump} +%global _use_internal_dependency_generator 0 +%global __find_requires %{_cygwin_findrequires} +%global __find_provides %{_cygwin_findprovides} + +Name: cygwin-pixman +Version: 0.20.2 +Release: 1%{?dist} +Summary: Cygwin pixel manipulation library + +License: MIT +Group: Development/Libraries +URL: http://cgit.freedesktop.org/pixman/ +Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: automake autoconf libtool pkgconfig +BuildRequires: cygwin-filesystem +BuildRequires: cygwin-binutils +BuildRequires: cygwin-gcc +BuildRequires: cygwin + + +%description +Cygwin pixel manipulation library for X and cairo. + + +%prep +%setup -q -n pixman-%{version} +autoreconf -f -i -v + + +%build +%{_cygwin_configure} --disable-static +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_cygwin_libdir}/*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%{_cygwin_bindir}/cygpixman-1-0.dll +%dir %{_cygwin_includedir}/pixman-1 +%{_cygwin_includedir}/pixman-1/pixman.h +%{_cygwin_includedir}/pixman-1/pixman-version.h +%{_cygwin_libdir}/libpixman-1.dll.a +%{_cygwin_libdir}/pkgconfig/pixman-1.pc + + +%changelog +* Mon Mar 14 2011 Yaakov Selkowitz - 0.20.2-1 +- Initial RPM release. diff --git a/sources b/sources new file mode 100644 index 0000000..4b0b34f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +7ed10a0f0fde6853613105a99735e7e7 pixman-0.20.2.tar.bz2 -- cgit