summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-03-14 02:32:49 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-03-14 02:32:49 -0500
commita2dffba594038db4a0ac33916adeae521ddd1250 (patch)
treee68487d44a0d7ae03c32d27bdbf35b01c83d26a1
downloadcygwin-pixman-a2dffba594038db4a0ac33916adeae521ddd1250.tar.gz
cygwin-pixman-a2dffba594038db4a0ac33916adeae521ddd1250.tar.xz
cygwin-pixman-a2dffba594038db4a0ac33916adeae521ddd1250.zip
cygwin-pixman 0.20.2-1
-rw-r--r--cygwin-pixman.spec62
-rw-r--r--sources1
2 files changed, 63 insertions, 0 deletions
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 <cygwin-ports-general@lists.sourceforge.net> - 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