From fd49ac782b1bfa0d78ac09740e724a7f87219413e9abded95dd9137cc874eb72 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 3 May 2017 08:17:29 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 +++++++++++++++++++++ .gitignore | 1 + hwdata-0.299.tar.gz | 3 +++ hwdata.changes | 31 ++++++++++++++++++++++++++++ hwdata.spec | 50 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 108 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 hwdata-0.299.tar.gz create mode 100644 hwdata.changes create mode 100644 hwdata.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/hwdata-0.299.tar.gz b/hwdata-0.299.tar.gz new file mode 100644 index 0000000..16cb247 --- /dev/null +++ b/hwdata-0.299.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791fce460cb980b5233e86d921e5b11fa321be2b7892437178b11346698738f1 +size 1789410 diff --git a/hwdata.changes b/hwdata.changes new file mode 100644 index 0000000..4f29773 --- /dev/null +++ b/hwdata.changes @@ -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 + diff --git a/hwdata.spec b/hwdata.spec new file mode 100644 index 0000000..0188673 --- /dev/null +++ b/hwdata.spec @@ -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