Fix build dependencies
This commit is contained in:
parent
61f4ed8c5b
commit
94de79d687
@ -1 +1,2 @@
|
||||
libcgroup-0.32.2.tar.bz2
|
||||
fix_makefile_dep.patch
|
||||
|
@ -2,14 +2,16 @@ Name: libcgroup
|
||||
Summary: Tools and libraries to control and monitor control groups
|
||||
Group: Development/Libraries
|
||||
Version: 0.32.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://libcg.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
|
||||
Patch0: http://downloads.sourceforge.net/libcg/fix_makefile_dep.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: byacc
|
||||
BuildRequires: flex
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: pam-devel
|
||||
Requires(post): chkconfig
|
||||
Requires(post): initscripts
|
||||
Requires(preun): initscripts
|
||||
@ -31,6 +33,7 @@ provide scripts to manage that configuration.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -85,6 +88,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 29 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.32.2-2
|
||||
- Fix build dependencies
|
||||
* Mon Dec 29 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.32.2-1
|
||||
- Update to latest upstream
|
||||
* Thu Oct 23 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.32.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user