Changeset 764 in MondoRescue for trunk/mondo-doc/distributions
- Timestamp:
- Aug 8, 2006, 12:34:37 AM (19 years ago)
- Location:
- trunk/mondo-doc/distributions
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo-doc/distributions/debian/control
r588 r764 1 Source: mondo 1 Source: mondo-doc 2 2 Section: utils 3 3 Priority: optional 4 Maintainer: Bruno Cornec <bruno@mondorescue >4 Maintainer: Bruno Cornec <bruno@mondorescue.org> 5 5 Build-Depends: debhelper (>= 4.2.20) 6 6 Standards-Version: 3.6.1 -
trunk/mondo-doc/distributions/debian/mondo-doc.doc-base
r588 r764 1 Document: mondo 1 Document: mondo-doc 2 2 Title: Mondo Rescue and Mindi Linux HOWTO 3 3 Author: Hugo Rabson, Mikael Hultgren, Stan Benoit ("Troff"), Randy Delfs, -
trunk/mondo-doc/distributions/debian/rules
r588 r764 23 23 24 24 # Build architecture independent 25 build-indep: build-indep-stamp 26 # Nothing to do, the only indep item is the manual which is available as html in original source 25 build-indep: 26 $(MAKE) -f Makefile.man VERSION=VVV 27 $(MAKE) -f Makefile.howto VERSION=VVV 27 28 touch build-indep-stamp 28 29 … … 54 55 dh_testroot 55 56 dh_clean -k -i 56 dh_installdirs -i57 dh_install -i57 $(MAKE) -f Makefile.man install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME) 58 $(MAKE) -f Makefile.howto install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME) 58 59 59 60 # Must not depend on anything. This is to be called by -
trunk/mondo-doc/distributions/gentoo/mondo.ebuild
r588 r764 9 9 DESCRIPTION="The premier GPL disaster recovery solution." 10 10 HOMEPAGE="http://www.mondorescue.org" 11 SRC_URI="ftp://ftp.mondore cue.org/src/${PN/-rescue/}-${PV}.tgz"11 SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tgz" 12 12 13 13 LICENSE="GPL-2" -
trunk/mondo-doc/distributions/mandriva/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', )dnl -
trunk/mondo-doc/distributions/redhat/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', )dnl -
trunk/mondo-doc/distributions/rpm/mondo-doc.spec
r729 r764 32 32 %install 33 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}34 %{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version} 35 %{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version} 36 36 37 37 %clean … … 40 40 %files 41 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/ 42 %doc %{_defaultdocdir}/%{name}-%{version} 48 43 49 44 %changelog -
trunk/mondo-doc/distributions/suse/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, buffer, cdrecord')dnl
Note:
See TracChangeset
for help on using the changeset viewer.