10668N/A#
10668N/A# spec file for package libpng12
10668N/A#
20829N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
10668N/A# This file and all modifications and additions to the pristine
10668N/A# package are under the same license as the package itself.
10668N/A#
17185N/A%define owner laca
10668N/A#
17182N/A
17182N/A%define OSR delivered in s10:0
17182N/A
10668N/AName: libpng10
19981N/ALicense: libpng
10668N/AGroup: System/Libraries
20829N/AVersion: 1.2.46
10668N/ARelease: 1
10668N/ADistribution: Java Desktop System
10668N/AVendor: Sun Microsystems, Inc.
10668N/ASummary: Portable Network Graphics library
18947N/ASource: ftp://ftp.simplesystems.org/pub/png/src/libpng-%{version}.tar.bz2
10668N/AURL: http://www.libpng.org/
10668N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10668N/ADocdir: %{_defaultdocdir}/%{name}
10668N/AAutoreqprov: on
10668N/A
10668N/A%description
10668N/Alibpng is a C library for working with PNG (Portable Network Graphics) format
10668N/Aimages.
10668N/A
10668N/A%package devel
10668N/ASummary: Headers for developing programs that will use libpng
10668N/AGroup: Development/Libraries
10668N/ARequires: %{name}
10668N/A
10668N/A%description devel
10668N/AThis package contains the headers that programmers will need to develop
10668N/Aapplications which will use libpng
10668N/A
10668N/A%prep
10668N/A%setup -q -n libpng-%{version}
10668N/A
10668N/A%build
10668N/A%ifos linux
10668N/Aif [ -x /usr/bin/getconf ]; then
10668N/A CPUS=`getconf _NPROCESSORS_ONLN`
10668N/Afi
10668N/A%else
10668N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10668N/A%endif
10668N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10668N/A CPUS=1
10668N/Afi
10668N/A
10668N/Aexport CFLAGS="%optflags"
10668N/Aexport LDFLAGS="%_ldflags"
10668N/A./configure \
10668N/A --prefix=%{_prefix} \
10668N/A --libdir=%{_libdir} \
10668N/A --bindir=%{_bindir} \
10668N/A --sysconfdir=%{_sysconfdir} \
10668N/A --with-esd-prefix=%{_prefix} \
10668N/A --mandir=%{_mandir}
10668N/Amake -j $CPUS
10668N/A
10668N/A%install
10668N/Amake install DESTDIR=$RPM_BUILD_ROOT
10668N/A
10668N/A# delete libtool .la files and static libs
10668N/Arm $RPM_BUILD_ROOT%{_libdir}/*.a
10668N/Arm $RPM_BUILD_ROOT%{_libdir}/*la
10668N/A
10668N/A%clean
10668N/Arm -rf $RPM_BUILD_ROOT
10668N/A
10668N/A%post -p /sbin/ldconfig
10668N/A%postun -p /sbin/ldconfig
10668N/A
10668N/A%files
10668N/A%defattr (-, root, root)
10668N/A%{_libdir}/*.so.*
10668N/A
10668N/A%files devel
10668N/A%defattr(-, root, root)
10668N/A%{_includedir}/*
10668N/A%{_libdir}/pkgconfig
10668N/A%{_bindir}/*-config
10668N/A%{_mandir}/*
10668N/A
10668N/A%changelog
20829N/A* Wed Aug 17 2011 - laszlo.peter@oracle.com
20829N/A- bump to 1.2.46
18947N/A* Wed Jul 21 2010 - laszlo.peter@oracle.com
18947N/A- bump to 1.2.44
16904N/A* Tue Jul 28 2009 - christian.kelly@sun.com
16904N/A- Bump to 1.2.38.
16212N/A* Sun Mar 22 2009 - laca@sun.com
16212N/A- bump to 1.2.35
10668N/A* Thu May 17 2007 - laca@sun.com
10668N/A- Create