]> git.pld-linux.org Git - packages/disc-cover.git/blob - disc-cover.spec
8b9b2aab1a1cf423318ebb09765b917cc5a53f94
[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.4.0
6 Release:        1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://home.wanadoo.nl/jano/files/%{name}-%{version}.tar.gz
10 URL:            http://home.wanadoo.nl/jano/disc-cover.html
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 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39
40 install disc-cover $RPM_BUILD_ROOT%{_bindir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS CHANGELOG TODO
48 %attr(755,root,root) %{_bindir}/*
This page took 0.073807 seconds and 2 git commands to generate.