]> git.pld-linux.org Git - packages/vips.git/blob - vips.spec
- updated to 7.10.7
[packages/vips.git] / vips.spec
1 Summary:        An image processing library
2 Summary(pl):    Biblioteka przetwarzania obrazów
3 Name:           vips
4 Version:        7.10.7
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://www.vips.ecs.soton.ac.uk/%{name}-7.10/%{name}-%{version}.tar.gz
9 # Source0-md5:  2460c602430b4b1d618c971ff93edd16
10 URL:            http://www.vips.ecs.soton.ac.uk/
11 BuildRequires:  ImageMagick-devel >= 5.0.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bzip2-devel
15 BuildRequires:  fftw3-devel >= 3.0.0
16 BuildRequires:  glib2-devel >= 2.0.0
17 BuildRequires:  imlib-devel
18 BuildRequires:  lcms-devel
19 BuildRequires:  libjpeg-devel
20 BuildRequires:  libltdl-devel
21 BuildRequires:  libpng-devel
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  libtiff-devel
24 BuildRequires:  libtool
25 BuildRequires:  libxml2-devel
26 BuildRequires:  pango-devel
27 BuildRequires:  pkgconfig
28 BuildRequires:  zlib-devel
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 VIPS is an image processing library. It is good for very large images
33 (ie. larger than the amount of RAM in your machine), and for working
34 with colour. It includes a C++ API, complete man pages, a command-line
35 interface, automatic threading and an operation database. There are
36 several user interfaces built on top of VIPS: for example "nip".
37
38 %description -l pl
39 VIPS jest bibliotek± przetwarzania obrazów. Jest dobra dla bardzo
40 du¿ych obrazów (to znaczy wiêkszych ni¿ ilo¶æ RAM w komputerze), oraz
41 do pracy z kolorami. Zawiera API w C++, kompletne strony pomocy man,
42 interfejs linii poleceñ, automatyczne w±tkowanie i bazê danych
43 operacji. Jest kilka interfejsów u¿ytkownika zbudowanych na podstawie
44 VIPS, na przyk³ad "nip".
45
46 %package devel
47 Summary:        Header files for vips library
48 Summary(pl):    Pliki nag³ówkowe biblioteki vips
49 Group:          Development/Libraries
50 Requires:       %{name} = %{version}-%{release}
51
52 %description devel
53 Header files for vips library.
54
55 %description devel -l pl
56 Pliki nag³ówkowe biblioteki vips.
57
58 %package static
59 Summary:        Static vips library
60 Summary(pl):    Statyczna biblioteka vips
61 Group:          Development/Libraries
62 Requires:       %{name}-devel = %{version}-%{release}
63
64 %description static
65 Static vips library.
66
67 %description static -l pl
68 Statyczna biblioteka vips.
69
70 %prep
71 %setup -q
72
73 %build
74 %{__libtoolize}
75 %{__aclocal}
76 %{__autoconf}
77 %{__autoheader}
78 %{__automake}
79 %configure
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84
85 %{__make} install \
86         DESTDIR=$RPM_BUILD_ROOT
87
88 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   -p /sbin/ldconfig
94 %postun -p /sbin/ldconfig
95
96 %files
97 %defattr(644,root,root,755)
98 %doc AUTHORS ChangeLog NEWS README THANKS TODO
99 %doc doc/html/refguide doc/html/appguide
100 %attr(755,root,root) %{_bindir}/*
101 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
102 %{_datadir}/%{name}
103 %{_mandir}/man1/*
104
105 %files devel
106 %defattr(644,root,root,755)
107 %doc doc/html/cppguide doc/html/libguide
108 %attr(755,root,root) %{_libdir}/lib*.so
109 %{_libdir}/lib*.la
110 %{_includedir}/%{name}
111 %{_pkgconfigdir}/*.pc
112 %{_mandir}/man3/*
113
114 %files static
115 %defattr(644,root,root,755)
116 %{_libdir}/lib*.a
This page took 0.038904 seconds and 3 git commands to generate.