]> git.pld-linux.org Git - packages/disc-cover.git/blob - disc-cover.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/disc-cover.git] / disc-cover.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Cover generator
3 Summary(pl):    Generator ok³adek
4 Name:           disc-cover
5 Version:        1.3.2
6 Release:        1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://www.liacs.nl/~jvhemert/disc-cover/download/unstable/%{name}-%{version}.tar.bz2
10 URL:            http://www.liacs.nl/~jvhemert/disc-cover/
11 Requires:       tetex-dvips
12 Requires:       tetex-latex
13 Requires:       ImageMagick
14 BuildRequires:  perl >= 5.6
15 BuildRequires:  rpm-perlprov >= 3.0.3-16
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 disc-cover provides an easy way to produce covers for audio cds. It
21 scans audio cds and uses information from the freedb database to build
22 a back and front cover for the cd. The cover is output is in Latex,
23 Dvi, Pdf or Postscript. This little gadget lets you produce covers
24 without typing in all the information yourself.
25
26 %description -l pl
27 disc-cover udostêpnia ³atwy sposób produkcji ok³adek na p³yty z
28 muzyk±. Skanuje p³ytê i u¿ywa informacji z bazy danych freedb, by
29 z³o¿yæ przedni± i tyln± ok³adkê. Formaty wyj¶ciowe to latex, dvi, pdf,
30 postscript. Dziêki temu ma³emu gad¿etowi mo¿esz robiæ ok³adki nie
31 wpisuj±c ¿adnych informacji.
32
33 %prep
34 %setup -q
35
36 %build
37 find docs -name INSTALL -exec rm \{\} \;
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_bindir}
42
43 install disc-cover $RPM_BUILD_ROOT%{_bindir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS CHANGELOG TODO
51 %doc docs/english
52 %doc %lang(de) docs/german
53 %doc %lang(nl) docs/dutch
54 %doc %lang(es) docs/spanish
55 %attr(755,root,root) %{_bindir}/*
This page took 0.078749 seconds and 3 git commands to generate.