]> git.pld-linux.org Git - packages/libfpx.git/blob - libfpx.spec
- version 1.2.0.5
[packages/libfpx.git] / libfpx.spec
1 Summary:        FlashPIX OpenSource Toolkit
2 Summary(pl):    Biblioteka do obróbki obrazków FlashPIX
3 Name:           libfpx
4 Version:        1.2.0.5
5 Release:        1
6 License:        distributable (see COPYING)
7 Group:          Libraries
8 # Strange... [URL] says you can order it (for money) and doesn't contain any
9 # link, but sources can be freely redistributed. Can be found on any IM mirror.
10 Source0:        ftp://ftp.simplesystems.org/pub/ImageMagick/delegates/%{name}-%{version}.tar.gz
11 URL:            http://www.i3a.org/i_flashpix.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool >= 2:1.4d
15 BuildRequires:  gcc-c++ >= 3.2.2
16 Provides:       fpx
17 Obsoletes:      fpx
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 FlashPIX OpenSource Toolkit is based on source obtained from the
22 Digital Imaging Group Inc. and includes a sample FlashPIX library
23 implementation contributed by Eastman Kodak Company.
24
25 %description -l pl
26 FlashPIX OpenSource Toolkit jest bazowany na ¼ród³ach uzyskanych od
27 Digital Imaging Group i zawiera przyk³adow± implementacjê biblioteki
28 FlashPIX, do której przyczyni³ siê Eastman Kodak Company.
29
30 %package devel
31 Summary:        FlashPIX header file and documentation
32 Summary(pl):    Plik nag³ówkowy i dokumentacja do FlashPIX
33 Group:          Development/Libraries
34 Requires:       %{name} = %{version}
35 Obsoletes:      fpx-devel
36
37 %description devel
38 FlashPIX header files and programmer's documentation.
39
40 %description devel -l pl
41 Plik nag³ówkowy potrzebny do kompilowania programów korzystaj±cych z
42 biblioteki FlashPIX oraz dokumentacja do tej biblioteki.
43
44 %package static
45 Summary:        FlashPIX static library
46 Summary(pl):    Statyczna biblioteka FlashPIX
47 Group:          Development/Libraries
48 Requires:       %{name}-devel = %{version}
49 Obsoletes:      fpx-static
50
51 %description static
52 Static version of FlashPIX library.
53
54 %description static -l pl
55 Statyczna wersja biblioteki FlashPIX.
56
57 %prep
58 %setup  -q
59
60 %build
61 rm -f missing
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__automake}
66 %configure \
67         --enable-fast-install
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install DESTDIR=$RPM_BUILD_ROOT
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post   -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %files
82 %defattr(644,root,root,755)
83 %doc AUTHORS COPYING ChangeLog NEWS README
84 %attr(755,root,root) %{_libdir}/lib*.so.*.*
85
86 %files devel
87 %defattr(644,root,root,755)
88 %doc doc/*.pdf doc/readme.txt
89 %attr(755,root,root) %{_libdir}/lib*.so
90 %{_libdir}/lib*.la
91 %{_includedir}/*
92
93 %files static
94 %defattr(644,root,root,755)
95 %{_libdir}/lib*.a
This page took 0.057533 seconds and 4 git commands to generate.