|
Last change
on this file since 745 was 597, 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.4 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id: mondo-doc.spec 597 2006-05-30 20:51:12Z bcornec $
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | # if mandriva official build (rpm --with is_official)
|
|---|
| 6 | %{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
|
|---|
| 7 | %define mrel RRR
|
|---|
| 8 | %define tag TTT
|
|---|
| 9 |
|
|---|
| 10 | Summary: Documentation for Mondo Rescue
|
|---|
| 11 | Summary(fr): Documentation pour Mondo Rescue
|
|---|
| 12 |
|
|---|
| 13 | Name: mondo-doc
|
|---|
| 14 | Version: VVV
|
|---|
| 15 | Release: %{mrel}
|
|---|
| 16 | License: GPL
|
|---|
| 17 | Group: GRP
|
|---|
| 18 | Url: http://www.mondorescue.org
|
|---|
| 19 | Source: SSS
|
|---|
| 20 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| 21 | BuildRequires: docbook-utils
|
|---|
| 22 | BuildArch: noarch
|
|---|
| 23 |
|
|---|
| 24 | %description
|
|---|
| 25 | Documentation for Mondo Rescue
|
|---|
| 26 |
|
|---|
| 27 | %description -l fr
|
|---|
| 28 | Documentation pour Mondo Rescue
|
|---|
| 29 |
|
|---|
| 30 | %prep
|
|---|
| 31 | %setup -q -n %name-%{version}-%{tag}
|
|---|
| 32 |
|
|---|
| 33 | %build
|
|---|
| 34 | %{__make} -f Makefile.man VERSION=%{version}
|
|---|
| 35 | %{__make} -f Makefile.howto VERSION=%{version}
|
|---|
| 36 |
|
|---|
| 37 | %install
|
|---|
| 38 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 39 | %{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
|
|---|
| 40 | %{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
|
|---|
| 41 |
|
|---|
| 42 | %clean
|
|---|
| 43 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 44 |
|
|---|
| 45 | %files
|
|---|
| 46 | %doc svn.log
|
|---|
| 47 | %doc mindi.8 mondoarchive.8 mondorestore.8
|
|---|
| 48 | %doc mindi.8.html mindi.8.txt mindi.8.ps mindi.8.pdf
|
|---|
| 49 | %doc mondoarchive.8.html mondoarchive.8.txt mondoarchive.8.ps mondoarchive.8.pdf
|
|---|
| 50 | %doc mondorestore.8.html mondorestore.8.txt mondorestore.8.ps mondorestore.8.pdf
|
|---|
| 51 | %doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
|
|---|
| 52 |
|
|---|
| 53 | %changelog
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.