Restore "chmod -R ." as default.
CVS patchset: 2925 CVS date: 1999/03/30 19:34:01
This commit is contained in:
parent
ceb687851b
commit
48e8d3521c
|
@ -1,4 +1,4 @@
|
||||||
# $Id: macros.in,v 1.19 1999/03/28 00:47:43 jbj Exp $
|
# $Id: macros.in,v 1.20 1999/03/30 19:34:01 jbj Exp $
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# Macro naming conventions (preliminary):
|
# Macro naming conventions (preliminary):
|
||||||
#
|
#
|
||||||
|
@ -56,8 +56,8 @@
|
||||||
%_defaultdocdir %{_usr}/doc
|
%_defaultdocdir %{_usr}/doc
|
||||||
#
|
#
|
||||||
# XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
|
# XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
|
||||||
#%_fixowner chown -R root
|
%_fixowner [ `id -u` = '0' ] && chown -R root
|
||||||
#%_fixgroup chgrp -R @ROOT_GROUP@
|
%_fixgroup [ `id -u` = '0' ] && chgrp -R @ROOT_GROUP@
|
||||||
%_fixperms chmod -R @FIXPERMS@
|
%_fixperms chmod -R @FIXPERMS@
|
||||||
#
|
#
|
||||||
%_gzipbin @GZIPBIN@
|
%_gzipbin @GZIPBIN@
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 1999-03-27 18:14-0500\n"
|
"POT-Creation-Date: 1999-03-30 12:56-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -3049,12 +3049,12 @@ msgstr ""
|
||||||
msgid "bad option '%s' at %s:%d"
|
msgid "bad option '%s' at %s:%d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/rpmrc.c:1122
|
#: ../lib/rpmrc.c:1105
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown system: %s\n"
|
msgid "Unknown system: %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/rpmrc.c:1123
|
#: ../lib/rpmrc.c:1106
|
||||||
msgid "Please contact rpm-list@redhat.com\n"
|
msgid "Please contact rpm-list@redhat.com\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
2
rpm.spec
2
rpm.spec
|
@ -2,7 +2,7 @@ Summary: The Red Hat package management system.
|
||||||
Name: rpm
|
Name: rpm
|
||||||
%define version 2.93
|
%define version 2.93
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 6
|
Release: 7
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/rpm-%{version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/rpm-%{version}.tar.gz
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
|
|
Loading…
Reference in New Issue