summaryrefslogtreecommitdiffstats
path: root/libstatgrab.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libstatgrab.spec')
-rw-r--r--libstatgrab.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/libstatgrab.spec b/libstatgrab.spec
index bcbabd0..01dffe4 100644
--- a/libstatgrab.spec
+++ b/libstatgrab.spec
@@ -1,12 +1,14 @@
%global pkgname statgrab
Name: libstatgrab
-Version: 0.90
-Release: 2%{?dist}
+Version: 0.17
+Release: 5%{?dist}.2
+Epoch: 1
Summary: A library that provides cross platform access to statistics about the system
License: LGPLv2+
URL: http://www.i-scream.org/libstatgrab
Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz
+Patch0: %{name}.nochmod.patch
BuildRequires: libtool ncurses-devel
%description
@@ -38,7 +40,7 @@ information like top, but - of course - OTHER informations.
%package devel
Summary: The development files from %{name}
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description devel
This package contains header files and man pages for those
@@ -47,7 +49,7 @@ use to develop libstatgrab based applications.
%package examples
Summary: The example files from %{name}
License: GPLv2+
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description examples
This package contains various examples used to show how
@@ -55,6 +57,7 @@ to develop libstatgrab based applications.
%prep
%setup -q
+%patch0 -p0
%build
%configure --with-ncurses --disable-static
@@ -113,6 +116,12 @@ find %{buildroot} -name '*.la' -delete
%{_mandir}/*/saidar*
%changelog
+* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-5.2
+- Fix requires (epoch)
+
+* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-5.1
+- Fix BZ#1008491 - too many broken deps
+
* Fri Aug 16 2013 Christopher Meng <rpm@cicku.me> - 0.90-2
- SPEC Cleanup.
- Remove unneeded Requires.