]> git.pld-linux.org Git - packages/devhelp-book-autoconf.git/blame - devhelp-book-autoconf.spec
- tabs in preamble
[packages/devhelp-book-autoconf.git] / devhelp-book-autoconf.spec
CommitLineData
73fd6c41 1Summary: DevHelp book: autoconf
bf909e2e 2Summary(pl.UTF-8): Książka do DevHelpa o autoconfie
73fd6c41
MW
3Name: devhelp-book-autoconf
4Version: 1.0
785033d5 5Release: 2
73fd6c41
MW
6License: GPL
7Group: X11/Applications
8Source0: http://www.devhelp.net/books/books/autoconf.tar.gz
860661df 9# Source0-md5: cf068496575356b53f0b4afe01ba3c98
73fd6c41 10URL: http://www.devhelp.net/
785033d5 11Requires: devhelp >= 0.5.0
73fd6c41
MW
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
66240486 15%define _prefix /usr/share/devhelp
73fd6c41
MW
16
17%description
276a494f 18DevHelp book about autoconf.
73fd6c41 19
133be575
JR
20%description -l pl.UTF-8
21Książka do DevHelpa o autoconfie.
73fd6c41
MW
22
23%prep
276a494f 24%setup -q -c -n autoconf
73fd6c41
MW
25
26%install
27rm -rf $RPM_BUILD_ROOT
785033d5 28install -d $RPM_BUILD_ROOT%{_prefix}/books/autoconf
73fd6c41 29
785033d5 30install book.devhelp $RPM_BUILD_ROOT%{_prefix}/books/autoconf/autoconf.devhelp
276a494f 31install book/* $RPM_BUILD_ROOT%{_prefix}/books/autoconf
73fd6c41
MW
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
89d92067 36%files
73fd6c41 37%defattr(644,root,root,755)
276a494f 38%{_prefix}/books/*
This page took 0.077517 seconds and 4 git commands to generate.