diff --git a/.cvsignore b/.cvsignore index 5de52e5..6b2f3bc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lshw-B.02.11.01.tar.gz +lshw-B.02.12.01.tar.gz diff --git a/lshw.spec b/lshw.spec index 39614ed..aea5d1a 100644 --- a/lshw.spec +++ b/lshw.spec @@ -1,7 +1,7 @@ Summary: Hardware lister Name: lshw -Version: B.02.11.01 -Release: 3%{?dist} +Version: B.02.12.01 +Release: 1%{?dist} License: GPLv2 Group: Applications/System URL: http://ezix.org/project/wiki/HardwareLiSter @@ -44,6 +44,10 @@ plain, XML or HTML format. %build %{__make} %{?_smp_mflags} SBINDIR="%{_sbindir}" gui +# Replace copyrighted icons +pushd src +%{__make} nologo + %install %{__rm} -rf %{buildroot} %{__make} install \ @@ -77,11 +81,6 @@ desktop-file-install --vendor fedora \ %{__install} -D -m 0644 %{SOURCE3} \ %{buildroot}%{_sysconfdir}/pam.d/%{name}-gui -# remove some trademarks -for f in powermacg5 intel powermac amd mini powerpc ; do - %{__rm} -fv %{buildroot}%{_datadir}/%{name}/artwork/$f.svg -done - %clean %{__rm} -rf %{buildroot} @@ -107,6 +106,10 @@ done %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Nov 5 2007 Terje Rosten - B.02.12.01-1 +- B.02.12.01 +- Replace trademark icons + * Tue Aug 14 2007 Terje Rosten - B.02.11.01-3 - Move desktop and pam config to files - Simplify build diff --git a/sources b/sources index 814e197..ad56a00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23debbc3c0a719f301861cfc079b3f4b lshw-B.02.11.01.tar.gz +7aeacdd0b86ae03acbc168d8ecdf6fd6 lshw-B.02.12.01.tar.gz