Pascal Bleser 2012-01-11 00:03:03 +00:00 committed by Git OBS Bridge
parent 5182ff356c
commit 4b6a81132f
2 changed files with 76 additions and 66 deletions

View File

@ -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 Wed Oct 6 08:08:03 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -1,15 +1,14 @@
# norootforbuild # vim: set ts=4 sw=4 et:
%if %{?!_without_gui:1}0 %if %{?!_without_gui:1}0
%define with_gui 1 %define with_gui 1
%endif %endif
Name: lshw Name: lshw
Version: B.02.15 Version: B.02.16
Release: 0 Release: 0
Summary: HardWare LiSter Summary: HardWare LiSter
# http://ezix.org/software/files/lshw-%{version}.tar.gz Source: http://ezix.org/software/files/lshw-%{version}.tar.gz
Source: lshw-%{version}.tar.bz2
Source1: %{name}.desktop.in Source1: %{name}.desktop.in
Source2: %{name}.png Source2: %{name}.png
Patch1: lshw-gcc43.patch Patch1: lshw-gcc43.patch
@ -66,7 +65,7 @@ http://www.ezix.org/software/lshw.html
%patch1 %patch1
%build %build
%__make %{?jobs:-j%{jobs}} \ %__make %{?_smp_flags} \
PREFIX="%{_prefix}" \ PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \ SBINDIR="%{_sbindir}" \
MANDIR="%{_mandir}" \ MANDIR="%{_mandir}" \
@ -78,7 +77,7 @@ http://www.ezix.org/software/lshw.html
all all
%if %{?with_gui:1}0 %if %{?with_gui:1}0
%__make %{?jobs:-j%{jobs}} \ %__make %{?_smp_flags} \
PREFIX="%{_prefix}" \ PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \ SBINDIR="%{_sbindir}" \
MANDIR="%{_mandir}" \ MANDIR="%{_mandir}" \
@ -91,7 +90,7 @@ http://www.ezix.org/software/lshw.html
%endif %endif
%install %install
%__make %{?jobs:-j%{jobs}} \ %__make %{?_smp_flags} \
DESTDIR="%{buildroot}" \ DESTDIR="%{buildroot}" \
PREFIX="%{_prefix}" \ PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \ SBINDIR="%{_sbindir}" \
@ -103,7 +102,7 @@ http://www.ezix.org/software/lshw.html
install install
%if %{?with_gui:1}0 %if %{?with_gui:1}0
%__make %{?jobs:-j%{jobs}} \ %__make %{?_smp_flags} \
DESTDIR="%{buildroot}" \ DESTDIR="%{buildroot}" \
PREFIX="%{_prefix}" \ PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \ SBINDIR="%{_sbindir}" \
@ -126,7 +125,7 @@ http://www.ezix.org/software/lshw.html
%find_lang lshw %find_lang lshw
%clean %clean
%__rm -rf "%{buildroot}" %{?buildroot:%__rm -rf "%{buildroot}"}
%files -f lshw.lang %files -f lshw.lang
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -143,9 +142,9 @@ http://www.ezix.org/software/lshw.html
%doc COPYING %doc COPYING
%attr(0755,root,root) %{_sbindir}/gtk-lshw %attr(0755,root,root) %{_sbindir}/gtk-lshw
%{_datadir}/lshw/artwork %{_datadir}/lshw/artwork
%{_datadir}/lshw/ui
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png
%endif %endif
%changelog %changelog
# vim: set sw=4 ts=4 et: