From ed0d3a7e7a50e25c0cba7e8058c7f77a444b177d Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Thu, 23 Aug 2012 09:57:52 +0200 Subject: [PATCH] Improve spec --- sgpio.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sgpio.spec b/sgpio.spec index 7b92ac5..a29aec6 100644 --- a/sgpio.spec +++ b/sgpio.spec @@ -1,14 +1,13 @@ Summary: SGPIO captive backplane tool Name: sgpio Version: 1.2.0.10 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing Source: sgpio-1.2-0.10-src.tar.gz # there is no official download link for the latest package #Source: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing?action=AttachFile&do=get&target=sgpio-1.2.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch0: sgpio-1.2-makefile.patch BuildRequires: dos2unix @@ -27,19 +26,17 @@ make clean make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install -rm -rf $RPM_BUILD_ROOT make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/sbin MANDIR=$RPM_BUILD_ROOT%{_mandir} -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-, root, root, -) %doc README /sbin/sgpio %{_mandir}/man1/sgpio.* %changelog +* Thu Aug 23 2012 Jan Synáček - 1.2.0.10-8 +- Improve spec + * Sat Jul 21 2012 Fedora Release Engineering - 1.2.0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild