File: djview4.spec

package info (click to toggle)
djview4 4.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,716 kB
  • sloc: cpp: 22,079; ansic: 9,746; sh: 241; makefile: 228; awk: 94; xml: 84
file content (57 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%define release 1
%define version 4.12

Summary: DjVu viewer
Name: djview4
Version: %{version}
Release: %{release}
License: GPL
Group: Applications/Publishing
Source: djview-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
URL: http://djvu.sourceforge.net

# BuildRequires: qt4-devel >= 4.2
# BuildRequires: qt4-designer >= 4.2
# BuildRequires: libjpeg-devel
# BuildRequires: libtiff-devel
# BuildRequires: glibc-devel
# BuildRequires: gcc-c++
# BuildRequires: djvulibre >= 3.5.19
# BuildRequires: xdg-utils
# Requires xdg-utils


%description 
DjView4 is a viewer and browser plugin for DjVu documents,
based on the DjVuLibre-3.5 library and the Qt4 toolkit.


%prep
%setup -q

%build
%configure
make


%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README* COPYRIGHT COPYING NEWS
%{_bindir}
%{_datadir}
%{_mandir}

%changelog
* Thu Jan 22 2015 Leon Bottou <leonb@users.sourceforge.net> 4.9-2
- no longer rely on xdg portland tools for appfiles and icons
* Sat Jan 27 2007 Leon Bottou <leonb@users.sourceforge.net> 4.0-1
- initial release.