]> git.pld-linux.org Git - packages/biosdevname.git/blobdiff - biosdevname.spec
- don't package empty ChangeLog, noted download URL
[packages/biosdevname.git] / biosdevname.spec
index d2ac144c712a43362cfee6a0843148f2060dfce5..dd9aab7a9a35a762bc93f466716100276bcb6a5b 100644 (file)
@@ -1,13 +1,16 @@
 Summary:       Udev helper for naming devices per BIOS names
 Summary(pl.UTF-8):     Program pomocniczy udev do nazywania urządzeń zgodnie z nazwami BIOS-u
 Name:          biosdevname
-Version:       0.7.1
+Version:       0.7.3
 Release:       1
 License:       GPL v2
 Group:         Base
-Source0:       http://linux.dell.com/files/biosdevname/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 86d1040754df774f7a58e8aa2ced2d78
-URL:           http://linux.dell.com/files/biosdevname/
+#Source0Download: https://github.com/dell/biosdevname/releases
+#TODO: switch to named sources:
+#Source0:      https://github.com/dell/biosdevname/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:       https://github.com/dell/biosdevname/archive/v%{version}.tar.gz
+# Source0-md5: e7e76fd8e4b72e7364b10655a9e5f716
+URL:           https://github.com/dell/biosdevname
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: pciutils-devel
@@ -49,6 +52,7 @@ bezpośredniego, oczywistego odwzorowania na nazwę wg jądra Linuksa
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install install-data \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -57,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) /sbin/%{name}
+%doc AUTHORS README TODO
+%attr(755,root,root) /sbin/biosdevname
 /lib/udev/rules.d/*-biosdevname.rules
-%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/biosdevname.1*
This page took 0.079358 seconds and 4 git commands to generate.