]> git.pld-linux.org Git - packages/cbview.git/commitdiff
- initial version by Kamil 'paladine' Kosiński auto/ac/cbview-0_06-1
authorundefine <undefine@pld-linux.org>
Sat, 18 Sep 2004 01:36:59 +0000 (01:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cbview.spec -> 1.1

cbview.spec [new file with mode: 0644]

diff --git a/cbview.spec b/cbview.spec
new file mode 100644 (file)
index 0000000..06539f7
--- /dev/null
@@ -0,0 +1,50 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Comic book archives viewer
+Summary(pl):   Przegl±darka komiksów
+Name:          cbview
+Version:       0.06
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://elvine.org/code/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 6f101dbcecc6d70f59a4b8cec4152446
+Source1:       %{name}.desktop
+URL:           http://elvine.org/code/cbview/
+Requires:      perl-Gtk2
+Requires:      perl-String-ShellQuote
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CBView is a viewer/converter for CBR/CBZ comic book archives, written
+with gtk2-perl.
+
+%description -l pl
+CBView to przegl±darka/konwerter archiwów komiksów w formacie CBR/CBZ,
+napisana przy u¿yciu gtk2-perl.
+
+%prep
+%setup -q
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
This page took 0.066739 seconds and 4 git commands to generate.