forked from pool/hwdata
Accepting request 489164 from home:pluskalm:branches:devel:openSUSE:Factory
package is already in SLE and Leap, I would like to add it to Factory, please add me as maintainer OBS-URL: https://build.opensuse.org/request/show/489164 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/hwdata?expand=0&rev=1
This commit is contained in:
commit
fd49ac782b
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
hwdata-0.299.tar.gz
Normal file
3
hwdata-0.299.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:791fce460cb980b5233e86d921e5b11fa321be2b7892437178b11346698738f1
|
||||
size 1789410
|
31
hwdata.changes
Normal file
31
hwdata.changes
Normal file
@ -0,0 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 18:32:08 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.299
|
||||
- Update project and download urls
|
||||
- Cleanup spec file with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 15:26:28 CEST 2014 - mc@suse.de
|
||||
|
||||
- version 0.269
|
||||
- updated pci, usb and vendor ids
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 09:51:18 UTC 2014 - mc@suse.com
|
||||
|
||||
- update to version 0.267
|
||||
- updated pci, usb and vendor ids
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 17:33:07 UTC 2014 - mc@suse.com
|
||||
|
||||
- update to version 0.258
|
||||
- updated pci and oui ids
|
||||
- remove blacklist.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 11:47:47 CET 2014 - mc@suse.de
|
||||
|
||||
- initial release
|
||||
|
50
hwdata.spec
Normal file
50
hwdata.spec
Normal file
@ -0,0 +1,50 @@
|
||||
#
|
||||
# spec file for package hwdata
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: hwdata
|
||||
Version: 0.299
|
||||
Release: 0
|
||||
Summary: Hardware identification and configuration data
|
||||
License: GPL-2.0+
|
||||
Group: Hardware/Other
|
||||
Url: https://github.com/vcrhonek/hwdata
|
||||
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
hwdata contains various hardware identification and configuration data,
|
||||
such as the pci.ids and usb.ids databases.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%configure
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf %{buildroot}/%{_libdir}/modprobe.d
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE COPYING
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user