|
Last change
on this file since 667 was 596, checked in by bcornec, 20 years ago |
|
Build process fixes following first attempt to deliver 2.0.8
|
-
Property svn:keywords
set to
Id
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id: mondo-doc.spec 596 2006-05-30 20:50:31Z bcornec $
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | %define mrel RRR
|
|---|
| 6 | %define tag TTT
|
|---|
| 7 |
|
|---|
| 8 | Summary: Documentation for Mondo Rescue
|
|---|
| 9 | Summary(fr): Documentation pour Mondo Rescue
|
|---|
| 10 |
|
|---|
| 11 | Name: mondo-doc
|
|---|
| 12 | Version: VVV
|
|---|
| 13 | Release: %{mrel}
|
|---|
| 14 | License: GPL
|
|---|
| 15 | Group: GRP
|
|---|
| 16 | Url: http://www.mondorescue.org
|
|---|
| 17 | Source: SSS
|
|---|
| 18 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| 19 | BuildRequires: docbook-utils
|
|---|
| 20 | BuildArch: noarch
|
|---|
| 21 |
|
|---|
| 22 | %description
|
|---|
| 23 | Documentation for Mondo Rescue
|
|---|
| 24 |
|
|---|
| 25 | %description -l fr
|
|---|
| 26 | Documentation pour Mondo Rescue
|
|---|
| 27 |
|
|---|
| 28 | %prep
|
|---|
| 29 | %setup -q -n %name-%{version}-%{tag}
|
|---|
| 30 |
|
|---|
| 31 | %build
|
|---|
| 32 | %{__make} -f Makefile.man VERSION=%{version}
|
|---|
| 33 | %{__make} -f Makefile.howto VERSION=%{version}
|
|---|
| 34 |
|
|---|
| 35 | %install
|
|---|
| 36 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 37 | %{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
|
|---|
| 38 | %{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
|
|---|
| 39 |
|
|---|
| 40 | %clean
|
|---|
| 41 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 42 |
|
|---|
| 43 | %files
|
|---|
| 44 | %doc svn.log
|
|---|
| 45 | %doc mindi.8 mondoarchive.8 mondorestore.8
|
|---|
| 46 | %doc mindi.8.html mindi.8.txt mindi.8.ps mindi.8.pdf
|
|---|
| 47 | %doc mondoarchive.8.html mondoarchive.8.txt mondoarchive.8.ps mondoarchive.8.pdf
|
|---|
| 48 | %doc mondorestore.8.html mondorestore.8.txt mondorestore.8.ps mondorestore.8.pdf
|
|---|
| 49 | %doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
|
|---|
| 50 |
|
|---|
| 51 | %changelog
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.