]> git.pld-linux.org Git - packages/cbview.git/blame - cbview.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cbview.git] / cbview.spec
CommitLineData
a4547ca5 1Summary: Comic book archives viewer
84e7256f 2Summary(pl.UTF-8): Przeglądarka komiksów
a4547ca5 3Name: cbview
4Version: 0.06
b9a374e1 5Release: 3
a4547ca5 6License: GPL
7Group: X11/Applications
8Source0: http://elvine.org/code/%{name}/%{name}-%{version}.tar.gz
9# Source0-md5: 6f101dbcecc6d70f59a4b8cec4152446
10Source1: %{name}.desktop
11URL: http://elvine.org/code/cbview/
aaa6aebf 12BuildRequires: rpm-perlprov
e545cd3a 13BuildRequires: unrar
14BuildRequires: unzip
a4547ca5 15Requires: perl-Gtk2
16Requires: perl-String-ShellQuote
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21CBView is a viewer/converter for CBR/CBZ comic book archives, written
22with gtk2-perl.
23
a88c88a2
JR
24%description -l pl.UTF-8
25CBView to przeglądarka/konwerter archiwów komiksów w formacie CBR/CBZ,
26napisana przy użyciu gtk2-perl.
a4547ca5 27
28%prep
29%setup -q
30
31%build
32%{__perl} Makefile.PL \
33 INSTALLDIRS=vendor
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38install -d $RPM_BUILD_ROOT%{_desktopdir}
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc Changes README TODO
51%attr(755,root,root) %{_bindir}/*
203e9467 52%{_desktopdir}/*.desktop
This page took 0.066079 seconds and 4 git commands to generate.