source: trunk/src/3rdparty/libmng/doc/rpm/libmng.spec

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 2.4 KB
Line 
1Summary: A library of functions for manipulating MNG format files.
2Name: libmng
3Version: 1.0.4
4Release: 2.1
5Copyright: AS IS
6Group: System Environment/Libraries
7Source0: libmng-%{PACKAGE_VERSION}.tar.gz
8Patch: libmng-%{PACKAGE_VERSION}-rhconf.patch
9URL: http://www.libmng.com/
10BuildRoot: /var/tmp/libmng-root
11BuildPrereq: libjpeg-devel, zlib-devel, lcms-devel
12
13%description
14libmng - library for reading, writing, displaying and examing
15Multiple-Image Network Graphics. MNG is the animation extension to the
16popular PNG image-format.
17
18%package devel
19Summary: Development tools for programs to manipulate MNG format files.
20Group: Development/Libraries
21Requires: libmng = %{PACKAGE_VERSION}
22%description devel
23The libmng-devel package contains the header files and static
24libraries necessary for developing programs using the MNG
25(Multiple-Image Network Graphics) library.
26
27If you want to develop programs which will manipulate MNG image format
28files, you should install libmng-devel. You'll also need to install
29the libmng package.
30
31%changelog
32* Sun Jun 23 2002 Gerard Juyn <gerard@libmng.com>
33- updated to 1.0.4
34
35* Mon Sep 18 2001 Gerard Juyn <gerard@libmng.com>
36- updated to 1.0.3
37
38* Sat Jul 7 2001 Gerard Juyn <gerard@libmng.com>
39- updated to 1.0.2
40
41* Wed May 2 2001 Gerard Juyn <gerard@libmng.com>
42- updated to 1.0.1
43
44* Mon Feb 5 2001 Gerard Juyn <gerard@libmng.com>
45- updated to 1.0.0
46
47* Fri Jan 19 2001 Gerard Juyn <gerard@libmng.com>
48- updated to 0.9.4
49
50* Sat Oct 28 2000 Gerard Juyn <gerard@libmng.com>
51- updated to 0.9.3
52
53* Tue Aug 15 2000 MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>
54- based on libmng-0.9.2/doc/rpm/libmng.spec
55- use %%configure and %%makeinstall
56
57* Sat Aug 5 2000 Gerard Juyn <gerard@libmng.com>
58- updated to 0.9.2
59
60* Wed Jul 26 2000 Gerard Juyn <gerard@libmng.com>
61- updated to 0.9.1
62
63* Sat Jul 1 2000 MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>
64- updated to 0.9.0
65
66* Sat Jun 24 2000 MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>
67- 1st release for RPM
68
69%prep
70%setup
71%configure
72
73%build
74make
75
76%install
77rm -rf $RPM_BUILD_ROOT
78%makeinstall
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%post -p /sbin/ldconfig
84
85%postun -p /sbin/ldconfig
86
87%files
88%defattr(-,root,root)
89%doc CHANGES LICENSE README doc
90/usr/lib/libmng.so.*
91
92%files devel
93%defattr(-,root,root)
94/usr/include/*
95/usr/lib/libmng.a
96/usr/lib/libmng.so
97
Note: See TracBrowser for help on using the repository browser.