auto-import changelog data from libcap-1.10-11.src.rpm

Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.10-10
- Exclude alpha for now, apparent gcc bug.
This commit is contained in:
cvsdist 2004-09-09 07:21:53 +00:00
parent 38360e64a8
commit 0703d9f9a8
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libcap
Version: 1.10
Release: 8
Release: 11
Summary: Library for getting and setting POSIX.1e capabilities
Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2
License: BSD-like and LGPL
@ -11,6 +11,7 @@ Patch3: libcap-1.10-alpha.patch
Group: System Environment/Libraries
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
ExcludeArch: alpha
%description
%{name} is a library for getting and setting POSIX.1e (formerly POSIX 6)
@ -40,7 +41,7 @@ Install %{name}-devel if you want to develop or compile applications using
%endif
%patch1 -p1 -b .userland
%patch2 -p1 -b .shared
perl -pi -e "s,^COPTFLAGS=.*,COPTFLAGS=$RPM_OPT_FLAGS,g" Make.Rules
perl -pi -e "s,^COPTFLAGS=.*,COPTFLAGS=$RPM_OPT_FLAGS -fPIC,g" Make.Rules
perl -pi -e 's,^man_prefix=.*,man_prefix=\$\(prefix)/share,g' Make.Rules
%build
@ -72,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
%changelog
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.10-10
- Exclude alpha for now, apparent gcc bug.
* Fri Nov 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.10-6
- Fix sys/capabilities.h header (#55727)
- Move to /lib, some applications seem to be using this rather early