lshw/lshw.spec

278 lines
9.0 KiB
RPMSpec
Raw Normal View History

Summary: Hardware lister
Name: lshw
2016-04-25 17:56:08 +00:00
Version: B.02.18
Release: 6%{?dist}
License: GPLv2
Group: Applications/System
URL: http://ezix.org/project/wiki/HardwareLiSter
Source0: http://www.ezix.org/software/files/lshw-%{version}.tar.gz
Source1: lshw.desktop
Source2: org.ezix.lshw.gui.policy
Source3: lshw-gui
2016-05-18 16:20:46 +00:00
Patch1: lshw-B.02.18-non-root.patch
Patch2: lshw-B.02.18-long-bit.patch
Patch3: lshw-B.02.18-scandir.patch
Requires: hwdata
2007-08-15 21:02:06 +00:00
%description
lshw is a small tool to provide detailed informaton on the hardware
2016-04-25 17:56:08 +00:00
configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86
systems and on some PowerPC machines (PowerMac G4 is known to work).
2007-08-15 21:02:06 +00:00
Information can be output in plain text, XML or HTML.
%package gui
Summary: Graphical hardware lister
Group: Applications/System
Requires: polkit
Requires: %{name} = %{version}-%{release}
2007-08-15 21:02:06 +00:00
BuildRequires: gtk2-devel >= 2.4
BuildRequires: desktop-file-utils
%description gui
2016-04-25 17:56:08 +00:00
Graphical frontend for the hardware lister (lshw) tool. If desired,
hardware information can be saved to file in plain, XML or HTML
format.
2007-08-15 21:02:06 +00:00
%prep
%setup -q
2016-05-18 16:20:46 +00:00
%patch01 -p1
%patch02 -p1
%patch03 -p1
2007-08-15 21:02:06 +00:00
%build
2016-04-25 17:56:08 +00:00
make %{?_smp_mflags} SBINDIR="%{_sbindir}" RPM_OPT_FLAGS="%{optflags}" gui
2007-08-15 21:02:06 +00:00
2007-11-05 19:03:01 +00:00
# Replace copyrighted icons
pushd src
2016-04-25 17:56:08 +00:00
make nologo
2007-11-05 19:03:01 +00:00
2007-08-15 21:02:06 +00:00
%install
2016-04-25 17:56:08 +00:00
make install \
2007-08-15 21:02:06 +00:00
DESTDIR="%{buildroot}" \
PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \
MANDIR="%{_mandir}" \
STRIP="/bin/true" \
2016-04-25 17:56:08 +00:00
INSTALL="install -p"
2007-08-15 21:02:06 +00:00
2016-04-25 17:56:08 +00:00
make install-gui \
2007-08-15 21:02:06 +00:00
DESTDIR="%{buildroot}" \
PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \
MANDIR="%{_mandir}" \
STRIP="/bin/true" \
2016-04-25 17:56:08 +00:00
INSTALL="install -p"
2007-08-15 21:02:06 +00:00
2016-04-25 17:56:08 +00:00
ln -s -f gtk-lshw %{buildroot}%{_sbindir}/lshw-gui
2007-08-15 21:02:06 +00:00
# don't package these copies, use the ones from hwdata instead
2016-04-25 17:56:08 +00:00
rm -f %{buildroot}%{_datadir}/%{name}/pci.ids
rm -f %{buildroot}%{_datadir}/%{name}/usb.ids
# don't package these copies, they're not actually used by the app,
# and even if they were, should use the hwdata versions
2016-04-25 17:56:08 +00:00
rm -f %{buildroot}%{_datadir}/%{name}/oui.txt
rm -f %{buildroot}%{_datadir}/%{name}/manuf.txt
2007-08-15 21:02:06 +00:00
# desktop icon
2016-04-25 17:56:08 +00:00
install -D -m 0644 -p ./src/gui/artwork/logo.svg \
2007-08-15 21:02:06 +00:00
%{buildroot}%{_datadir}/pixmaps/%{name}-logo.svg
2013-06-09 13:34:32 +00:00
desktop-file-install %{?vendortag:--vendor fedora} \
2007-08-15 21:02:06 +00:00
--dir %{buildroot}%{_datadir}/applications %{SOURCE1}
# PolicyKit
2016-04-25 17:56:08 +00:00
install -D -m 0644 %{SOURCE2} \
%{buildroot}%{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
2016-04-25 17:56:08 +00:00
install -D -m 0755 %{SOURCE3} %{buildroot}%{_bindir}/lshw-gui
2007-08-15 21:02:06 +00:00
# translations seems borken, remove for now
#find_lang %{name}
rm -rf %{buildroot}%{_datadir}/locale/fr/
#files -f %{name}.lang
%files
2016-04-25 17:56:08 +00:00
%license COPYING
%doc README.md
%{_mandir}/man1/lshw.1*
2007-08-15 21:02:06 +00:00
%{_sbindir}/%{name}
%files gui
2016-04-25 17:56:08 +00:00
%license COPYING
2007-08-15 21:02:06 +00:00
%{_bindir}/%{name}-gui
%{_sbindir}/gtk-%{name}
%{_sbindir}/%{name}-gui
2011-10-17 12:38:53 +00:00
%{_datadir}/%{name}
2007-08-15 21:02:06 +00:00
%{_datadir}/pixmaps/%{name}-logo.svg
2013-04-26 16:32:04 +00:00
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
2007-08-15 21:02:06 +00:00
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - B.02.18-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-08-24 18:31:23 +00:00
* Wed Aug 24 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-5
- Modify lshw gui wrapper to fix bz#1368404
* Thu Aug 11 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-4
- Add patches to fix sysconf/long_bit issue and crash (bz#1342792)
2016-05-18 16:20:46 +00:00
* Wed May 18 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-3
- Add patch to fix crash (bz#1332486)
2016-04-25 18:05:06 +00:00
* Mon Apr 25 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-2
- Date fix
2016-04-25 17:56:08 +00:00
* Mon Apr 25 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-1
- B.02.18
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - B.02.17-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-02 13:44:38 +00:00
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - B.02.17-5
- Rebuilt for GCC 5 C++11 ABI change
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Sep 30 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.17-2
- Add patch to fix segfault in scan fat code
2013-09-26 18:18:29 +00:00
* Thu Sep 26 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.17-1
- B.02.17
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-09 13:34:32 +00:00
* Sun Jun 09 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-8
- Rename macro
* Sun Jun 09 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-7
- Fix desktop file (bz #953684)
- Remove broken translations (bz #905896)
- Add vendor macro
2013-04-26 16:32:04 +00:00
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - B.02.16-6
- Drop desktop vendor tag.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue May 08 2012 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-3
- Switch from consolehelper to PolicyKit (bz #502730)
2012-02-28 19:09:01 +00:00
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-2
- Rebuilt for c++ ABI breakage
2012-01-29 13:55:15 +00:00
* Sun Jan 29 2012 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-1
- B.02.16
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.15-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-10-17 12:38:53 +00:00
* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - B.02.15-3
- Own all dirs
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Nov 21 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.15-1
- B.02.15
- Remove patches now upstream
- Build with sqlite support
2010-09-05 17:46:19 +00:00
* Sun Sep 05 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.14-5
- Add patch to fix build with gcc-4.5
2010-09-05 14:06:33 +00:00
* Sun Sep 05 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.14-4
2010-09-05 17:46:19 +00:00
- Add patch to fix ext4 issue
2010-09-05 14:06:33 +00:00
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2010-09-05 14:06:33 +00:00
* Wed May 06 2009 Adam Jackson <ajax@redhat.com> - B.02.14-2
- Requires: hwdata
- Drop redundant copies of pci.ids and friends, since we'll pick up the
2010-09-05 14:06:33 +00:00
copies in hwdata at runtime
* Sun Mar 1 2009 Terje Rosten <terjeros@phys.ntnu.no> - B.02.14-1
- B.02.14
- Drop gcc43 patch now upstream
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.13-4
- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-08-13 20:06:02 +00:00
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-3
- rebuild
2008-08-13 19:52:21 +00:00
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-2
- proper patch macro
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-1
- B.02.13
- remove patches now upstream
- add new gcc43 patch
2008-04-15 20:05:43 +00:00
* Tue Apr 15 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-5
- rebuild
2008-04-15 19:39:24 +00:00
* Tue Apr 15 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-4
- add patch to fix bz #442501
2008-02-11 07:52:59 +00:00
* Mon Feb 11 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-3
- add patch to build with gcc-4.3
2016-04-25 18:00:38 +00:00
* Sat Feb 09 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-2
2008-02-09 15:28:43 +00:00
- rebuild
2007-11-05 19:03:01 +00:00
* Mon Nov 5 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-1
- B.02.12.01
- Replace trademark icons
2007-08-15 21:02:06 +00:00
* Tue Aug 14 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-3
- Move desktop and pam config to files
- Simplify build
* Tue Aug 07 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-2
- Remove trademarks
* Mon Aug 06 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-1
- B.02.11.01
* Sun Aug 05 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-3
- Move artwork to gui subpackage
- Implement consolehelper support
* Sat Aug 04 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-2
- License is GPLv2 (only)
- Fix ui %%description
* Wed Aug 01 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-1
- Follow upstream version scheme
* Wed Jul 25 2007 Terje Rosten <terjeros@phys.ntnu.no> - 2.11-1
- 2.11
* Wed Jun 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 2.10-2
- minor fixes
- add patch to avoid stripping
- add desktop file
- strip changelog
- move from sbin to bin
- new url
* Wed Feb 14 2007 Dag Wieers <dag@wieers.com> - 2.10-1 - 4876+/dag
- Updated to release B.02.10.
* Tue Dec 21 2004 Dag Wieers <dag@wieers.com> - 2.0-1
- Initial package. (using DAR)