From b8287d795e7d91c80165ce6624ae0b97d4c6b26b Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Thu, 29 May 2008 18:15:56 +0000 Subject: Change the name from cgroup -> libcgroup Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@62 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- libcgroup.spec.in | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'libcgroup.spec.in') diff --git a/libcgroup.spec.in b/libcgroup.spec.in index 02b125a..214b881 100644 --- a/libcgroup.spec.in +++ b/libcgroup.spec.in @@ -1,37 +1,33 @@ -Name: cgroup +Name: libcgroup Summary: A collection of tools and libraries to control and monitor control groups the associated controllers Group: Development/Libraries Version: @PACKAGE_VERSION@ Release: 1%{?dist} -License: LGPL +License: LGPLv2+ URL: http://libcg.sourceforge.net/%{name}-%{version}.tar.bz2 -Source0: cgroup-@PACKAGE_VERSION@.tar.bz2 +Source0: libcgroup-@PACKAGE_VERSION@.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: byacc BuildRequires: flex BuildRequires: coreutils %description - Control groups infrastructure. The tools and library help manipulate, control, administrate and monitor control groups and the associated controllers. -%package lib -Summary: Development libraries to handle control group applications +%package devel +Summary: Development libraries to develop applications that utilize control groups Group: Development/Libraries +Requires: libcgroup >= 0.1b -%description lib +%description devel The libcgroup-devel package contains the libraries to run control group applications. -%package lib-devel -Summary: Development libraries to develop applications that utilize control groups -Group: Development/Libraries - -%description lib-devel +%description devel It provides API to create/delete and modify cgroup nodes. It will also in the -future allow creation of persistent configuration for control groups and provide -scripts to manage that configuration. +future allow creation of persistent configuration for control groups and +provide scripts to manage that configuration. %prep %setup -q @@ -49,13 +45,13 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files lib +%files %defattr(-,root,root,-) %{_libdir}/libcgroup-%{version}.so %{_libdir}/libcgroup.so.* %doc COPYING INSTALL -%files lib-devel +%files devel %defattr(-,root,root,-) %{_includedir}/libcgroup.h %{_libdir}/libcgroup.so @@ -63,7 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -*Tue May 20 2008 Dhaval Giani 0.1-1 --The first version of libcg +* Mon May 26 2008 Balbir Singh 0.1b-1 +- Add a generatable spec file * Tue May 20 2008 Balbir Singh 0.1-1 - Get the spec file to work +* Tue May 20 2008 Dhaval Giani 0.01-1 +- The first version of libcg -- cgit