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