packaging: Intial packaging
authorAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 03:26:24 +0000 (20:26 -0700)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 21 Feb 2020 07:55:39 +0000 (16:55 +0900)
Change-Id: I1ccaecc47000220da03121336c79baded3630532
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/pixman.spec [new file with mode: 0644]

diff --git a/packaging/pixman.spec b/packaging/pixman.spec
new file mode 100644 (file)
index 0000000..e5c4edf
--- /dev/null
@@ -0,0 +1,52 @@
+#sbs-git:slp/pkgs/p/pixman pixman 0.26.0 67eba3516f06fef40915917d7396b68108ee6316
+
+Name:           pixman
+Version:        0.26.0
+Release:        3
+License:        MIT
+Summary:        Pixel manipulation library
+Url:            http://www.x.org/
+Group:          System/Libraries
+Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig(libpng12)
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+%description
+Pixel manipulation library
+
+%package devel
+Summary:        Development components for the pixman library
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
+
+%description devel
+Pixel manipulation library
+
+%prep
+%setup -q
+
+%build
+
+%reconfigure --disable-arm-iwmmxt
+make %{?_smp_mflags}
+
+%install
+%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
+