2007-10-24 21:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
- harbour/debian/hbdot.1
- harbour/debian/harbour.1
- harbour/debian/hbmake.1
- harbour/debian/hbtest.1
- harbour/debian/hbpp.1
- harbour/debian/hbrun.1
- harbour/debian/hbdoc.1
+ harbour/doc/man
+ harbour/doc/man/hbdot.1
+ harbour/doc/man/harbour.1
+ harbour/doc/man/hbmake.1
+ harbour/doc/man/hbpp.1
+ harbour/doc/man/hbtest.1
+ harbour/doc/man/hbrun.1
+ harbour/doc/man/hbdoc.1
* moved man files from ./debian directory to ./doc/man
* harbour/debian/rules
* updated for new man files location
* harbour/bin/pack_src.sh
* harbour/harbour.spec
* added man files to RPMs
This commit is contained in:
@@ -8,6 +8,30 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-10-24 21:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
- harbour/debian/hbdot.1
|
||||
- harbour/debian/harbour.1
|
||||
- harbour/debian/hbmake.1
|
||||
- harbour/debian/hbtest.1
|
||||
- harbour/debian/hbpp.1
|
||||
- harbour/debian/hbrun.1
|
||||
- harbour/debian/hbdoc.1
|
||||
+ harbour/doc/man
|
||||
+ harbour/doc/man/hbdot.1
|
||||
+ harbour/doc/man/harbour.1
|
||||
+ harbour/doc/man/hbmake.1
|
||||
+ harbour/doc/man/hbpp.1
|
||||
+ harbour/doc/man/hbtest.1
|
||||
+ harbour/doc/man/hbrun.1
|
||||
+ harbour/doc/man/hbdoc.1
|
||||
* moved man files from ./debian directory to ./doc/man
|
||||
|
||||
* harbour/debian/rules
|
||||
* updated for new man files location
|
||||
* harbour/bin/pack_src.sh
|
||||
* harbour/harbour.spec
|
||||
* added man files to RPMs
|
||||
|
||||
2007-10-24 21:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/debian/hbdot.1
|
||||
* harbour/debian/harbour.1
|
||||
|
||||
@@ -63,6 +63,10 @@ $hb_collect doc/en/[Mm]akefile*
|
||||
$hb_collect doc/en/*.txt
|
||||
$hb_collect doc/es/[Mm]akefile*
|
||||
$hb_collect doc/es/*.txt
|
||||
$hb_collect doc/man/*.1*
|
||||
|
||||
# DEBIAN
|
||||
$hb_collect debian/*
|
||||
|
||||
# INCLUDE
|
||||
$hb_collect include/Makefile
|
||||
|
||||
@@ -72,7 +72,7 @@ binary-arch: build install
|
||||
dh_installdocs
|
||||
dh_installexamples
|
||||
# dh_install
|
||||
dh_installman debian/harbour.1 debian/hbdoc.1 debian/hbmake.1 debian/hbpp.1 debian/hbrun.1 debian/hbdot.1 debian/hbtest.1
|
||||
dh_installman doc/man/harbour.1 doc/man/hbdoc.1 doc/man/hbmake.1 doc/man/hbpp.1 doc/man/hbrun.1 doc/man/hbdot.1 doc/man/hbtest.1
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
|
||||
@@ -285,6 +285,9 @@ strip $HB_BIN_INSTALL/harbour
|
||||
# Keep the size of the libraries to a minimim.
|
||||
strip --strip-debug $HB_LIB_INSTALL/*
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
||||
install -m644 doc/man/*.1* $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/harbour
|
||||
install -m644 source/rtl/gtcrs/hb-charmap.def $RPM_BUILD_ROOT/etc/harbour/hb-charmap.def
|
||||
cat > $RPM_BUILD_ROOT/etc/harbour.cfg <<EOF
|
||||
@@ -476,6 +479,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/hbdot
|
||||
%{_bindir}/hbpp
|
||||
%{_bindir}/hbmake
|
||||
%{_mandir}/man1/*.1*
|
||||
%dir %{_includedir}/%{name}
|
||||
%attr(644,root,root) %{_includedir}/%{name}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user