]> git.pld-linux.org Git - packages/devhelp-book-autoconf.git/blob - devhelp-book-autoconf.spec
25511e06877b324ca2acacd3c72d2ddcc4f7dd30
[packages/devhelp-book-autoconf.git] / devhelp-book-autoconf.spec
1 Summary:        DevHelp book: autoconf
2 Summary(pl):    Ksi±¿ka do DevHelpa o autoconfie
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
15 %description
16 DevHelp book about autoconf.
17
18 %description -l pl
19 Ksi±¿ka do DevHelpa o autoconfie.
20
21 %prep
22 %setup -q -c -n autoconf
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_prefix}/{books/autoconf,specs}
27
28 install book.devhelp $RPM_BUILD_ROOT%{_prefix}/specs/autoconf.devhelp
29 install book/* $RPM_BUILD_ROOT%{_prefix}/books/autoconf
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files 
35 %defattr(644,root,root,755)
36 %{_prefix}/books/*
37 %{_prefix}/specs/*
This page took 0.063718 seconds and 2 git commands to generate.