]> git.pld-linux.org Git - packages/cdlabelgen.git/blob - cdlabelgen.spec
- massive attack: source-md5
[packages/cdlabelgen.git] / cdlabelgen.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        cdlabelgen - generates frontcards and traycards for CDs
3 Summary(pl):    Program do generowania wk³adek do pude³ek na p³yty CD
4 Name:           cdlabelgen
5 Version:        2.6.0
6 Release:        1
7 License:        GPL
8 Vendor:         B. W. Fitzpatrick <fitz@red-bean.com>
9 Group:          Applications/Text
10 Source0:        http://www.aczone.com/pub/tools/%{name}-%{version}.tgz
11 # Source0-md5:  33177cf123ed5d74326a4a8c25378f26
12 Patch0:         %{name}-manlocation.patch
13 URL:            http://www.aczone.com/tools/cdinsert/
14 BuildRequires:  perl-devel >= 5.6.1
15 Requires:       perl >= 5.003
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 BuildArch:      noarch
18
19 %description
20 This is BETA software! Please be gentle. cdlabelgen was designed to
21 simplify the process of generating labels for CD's. It originated as a
22 program to allow auto generation of frontcards and traycards for CD's
23 burned via an automated mechanism (specifically for archiving data).
24 Note that cdlabelgen does not actually print anything--it just spits
25 out postscript, which you can then do with as you please.
26
27 %description -l pl
28 Program ten jest w fazie beta! Prosimy o wyrozumia³o¶æ. Cdlabelgen
29 napisano w celu uproszczenia procesu tworzenia etykiet na CD. Powsta³
30 jako projekt, który mia³ pomóc w automatycznej generacji wk³adek do
31 pude³ek na wypalane p³yty CD (zw³aszcza przy archiwizacji danych).
32 Nale¿y zwróciæ uwagê, ¿e cdlabelgen sam w sobie nic nie drukuje,
33 tworzy jedynie plik postscriptowy, który mo¿na samemu wydrukowaæ.
34
35 %prep
36 %setup -q
37 %patch0 -p0
38
39 %build
40 pod2man --section=1 cdlabelgen > cdlabelgen.1
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}}
45
46 %{__make} install \
47         BASE_DIR=$RPM_BUILD_ROOT%{_prefix}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc ChangeLog README
55 %attr(755,root,root) %{_bindir}/cdlabelgen
56 %{_mandir}/man1/cdlabelgen.1*
57 %{_datadir}/cdlabelgen
This page took 0.08686 seconds and 4 git commands to generate.