]> git.pld-linux.org Git - packages/autobook.git/blob - autobook.spec
- br sed 4.0
[packages/autobook.git] / autobook.spec
1 Summary:        GNU Autoconf, Automake and Libtool
2 Summary(pl):    Podrêcznik Autoconf, Automake i Libtoola
3 Name:           autobook
4 Version:        1.3
5 Release:        2
6 License:        Open Publication License
7 Group:          Documentation
8 Source0:        http://sources.redhat.com/autobook/%{name}-%{version}.tar.gz
9 # Source0-md5:  3e7c4928ca30747a1589f61e6acf934d
10 URL:            http://sources.redhat.com/autobook/
11 BuildRequires:  sed >= 4.0
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This document is a tutorial on GNU autoconf, automake and libtool.
17
18 %description -l pl
19 Ten dokument jest podrêcznikiem narzêdzi GNU autoconfa, automake
20 i libtoola.
21
22 %prep
23 %setup -q
24 %{__sed} -i 's/bgcolor=#6688aa/bgcolor=#f2f7e8/gi' *.html
25
26 %clean
27 rm -rf $RPM_BUILD_ROOT
28
29 %files
30 %defattr(644,root,root,755)
31 %doc *
This page took 0.121219 seconds and 4 git commands to generate.