]> git.pld-linux.org Git - packages/libmng.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Tue, 8 Aug 2000 05:38:25 +0000 (05:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmng.spec -> 1.1

libmng.spec [new file with mode: 0644]

diff --git a/libmng.spec b/libmng.spec
new file mode 100644 (file)
index 0000000..1d7d0c2
--- /dev/null
@@ -0,0 +1,74 @@
+Summary: A library of functions for manipulating MNG format files.
+Name: libmng
+Version: 0.9.2
+Release: 2
+Copyright: AS IS
+Group: System Environment/Libraries
+Source0: libmng-%{PACKAGE_VERSION}.tar.gz
+Patch: libmng-%{PACKAGE_VERSION}-rhconf.patch
+URL: http://www.libmng.com/
+BuildRoot: /var/tmp/libmng-root
+BuildPrereq: libjpeg-devel, zlib-devel, lcms-devel
+
+%description
+libmng - library for reading, writing, displaying and examing
+Multiple-Image Network Graphics. MNG is the animation extension to the
+popular PNG image-format.
+
+%package devel
+Summary: Development tools for programs to manipulate MNG format files.
+Group: Development/Libraries
+Requires: libmng = %{PACKAGE_VERSION}
+%description devel
+The libmng-devel package contains the header files and static
+libraries necessary for developing programs using the MNG
+(Multiple-Image Network Graphics) library.
+
+If you want to develop programs which will manipulate MNG image format
+files, you should install libmng-devel.  You'll also need to install
+the libmng package.
+
+%changelog
+* Sat Aug  5 2000 Gerard Juyn <gerard@libmng.com>
+- updated to 0.9.2
+
+* Wed Jul 26 2000 Gerard Juyn <gerard@libmng.com>
+- updated to 0.9.1
+
+* Sat Jul  1 2000 MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>
+- updated to 0.9.0
+
+* Sat Jun 24 2000 MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>
+- 1st release for RPM
+
+%prep
+%setup -n libmng
+ln -s makefiles/makefile.linux Makefile
+%patch -p1 -b .rhconf
+
+%build
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/usr/{lib,include}
+make install prefix=$RPM_BUILD_ROOT/usr
+strip -R .comments --strip-unneeded $RPM_BUILD_ROOT/usr/lib/libmng.so.0.%{PACKAGE_VERSION}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%doc changes.readme license.readme readme doc/*
+/usr/lib/libmng.so.*
+
+%files devel
+%defattr(-,root,root)
+/usr/include/*
+/usr/lib/libmng.a
+/usr/lib/libmng.so
This page took 0.077704 seconds and 4 git commands to generate.