summaryrefslogtreecommitdiffstats
path: root/libcgroup.spec.in
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-29 18:15:56 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-29 18:15:56 +0000
commitb8287d795e7d91c80165ce6624ae0b97d4c6b26b (patch)
tree5d2c90fad8c704ac6925c28303365e7f6d278e98 /libcgroup.spec.in
parentcd083835085747757e2e0464899bdee4b2529499 (diff)
downloadlibcg-b8287d795e7d91c80165ce6624ae0b97d4c6b26b.tar.gz
libcg-b8287d795e7d91c80165ce6624ae0b97d4c6b26b.tar.xz
libcg-b8287d795e7d91c80165ce6624ae0b97d4c6b26b.zip
Change the name from cgroup -> libcgroup
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@62 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'libcgroup.spec.in')
-rw-r--r--libcgroup.spec.in34
1 files changed, 16 insertions, 18 deletions
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 <dhaval@linux.vnet.ibm.com> 0.1-1
--The first version of libcg
+* Mon May 26 2008 Balbir Singh <balbir@linux.vnet.ibm.com> 0.1b-1
+- Add a generatable spec file
* Tue May 20 2008 Balbir Singh <balbir@linux.vnet.ibm.com> 0.1-1
- Get the spec file to work
+* Tue May 20 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.01-1
+- The first version of libcg