- New upstream version

- License clarification
- Fixed License tags for statgrab-tools and libstatgrab-examples
- Fix for rpath (problem found in previous versions, as well)
This commit is contained in:
Patrick Laughton 2007-08-20 15:54:02 +00:00
parent b9f5879ce7
commit ed4d6fe8a0
3 changed files with 18 additions and 5 deletions

View File

@ -1 +1 @@
libstatgrab-0.14.tar.gz
libstatgrab-0.15.tar.gz

View File

@ -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 <jima@beer.tclug.org> 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 <jima@beer.tclug.org> 0.14-1
- New upstream version
- Minor cleanup for rpmlint warning

View File

@ -1,2 +1 @@
19818d772284c7491cdf484249890c95 libstatgrab-0.13.tar.gz
846928642037f596c13c552203763e97 libstatgrab-0.14.tar.gz
d2738ecd1dfe90c488fd6b1515e84841 libstatgrab-0.15.tar.gz