]> git.pld-linux.org Git - packages/podbrowser.git/blob - podbrowser.spec
9bc9a596c53f324b7a0e69f1212b9be2d8e60de8
[packages/podbrowser.git] / podbrowser.spec
1 %include        /usr/lib/rpm/macros.perl
2 Name:           podbrowser
3 Summary:        A full-featured Perl Documentation Browser.
4 Version:        0.08
5 Release:        0.1
6 Group:          Development/Tools
7 License:        GPL
8 Source0:        http://jodrell.net/files/podbrowser/%{name}-%{version}.tar.gz
9 # Source0-md5:  59f11c50e03f348e41de8058d0a30e0b
10 Patch0:         %{name}-desktop.patch
11 URL:            http://jodrell.net/projects/podbrowser
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 PodBrowser is a documentation browser for Perl. You can view the
17 documentation for Perl's builtin functions, its "perldoc" pages,
18 pragmatic modules and the default and user-installed modules.
19
20 %prep
21 %setup -q
22 %patch0 -p1
23
24 %build
25 %{__make} PREFIX=%{_prefix}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README
38 %attr(755,root,root) %{_bindir}/*
39 %{_datadir}/applications/podbrowser.desktop
40 %{_iconsdir}/*/*/*/*
41 %{_mandir}/man1/*
42 %{_datadir}/podbrowser
This page took 0.043985 seconds and 3 git commands to generate.