summaryrefslogtreecommitdiffstats
path: root/libcgroup.spec.in
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-30 21:07:22 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-30 21:07:22 +0000
commit3d9c1d6c50a6c82dce88b058a1b9500712a9cee1 (patch)
tree5c14e45c4b42ddc984c1bcc831b926684365daa3 /libcgroup.spec.in
parent4f422b650ff4f33fde2a0a5b4167150c2f58b461 (diff)
downloadlibcg-3d9c1d6c50a6c82dce88b058a1b9500712a9cee1.tar.gz
libcg-3d9c1d6c50a6c82dce88b058a1b9500712a9cee1.tar.xz
libcg-3d9c1d6c50a6c82dce88b058a1b9500712a9cee1.zip
Fixed Source0 and URL as per Tom's comments
Also updated changelog git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@69 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'libcgroup.spec.in')
-rw-r--r--libcgroup.spec.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/libcgroup.spec.in b/libcgroup.spec.in
index a918e44..b40f3ed 100644
--- a/libcgroup.spec.in
+++ b/libcgroup.spec.in
@@ -2,10 +2,10 @@ Name: libcgroup
Summary: Tools and libraries to control and monitor control groups
Group: Development/Libraries
Version: @PACKAGE_VERSION@
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
-URL: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
-Source0: libcgroup-@PACKAGE_VERSION@.tar.bz2
+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
@@ -26,8 +26,7 @@ future allow creation of persistent configuration for control groups and
provide scripts to manage that configuration.
%prep
-%setup -q
-
+%setup -q
%build
%configure
@@ -55,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 31 2008 Balbir Singh <balbir@linux.vnet.ibm.com> 0.1b-2
+- Fix %makeinstall, Source0 and URL (review comments from Tom)
* 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