]> git.pld-linux.org Git - packages/djvulibre.git/blob - djvulibre.spec
rebuild with separate debuginfo build-ids
[packages/djvulibre.git] / djvulibre.spec
1 Summary:        DjVu viewers, encoders and utilities
2 Summary(pl.UTF-8):      DjVu - przeglądarki, dekodery oraz narzędzia
3 Name:           djvulibre
4 Version:        3.5.27
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
9 # Source0-md5:  aa4ed331f669f5a72e3c0d7f9196c4e6
10 Patch0:         %{name}-opt.patch
11 Patch1:         djvulibre-3.5.22-cdefs.patch
12 URL:            http://djvu.sourceforge.net/
13 BuildRequires:  autoconf >= 2.65
14 BuildRequires:  automake >= 1.6
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtiff-devel
18 BuildRequires:  libtool >= 2:2
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.357
21 Obsoletes:      djvu
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 DjVu is a web-centric format and software platform for distributing
26 documents and images. DjVu content downloads faster, displays and
27 renders faster, looks nicer on a screen, and consume less client
28 resources than competing formats. DjVu was originally developed at
29 AT&T Labs-Research by Leon Bottou, Yann LeCun, Patrick Haffner, and
30 many others. In March 2000, AT&T sold DjVu to LizardTech Inc. who now
31 distributes Windows/Mac plug-ins, and commercial encoders (mostly on
32 Windows).
33
34 In an effort to promote DjVu as a Web standard, the LizardTech
35 management was enlightened enough to release the reference
36 implementation of DjVu under the GNU GPL in October 2000. DjVuLibre
37 (which means free DjVu), is an enhanced version of that code
38 maintained by the original inventors of DjVu. It is compatible with
39 version 3.5 of the LizardTech DjVu software suite.
40
41 This package of DjVulibre 3.5 contains:
42 - A full-fledged wavelet-based compressor for pictures.
43 - A simple compressor for bitonal (black and white) scanned pages.
44 - A compressor for palettized images (a la GIF/PNG).
45 - A set of utilities to manipulate and assemble DjVu images and
46   documents.
47 - A set of decoders to convert DjVu to a number of other formats.
48 - An up-to-date version of the C++ DjVu Reference Library.
49
50 %description -l pl.UTF-8
51 DjVu jest przeznaczonym głównie dla WWW formatem i platformą
52 programową do dystrybucji dokumentów i obrazków. Dane w DjVu ściągają
53 się szybciej, wyświetlają szybciej, wyglądają ładniej na ekranie i
54 zajmują mniej zasobów po stronie klienckiej niż inne formaty. DjVu
55 oryginalnie został stworzony w AT&T Labs-Research przez Leona Bottou,
56 Yanna LeCun, Patricka Haffnera i wielu innych. W marcu 2000 AT&T
57 sprzedało DjVu firmie LizardTech Inc., które teraz rozpowszechnia
58 wtyczki dla Windows i Maca oraz komercyjne kodery (głównie dla
59 Windows).
60
61 Aby wypromować DjVu jako sieciowy standard, LizardTech udostępnił
62 wzorcową implementację DjVu na licencji GPL w październiku 2000.
63 DjVuLibre (czyli wolne DjVu) jest rozszerzoną wersją tego kodu
64 rozwijaną przez pomysłodawców DjVu. Jest kompatybilna z wersją 3.5
65 oprogramowania LizardTech DjVu.
66
67 Ten pakiet zawiera: bibliotekę w C++, zestaw kompresorów, dekoderów i
68 narzędzi do plików w formacie DjVu.
69
70 %package devel
71 Summary:        Header files for DjVu library
72 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki DjVu
73 Group:          Development/Libraries
74 Requires:       %{name} = %{version}-%{release}
75 Requires:       libjpeg-devel
76 Requires:       libstdc++-devel
77
78 %description devel
79 Header files for DjVu library.
80
81 %description devel -l pl.UTF-8
82 Pliki nagłówkowe biblioteki DjVu.
83
84 %prep
85 %setup -q
86 %patch0 -p1
87 %patch1 -p1
88
89 %build
90 %{__libtoolize}
91 %{__aclocal} -I config
92 %{__autoconf}
93 %{__autoheader}
94 %{__automake}
95 %configure \
96         PTHREAD_LIBS="-lpthread" \
97         --disable-desktopfiles \
98         --disable-silent-rules
99
100 %{__make} -j1
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104
105 %{__make} install \
106         DESTDIR=$RPM_BUILD_ROOT
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %post   -p /sbin/ldconfig
112 %postun -p /sbin/ldconfig
113
114 %files
115 %defattr(644,root,root,755)
116 %doc COPYRIGHT NEWS README doc/{*.djvu,*.txt,*.pdf}
117 %attr(755,root,root) %{_bindir}/any2djvu
118 %attr(755,root,root) %{_bindir}/bzz
119 %attr(755,root,root) %{_bindir}/c44
120 %attr(755,root,root) %{_bindir}/cjb2
121 %attr(755,root,root) %{_bindir}/cpaldjvu
122 %attr(755,root,root) %{_bindir}/csepdjvu
123 %attr(755,root,root) %{_bindir}/ddjvu
124 %attr(755,root,root) %{_bindir}/djvm
125 %attr(755,root,root) %{_bindir}/djvmcvt
126 %attr(755,root,root) %{_bindir}/djvu*
127 %attr(755,root,root) %{_libdir}/libdjvulibre.so.*.*.*
128 %attr(755,root,root) %ghost %{_libdir}/libdjvulibre.so.21
129 %{_mandir}/man1/any2djvu.1*
130 %{_mandir}/man1/bzz.1*
131 %{_mandir}/man1/c44.1*
132 %{_mandir}/man1/cjb2.1*
133 %{_mandir}/man1/cpaldjvu.1*
134 %{_mandir}/man1/csepdjvu.1*
135 %{_mandir}/man1/ddjvu.1*
136 %{_mandir}/man1/djvm.1*
137 %{_mandir}/man1/djvmcvt.1*
138 %{_mandir}/man1/djvu*.1*
139 %dir %{_datadir}/djvu
140 %dir %{_datadir}/djvu/osi
141 %{_datadir}/djvu/osi/languages.xml
142 %lang(cs) %{_datadir}/djvu/osi/cs
143 %lang(de) %{_datadir}/djvu/osi/de
144 %{_datadir}/djvu/osi/en
145 %lang(fr) %{_datadir}/djvu/osi/fr
146 %lang(ja) %{_datadir}/djvu/osi/ja
147 %lang(zh) %{_datadir}/djvu/osi/zh
148 %{_datadir}/djvu/pubtext
149
150 %files devel
151 %defattr(644,root,root,755)
152 %attr(755,root,root) %{_libdir}/libdjvulibre.so
153 %{_libdir}/libdjvulibre.la
154 %{_includedir}/libdjvu
155 %{_pkgconfigdir}/ddjvuapi.pc
This page took 0.069291 seconds and 3 git commands to generate.