auto-import changelog data from acl-2.0.11-2.src.rpm
Thu Aug 08 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-2 - Made the package only own the one directory that is unique to it: /usr/include/acl
This commit is contained in:
parent
6acb654529
commit
cae5d51f81
20
acl.spec
20
acl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Access control list utilities.
|
Summary: Access control list utilities.
|
||||||
Name: acl
|
Name: acl
|
||||||
Version: 2.0.11
|
Version: 2.0.11
|
||||||
Release: 1
|
Release: 2
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
Source: acl-2.0.11.src.tar.gz
|
Source: acl-2.0.11.src.tar.gz
|
||||||
@ -36,17 +36,11 @@ programs which make use of the access control list programming interface
|
|||||||
defined in POSIX 1003.1e draft standard 17.
|
defined in POSIX 1003.1e draft standard 17.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if [ -f .census ] ; then
|
|
||||||
if [ ! -d ${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION} ] ; then
|
|
||||||
ln -s . ${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
%setup
|
%setup
|
||||||
touch .census
|
|
||||||
./configure
|
|
||||||
fi
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
touch .census
|
||||||
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,7 +55,9 @@ make install-lib DIST_MANIFEST="$DIST_INSTALL_LIB"
|
|||||||
files()
|
files()
|
||||||
{
|
{
|
||||||
sort | uniq | awk '
|
sort | uniq | awk '
|
||||||
$1 == "d" { printf ("%%%%dir %%%%attr(%s,%s,%s) %s\n", $2, $3, $4, $5); }
|
$1 == "d" {
|
||||||
|
if (match ($6, "/usr/include/acl"))
|
||||||
|
printf ("%%%%dir %%%%attr(%s,%s,%s) %s\n", $2, $3, $4, $5); }
|
||||||
$1 == "f" { if (match ($6, "/usr/share/man") || match ($6, "/usr/share/doc/acl"))
|
$1 == "f" { if (match ($6, "/usr/share/man") || match ($6, "/usr/share/doc/acl"))
|
||||||
printf ("%%%%doc ");
|
printf ("%%%%doc ");
|
||||||
if (match ($6, "/usr/share/man"))
|
if (match ($6, "/usr/share/man"))
|
||||||
@ -95,6 +91,10 @@ set -x
|
|||||||
%files -n libacl -f fileslib.rpm
|
%files -n libacl -f fileslib.rpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-2
|
||||||
|
- Made the package only own the one directory that is unique to it:
|
||||||
|
/usr/include/acl
|
||||||
|
|
||||||
* Mon Jun 24 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-1
|
* Mon Jun 24 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-1
|
||||||
- Initial Red Hat package
|
- Initial Red Hat package
|
||||||
Made as few changes as possible relative to upstream packaging to
|
Made as few changes as possible relative to upstream packaging to
|
||||||
|
Loading…
Reference in New Issue
Block a user