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