From 7dca66d40744464157970cbbd4fa2c841249e362 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Fri, 29 Jun 2007 22:42:45 +0000 Subject: rename Howto-spec-helper to README --- Howto-spec-helper | 29 ----------------------------- Makefile | 2 +- NEWS | 1 + README | 29 +++++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 30 deletions(-) delete mode 100644 Howto-spec-helper create mode 100644 README 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 -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 diff --git a/Makefile b/Makefile index 70ab4e7..95d7688 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SCRIPT_FILES = spec-helper clean_files clean_perl compress_files strip_files \ fixpamd gprintify remove_info_dir relink_symlinks fix-eol BIN_FILES = macroszification MACROS_FILES = spec-helper.macros -FILES = AUTHORS Makefile NEWS Howto-spec-helper \ +FILES = AUTHORS Makefile NEWS README \ $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) bindir = /usr/bin diff --git a/NEWS b/NEWS index 3d53fad..f2234b7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 2007-06-30 Guillaume Rousse 0.26.1 * rename ChangeLog to NEWS + * rename Howto-spec-helper to README 2007-06-24 Anssi Hannula 0.26 * fix fix-eol to not corrupt files it tries to convert diff --git a/README b/README new file mode 100644 index 0000000..91b4037 --- /dev/null +++ b/README @@ -0,0 +1,29 @@ +From: Frederic Lepied +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 -- cgit v1.2.1