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