]> git.pld-linux.org Git - packages/cbrpager.git/blob - cbrpager.spec
- updated gettext BR
[packages/cbrpager.git] / cbrpager.spec
1 Summary:        Small viewer of CBR (comic book archive) files
2 Summary(pl.UTF-8):      Mała przeglądarka plików CBR (comic book archive)
3 Name:           cbrpager
4 Version:        0.9.18
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/cbrpager/%{name}-%{version}.tar.gz
9 # Source0-md5:  27808815b748d60c1ad3fc66adc62cfc
10 Source1:        %{name}.desktop
11 URL:            http://cbrpager.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  libgnomeui-devel >= 2.0.0
16 Requires:       unrar
17 Requires:       unzip
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Small viewer of CBR (comic book archive) files.
22
23 %description -l pl.UTF-8
24 Mała przeglądarka plików CBR (comic book archive).
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 install -d $RPM_BUILD_ROOT%{_desktopdir}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
45
46 %find_lang %{name} 
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog CONTRIBUTORS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_desktopdir}/*.desktop
This page took 0.126852 seconds and 3 git commands to generate.