Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yukoff:openSUSE:Leap:42.1:Backports
pciutils-ids.5056
pciutils-ids.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pciutils-ids.spec of Package pciutils-ids.5056
# # spec file for package pciutils-ids # # Copyright (c) 2016 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: pciutils-ids Version: 2016.04.04 Release: 0 Summary: PCI-utilities pci.ids database License: GPL-2.0+ Group: Hardware/Other Url: http://pci-ids.ucw.cz/ Source: http://pci-ids.ucw.cz/pci.ids.bz2 Source4: merge-pciids.pl Requires(post): %{_bindir}/perl coreutils BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description The database of PCI IDS for pciutils. merge-pciids: This program merges several pci.ids files. %prep bzcat %{SOURCE0} >pci.ids.dist %build %install install -d -m755 %{buildroot}%{_datadir}/pci.ids.d install -m644 pci.ids.dist %{buildroot}%{_datadir}/pci.ids.d/ install -d -m755 %{buildroot}%{_prefix}/bin install -m755 %{SOURCE4} %{buildroot}%{_bindir}/merge-pciids install -m644 /dev/null %{buildroot}%{_datadir}/pci.ids %files %defattr(-, root, root) %dir %{_datadir}/pci.ids.d %{_datadir}/pci.ids.d/pci.ids.dist %{_bindir}/merge-pciids %ghost %{_datadir}/pci.ids %post if [ -x %{_bindir}/merge-pciids -a -x %{_bindir}/perl ]; then %{_bindir}/merge-pciids else # This should only happen in autobuild echo "WARNING: merge-pciids or perl not found" cp -p %{_datadir}/pci.ids.d/pci.ids.dist %{_datadir}/pci.ids fi %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor