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

Last change on this file since 729 was 729, checked in by Bruno Cornec, 18 years ago

merge -r686:728 $SVN_M/branches/stable

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