]> git.pld-linux.org Git - packages/devhelp-book-autoconf.git/blob - devhelp-book-autoconf.spec
- Initial PLD release, STBR
[packages/devhelp-book-autoconf.git] / devhelp-book-autoconf.spec
1 Summary:        DevHelp book: autoconf
2 Summary(pl):    Ksi±¿ka do DevHelp'a o autoconf
3 Name:           devhelp-book-autoconf
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.devhelp.net/books/books/autoconf.tar.gz
9 URL:            http://www.devhelp.net/
10 Requires:       devhelp
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6/share/devhelp/
15
16 %description
17 DevHelp book about autoconf
18
19 %description -l pl
20 Ksi±¿ka do DevHelp o autoconf
21
22 %prep
23 %setup -q -c autoconf -n autoconf
24
25 %build
26 mv -f book autoconf
27 mv -f book.devhelp autoconf.devhelp
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_prefix}/books/autoconf
33 install -d $RPM_BUILD_ROOT%{_prefix}/specs
34 install autoconf.devhelp $RPM_BUILD_ROOT%{_prefix}/specs
35 install autoconf/* $RPM_BUILD_ROOT%{_prefix}/books/autoconf
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files 
41 %defattr(644,root,root,755)
42 #%doc *.gz
43 %{_prefix}/books
44 %{_prefix}/specs
This page took 0.060595 seconds and 3 git commands to generate.