B.02.16
OBS-URL: https://build.opensuse.org/package/show/hardware/lshw?expand=0&rev=2
This commit is contained in:
parent
5182ff356c
commit
4b6a81132f
11
lshw.changes
11
lshw.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 00:02:17 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to B.02.16:
|
||||
* bug fixes
|
||||
* code cleanup
|
||||
* improved support for GPT-partitioned disks
|
||||
* report physical sector size of hard disks
|
||||
* rewrote GTK2 GUI for increased flexibility (use external UI file)
|
||||
* updated data files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 6 08:08:03 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
19
lshw.spec
19
lshw.spec
@ -1,15 +1,14 @@
|
||||
# norootforbuild
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
%if %{?!_without_gui:1}0
|
||||
%define with_gui 1
|
||||
%endif
|
||||
|
||||
Name: lshw
|
||||
Version: B.02.15
|
||||
Version: B.02.16
|
||||
Release: 0
|
||||
Summary: HardWare LiSter
|
||||
# http://ezix.org/software/files/lshw-%{version}.tar.gz
|
||||
Source: lshw-%{version}.tar.bz2
|
||||
Source: http://ezix.org/software/files/lshw-%{version}.tar.gz
|
||||
Source1: %{name}.desktop.in
|
||||
Source2: %{name}.png
|
||||
Patch1: lshw-gcc43.patch
|
||||
@ -66,7 +65,7 @@ http://www.ezix.org/software/lshw.html
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%__make %{?jobs:-j%{jobs}} \
|
||||
%__make %{?_smp_flags} \
|
||||
PREFIX="%{_prefix}" \
|
||||
SBINDIR="%{_sbindir}" \
|
||||
MANDIR="%{_mandir}" \
|
||||
@ -78,7 +77,7 @@ http://www.ezix.org/software/lshw.html
|
||||
all
|
||||
|
||||
%if %{?with_gui:1}0
|
||||
%__make %{?jobs:-j%{jobs}} \
|
||||
%__make %{?_smp_flags} \
|
||||
PREFIX="%{_prefix}" \
|
||||
SBINDIR="%{_sbindir}" \
|
||||
MANDIR="%{_mandir}" \
|
||||
@ -91,7 +90,7 @@ http://www.ezix.org/software/lshw.html
|
||||
%endif
|
||||
|
||||
%install
|
||||
%__make %{?jobs:-j%{jobs}} \
|
||||
%__make %{?_smp_flags} \
|
||||
DESTDIR="%{buildroot}" \
|
||||
PREFIX="%{_prefix}" \
|
||||
SBINDIR="%{_sbindir}" \
|
||||
@ -103,7 +102,7 @@ http://www.ezix.org/software/lshw.html
|
||||
install
|
||||
|
||||
%if %{?with_gui:1}0
|
||||
%__make %{?jobs:-j%{jobs}} \
|
||||
%__make %{?_smp_flags} \
|
||||
DESTDIR="%{buildroot}" \
|
||||
PREFIX="%{_prefix}" \
|
||||
SBINDIR="%{_sbindir}" \
|
||||
@ -126,7 +125,7 @@ http://www.ezix.org/software/lshw.html
|
||||
%find_lang lshw
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files -f lshw.lang
|
||||
%defattr(-,root,root,0755)
|
||||
@ -143,9 +142,9 @@ http://www.ezix.org/software/lshw.html
|
||||
%doc COPYING
|
||||
%attr(0755,root,root) %{_sbindir}/gtk-lshw
|
||||
%{_datadir}/lshw/artwork
|
||||
%{_datadir}/lshw/ui
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
# vim: set sw=4 ts=4 et:
|
||||
|
Loading…
Reference in New Issue
Block a user