]> git.pld-linux.org Git - packages/disc-cover.git/commitdiff
- initial, STBR RA-1_0 STABLE disc-cover-1_3_2-1
authorwolf <wolf@pld-linux.org>
Tue, 23 Jul 2002 15:27:45 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %%doc %%lang don't work?

Changed files:
    disc-cover.spec -> 1.1

disc-cover.spec [new file with mode: 0644]

diff --git a/disc-cover.spec b/disc-cover.spec
new file mode 100644 (file)
index 0000000..a3b8c49
--- /dev/null
@@ -0,0 +1,55 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Cover generator
+Summary(pl):   Generator ok³adek
+Name:          disc-cover
+Version:       1.3.2
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.liacs.nl/~jvhemert/disc-cover/download/unstable/%{name}-%{version}.tar.bz2
+URL:           http://www.liacs.nl/~jvhemert/disc-cover/
+Requires:      tetex-dvips
+Requires:      tetex-latex
+Requires:      ImageMagick
+BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+disc-cover provides an easy way to produce covers for audio cds. It
+scans audio cds and uses information from the freedb database to build
+a back and front cover for the cd. The cover is output is in Latex,
+Dvi, Pdf or Postscript. This little gadget lets you produce covers
+without typing in all the information yourself.
+
+%description -l pl
+disc-cover udostêpnia ³atwy sposób produkcji ok³adek na p³yty z
+muzyk±. Skanuje p³ytê i u¿ywa informacji z bazy danych freedb, by
+z³o¿yæ przedni± i tyln± ok³adkê. Formaty wyj¶ciowe to latex, dvi, pdf,
+postscript. Dziêki temu ma³emu gad¿etowi mo¿esz robiæ ok³adki nie
+wpisuj±c ¿adnych informacji.
+
+%prep
+%setup -q
+
+%build
+find docs -name INSTALL -exec rm \{\} \;
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install disc-cover $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG TODO
+%doc docs/english
+%doc %lang(de) docs/german
+%doc %lang(nl) docs/dutch
+%doc %lang(es) docs/spanish
+%attr(755,root,root) %{_bindir}/*
This page took 0.116325 seconds and 4 git commands to generate.