rpms/libcgroup/devel import.log, NONE, 1.1 libcgroup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dhaval Giani (dhavalgiani) fedora-extras-commits at redhat.com
Wed Jun 4 17:22:41 UTC 2008


Author: dhavalgiani

Update of /cvs/pkgs/rpms/libcgroup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14769/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libcgroup.spec 
Log Message:
Initial Revision.



--- NEW FILE import.log ---
libcgroup-0_1b-3_fc8:HEAD:libcgroup-0.1b-3.fc8.src.rpm:1212600045


--- NEW FILE libcgroup.spec ---
Name: libcgroup
Summary: Tools and libraries to control and monitor control groups
Group: Development/Libraries
Version: 0.1b
Release:        3%{?dist}
License: LGPLv2+
URL: http://libcg.sourceforge.net/
Source0: http://downloads.sourceforge.net/libcg/%{name}-%{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 devel
Summary: Development libraries to develop applications that utilize control groups
Group: Development/Libraries
Requires: libcgroup = %{version}-%{release}

%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.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root,-)
%{_libdir}/libcgroup-%{version}.so
%{_libdir}/libcgroup.so.*
%doc COPYING INSTALL

%files devel
%defattr(-,root,root,-)
%{_includedir}/libcgroup.h
%{_libdir}/libcgroup.so
%doc COPYING INSTALL


%changelog
* Tue Jun 3 2008 Balbir Singh <balbir at linux.vnet.ibm.com> 0.1b-3
- Add post and postun. Also fix Requires for devel to depend on base n-v-r
* Sat May 31 2008 Balbir Singh <balbir at linux.vnet.ibm.com> 0.1b-2
- Fix makeinstall, Source0 and URL (review comments from Tom)
* Mon May 26 2008 Balbir Singh <balbir at linux.vnet.ibm.com> 0.1b-1
- Add a generatable spec file
* Tue May 20 2008 Balbir Singh <balbir at linux.vnet.ibm.com> 0.1-1
- Get the spec file to work
* Tue May 20 2008 Dhaval Giani <dhaval at linux.vnet.ibm.com> 0.01-1
- The first version of libcg


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jun 2008 16:23:41 -0000	1.1
+++ .cvsignore	4 Jun 2008 17:22:00 -0000	1.2
@@ -0,0 +1 @@
+libcgroup-0.1b.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jun 2008 16:23:41 -0000	1.1
+++ sources	4 Jun 2008 17:22:00 -0000	1.2
@@ -0,0 +1 @@
+0207fdbaa679eb82edc94406c2c3b70a  libcgroup-0.1b.tar.bz2




More information about the fedora-extras-commits mailing list