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