From 543bff4ba6d1dd7fbd50900bf9d88405cfddebf9 Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Mon, 27 Sep 2004 21:26:18 +0000 Subject: [PATCH] Correct spec file for build system. --- libpfm.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index 1c2b19a..58c2d9c 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -1,14 +1,12 @@ Summary: a performance monitoring library for Linux/ia64 Name: libpfm Version: 3.0 -Release: 1 +Release: 2 License: MIT-style Group: Development/Libraries ExclusiveArch: ia64 ExclusiveOS: linux AutoReqProv: no -Packager: -Vendor: Hewlett-Packard Company Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -90,6 +88,9 @@ rm -rf %{buildroot} %attr(644,root,root) %{_mandir}/man3/* %changelog +* Mon Sep 27 2004 Will Cohen +- Correct spec file for build system. + * Mon Dec 1 2003 Stephane Eranian - release 3.0 final version * Thu Jan 02 2003 Stephane Eranian