]> git.pld-linux.org Git - packages/disc-cover.git/blob - disc-cover.spec
- add some documentation
[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:  perl-Audio-CD
16 BuildRequires:  perl-modules
17 BuildRequires:  rpm-perlprov >= 3.0.3-16
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 disc-cover provides an easy way to produce covers for audio cds. It
23 scans audio cds and uses information from the freedb database to build
24 a back and front cover for the cd. The cover is output is in Latex,
25 Dvi, Pdf or Postscript. This little gadget lets you produce covers
26 without typing in all the information yourself.
27
28 %description -l pl
29 disc-cover udostêpnia ³atwy sposób produkcji ok³adek na p³yty z
30 muzyk±. Skanuje p³ytê i u¿ywa informacji z bazy danych freedb, by
31 z³o¿yæ przedni± i tyln± ok³adkê. Formaty wyj¶ciowe to latex, dvi, pdf,
32 postscript. Dziêki temu ma³emu gad¿etowi mo¿esz robiæ ok³adki nie
33 wpisuj±c ¿adnych informacji.
34
35 %prep
36 %setup -q
37
38 %build
39 ./disc-cover -H > README
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44
45 install disc-cover $RPM_BUILD_ROOT%{_bindir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS CHANGELOG TODO README
53 %attr(755,root,root) %{_bindir}/*
This page took 1.421113 seconds and 3 git commands to generate.