source: MondoRescue/branches/stable/mondo-doc/distributions/rpm/mondo-doc.spec@ 722

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

Remove TAG also from SPEC files

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