diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-29 22:42:45 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-29 22:42:45 +0000 |
commit | 7dca66d40744464157970cbbd4fa2c841249e362 (patch) | |
tree | 1cd62005ab419038180f9d45f97d2c03d5086585 /Howto-spec-helper | |
parent | 7015888beb4a198a15705d3eb34f9b4489401a80 (diff) | |
download | spec-helper-7dca66d40744464157970cbbd4fa2c841249e362.tar spec-helper-7dca66d40744464157970cbbd4fa2c841249e362.tar.gz spec-helper-7dca66d40744464157970cbbd4fa2c841249e362.tar.bz2 spec-helper-7dca66d40744464157970cbbd4fa2c841249e362.tar.xz spec-helper-7dca66d40744464157970cbbd4fa2c841249e362.zip |
rename Howto-spec-helper to README
Diffstat (limited to 'Howto-spec-helper')
-rw-r--r-- | Howto-spec-helper | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Howto-spec-helper b/Howto-spec-helper deleted file mode 100644 index 91b4037..0000000 --- a/Howto-spec-helper +++ /dev/null @@ -1,29 +0,0 @@ -From: Frederic Lepied <flepied@mandrakesoft.com> -Subject: [Cooker] spec-helper -To: cooker@linux-mandrake.com -Date: 22 Feb 2000 14:45:21 +0100 - -For information. - -Starting from rpm-3.0.4-0.2mdk, the spec-helper package must be -installed as a dependency of the rpm-build package. - -The spec-helper script is called automatically at the end of the -%install section to compress info and man pages, strip files and -remove backup files from the $RPM_BUILD_ROOT dir. The %install section -can be cleaned off this tasks but the %files section about man and -info pages must be specified without the .bz2 extension but with an * -instead. The goal is to have vendor neutral spec files. - -Example: - -%files -/usr/man/man1/alias.1* - -and not - -%files -/usr/man/man1/alias.1.bz2 - --- -Fred - May the source be with you
\ No newline at end of file |