]> git.pld-linux.org Git - packages/lsscsi.git/blobdiff - lsscsi.spec
- up to 0.27
[packages/lsscsi.git] / lsscsi.spec
index 3bcae39aed26900a7228901ad1f7385af23614b8..5850a0e49d0aec729654de4dd06b3d3bebb010f6 100644 (file)
@@ -1,13 +1,17 @@
+# NOTE: beta versions are versioned with just new version number,
+#       so check URL for final releases
 Summary:       Utility that uses sysfs to list SCSI devices and SCSI hosts
 Summary(pl.UTF-8):     Narzędzie używające sysfs-a do wypisywania urządzeń i hostów SCSI
 Name:          lsscsi
-Version:       0.20
+Version:       0.27
 Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://sg.torque.net/scsi/%{name}-%{version}.tgz
-# Source0-md5: d9d9b9e49399221c1510d01d72bf2086
-URL:           http://sg.torque.net/scsi/lsscsi.html
+Source0:       http://sg.danny.cz/scsi/%{name}-%{version}.tgz
+# Source0-md5: 33ab2927a9e567a47905e6a618c17859
+URL:           http://sg.danny.cz/scsi/lsscsi.html
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,6 +38,9 @@ jest dostępne dla wszystkich użytkowników.
 %setup -q
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.07568 seconds and 4 git commands to generate.