summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsparky2011-01-28 02:50:53 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7d9fbd3897d833916134966056a79064818a5267 (patch)
tree5c7b528662c3ac5bd4d386a0fbfa9c69d7c890c4
parent5739c8919ad5fae3ae6ddf755b7ed47e2676dcd4 (diff)
downloadlsscsi-7d9fbd3897d833916134966056a79064818a5267.zip
lsscsi-7d9fbd3897d833916134966056a79064818a5267.tar.gz
- regenerate auto*, since missing cries about autoconf and automake anywaysauto/th/lsscsi-0_23-1
Changed files: lsscsi.spec -> 1.18
-rw-r--r--lsscsi.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/lsscsi.spec b/lsscsi.spec
index 3d1fcd2..e05db31 100644
--- a/lsscsi.spec
+++ b/lsscsi.spec
@@ -10,6 +10,8 @@ Group: Applications/System
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz
# Source0-md5: de3e51358ddf046a139483196106c1ac
URL: http://sg.danny.cz/scsi/lsscsi.html
+BuildRequires: autoconf
+BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -36,6 +38,9 @@ jest dostępne dla wszystkich użytkowników.
%setup -q
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}