]> git.pld-linux.org Git - packages/cbrpager.git/commitdiff
- initial PLD release
authorpaladine <paladine@pld-linux.org>
Wed, 12 Jan 2005 08:43:55 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cbrpager.spec -> 1.1

cbrpager.spec [new file with mode: 0644]

diff --git a/cbrpager.spec b/cbrpager.spec
new file mode 100644 (file)
index 0000000..543b3e4
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Small viewer of CBR (comic book archive) files
+Summary(pl):   Ma³a przegl±darka plików CBR (comic book archive)
+Name:          cbrpager
+Version:       0.9.9
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://dl.sourceforge.net/cbrpager/%{name}-%{version}.tar.gz
+# Source0-md5: e2b3e36a1042e4c3d74f652a654b647c
+Source1:       %{name}.desktop
+URL:           http://cbrpager.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libgnomeui-devel >= 2.0.0
+Requires:      unrar
+Requires:      unzip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Small viewer of CBR (comic book archive) files.
+
+%description -l pl
+Ma³a przegl±darka plików CBR (comic book archive).
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%find_lang %{name} 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
This page took 0.113379 seconds and 4 git commands to generate.