[Tizen-submit] 20119: New package Tizen:IVI:Genivi/libpng
noreply at tizen.org
noreply at tizen.org
Fri Jan 31 02:33:14 GMT 2014
Hi,
Adding new package libpng in project Tizen:IVI:Genivi. Please review and accept ASAP.
Justification for this new package:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.023335
Git project: platform/upstream/libpng
Tag: submit/tizen_ivi_genivi/20140131.023335
Commit: 67c3a1f00ba76d6c679ca96e96398f8c88bd26fd resetting manifest requested domain to floor
Thank You,
Graydon, Tracy
[This message was auto-generated]
---
Request: #20119
submit: Tizen:IVI:Genivi:build/libpng(cleanup) -> Tizen:IVI:Genivi
Message:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.023335
Git project: platform/upstream/libpng
Tag: submit/tizen_ivi_genivi/20140131.023335
Commit: 67c3a1f00ba76d6c679ca96e96398f8c88bd26fd resetting manifest requested domain to floor
State: new 2014-01-31T02:35:11 tizenrobot
Comment: <no comment>
changes files:
--------------
++++++ new changes file:
--- libpng.changes
+++ libpng.changes
@@ -0,0 +1,3 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif at intel.com> upstream/1.2.50 at 45d37bc
+- Fixed package groups
+
new:
----
baselibs.conf
libpng-1.2.50.tar.bz2
libpng.changes
libpng.manifest
libpng.spec
spec files:
-----------
++++++ new spec file:
--- libpng.spec
+++ libpng.spec
@@ -0,0 +1,61 @@
+Name: libpng
+VCS: platform/upstream/libpng#67c3a1f00ba76d6c679ca96e96398f8c88bd26fd
+Version: 1.2.50
+Release: 1
+License: zlib
+Summary: A library of functions for manipulating PNG image format files
+Url: http://www.libpng.org/pub/png/
+Group: Graphics/Libraries
+Source: %{name}-%{version}.tar.bz2
+Source1001: libpng.manifest
+BuildRequires: zlib-devel
+
+%description
+The libpng package contains a library of functions for creating and
+manipulating PNG (Portable Network Graphics) image format files. PNG
+is a bit-mapped graphics format similar to the GIF format. PNG was
+created to replace the GIF format, since GIF uses a patented data
+compression algorithm.
+
+Libpng should be installed if you need to manipulate PNG format image
+files.
+
+%package devel
+Summary: Development tools for programs to manipulate PNG image format files
+Group: Development/Libraries
+Requires: %{name} = %{version}
+Requires: libpng = %{version}
+Requires: zlib-devel
+
+%description devel
+The libpng-devel package contains header files and documentation necessary
+for developing programs using the PNG (Portable Network Graphics) library.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+%make_install
+rm -rf %{buildroot}/usr/share/man
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{_libdir}/libpng*.so.*
+
+%files devel
+%manifest %{name}.manifest
+%{_bindir}/*
+%{_includedir}/*
+%{_libdir}/libpng*.so
+%{_libdir}/pkgconfig/*
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list