source: MondoRescue/trunk/mondo-doc/distributions/rpm/mondo-doc.spec@ 600

Last change on this file since 600 was 600, checked in by bcornec, 18 years ago

merge -r 591:599 $SVN_M/branches/stable

  • Property svn:keywords set to Id
File size: 1.3 KB
RevLine 
[35]1#
2# $Id: mondo-doc.spec 600 2006-05-30 22:22:14Z bcornec $
3#
[1]4
[600]5%define mrel RRR
[554]6%define tag TTT
[53]7
[532]8Summary: Documentation for Mondo Rescue
9Summary(fr): Documentation pour Mondo Rescue
[53]10
[553]11Name: mondo-doc
12Version: VVV
[600]13Release: %{mrel}
[1]14License: GPL
[553]15Group: GRP
[529]16Url: http://www.mondorescue.org
[553]17Source: SSS
[529]18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
[532]19BuildRequires: docbook-utils
[556]20BuildArch: noarch
[1]21
22%description
[532]23Documentation for Mondo Rescue
[1]24
25%description -l fr
[532]26Documentation pour Mondo Rescue
[1]27
28%prep
[555]29%setup -q -n %name-%{version}-%{tag}
[1]30
[53]31%build
[556]32%{__make} -f Makefile.man VERSION=%{version}
33%{__make} -f Makefile.howto VERSION=%{version}
[1]34
35%install
[53]36%{__rm} -rf $RPM_BUILD_ROOT
[588]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}
[1]39
40%clean
41%{__rm} -rf $RPM_BUILD_ROOT
42
43%files
[532]44%doc svn.log
[588]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/
[1]50
[402]51%changelog
Note: See TracBrowser for help on using the repository browser.