Add packaging files for Tizen 1.0 1.0_branch
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 13 Jun 2012 00:15:19 +0000 (17:15 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 13 Jun 2012 00:15:19 +0000 (17:15 -0700)
packaging/pixman.changes [new file with mode: 0644]
packaging/pixman.spec [new file with mode: 0644]

diff --git a/packaging/pixman.changes b/packaging/pixman.changes
new file mode 100644 (file)
index 0000000..4573873
--- /dev/null
@@ -0,0 +1,2 @@
+* Wed Jun 12 2012 - Rusty Lynch <rusty.lynch@intel.com> - 0.27.1+1+c2230 
+- Packaging snapshot of master
diff --git a/packaging/pixman.spec b/packaging/pixman.spec
new file mode 100644 (file)
index 0000000..d13a73c
--- /dev/null
@@ -0,0 +1,51 @@
+Name:       pixman
+Summary:    Pixel manipulation library
+Version:    0.27.1+1+c2230
+Release:    1
+Group:      System/Libraries
+License:    MIT
+URL:        http://www.x.org/
+Source0:    %{name}-%{version}.tar.bz2
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(libpng12)
+
+%description
+Pixel manipulation library
+
+%package devel
+Summary:    Development components for the pixman library
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+Pixel manipulation library
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+%reconfigure
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libpixman-1*.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%dir %{_includedir}/pixman-1
+%{_includedir}/pixman-1/pixman.h
+%{_includedir}/pixman-1/pixman-version.h
+%{_libdir}/libpixman-1*.so
+%{_libdir}/pkgconfig/pixman-1.pc
+