diff --git a/.cvsignore b/.cvsignore index 81657f3..3df2056 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libstatgrab-0.14.tar.gz +libstatgrab-0.15.tar.gz diff --git a/libstatgrab.spec b/libstatgrab.spec index 5274751..a6f0bdb 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -3,13 +3,13 @@ Summary: Make system statistics Name: libstatgrab -Version: 0.14 +Version: 0.15 Release: 1%{?dist} Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}.nochmod.patch -License: LGPL +License: LGPLv2+ Group: System Environment/Libraries URL: http://www.i-scream.org/%{name}/ @@ -36,6 +36,7 @@ configuration file to use statgrab. %package -n %{shortname}-tools Summary: Tools from %{name} to monitoring the system +License: GPLv2+ Group: Applications/System %description -n %{shortname}-tools @@ -55,6 +56,7 @@ use to develop libstatgrab based applications. %package examples Summary: The example files from %{name} +License: GPLv2+ Group: Development/Tools Requires: %{name} = %{version}-%{release} @@ -68,6 +70,12 @@ to develop libstatgrab based applications. %build %configure --with-ncurses + +# remove rpath from libtool +# shamelessly stolen from cinepaint.spec (thanks!) +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make %{?_smp_mflags} %install @@ -127,6 +135,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/vm_stats %changelog +* Mon Aug 20 2007 Patrick "Jima" Laughton 0.15-1 +- New upstream version +- License clarification +- Fixed License tags for statgrab-tools and libstatgrab-examples +- Fix for rpath (problem found in previous versions, as well) + * Wed Jan 24 2007 Patrick "Jima" Laughton 0.14-1 - New upstream version - Minor cleanup for rpmlint warning diff --git a/sources b/sources index 6507bea..c79f621 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -19818d772284c7491cdf484249890c95 libstatgrab-0.13.tar.gz -846928642037f596c13c552203763e97 libstatgrab-0.14.tar.gz +d2738ecd1dfe90c488fd6b1515e84841 libstatgrab-0.15.tar.gz