Rename macro
This commit is contained in:
parent
45b29241cb
commit
70e8bb445a
@ -1,11 +1,11 @@
|
|||||||
%if 0%{?fedora} <= 18
|
%if 0%{?fedora} <= 18
|
||||||
%global vendor 1
|
%global vendortag 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Hardware lister
|
Summary: Hardware lister
|
||||||
Name: lshw
|
Name: lshw
|
||||||
Version: B.02.16
|
Version: B.02.16
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://ezix.org/project/wiki/HardwareLiSter
|
URL: http://ezix.org/project/wiki/HardwareLiSter
|
||||||
@ -82,7 +82,7 @@ pushd src
|
|||||||
# desktop icon
|
# desktop icon
|
||||||
%{__install} -D -m 0644 -p ./src/gui/artwork/logo.svg \
|
%{__install} -D -m 0644 -p ./src/gui/artwork/logo.svg \
|
||||||
%{buildroot}%{_datadir}/pixmaps/%{name}-logo.svg
|
%{buildroot}%{_datadir}/pixmaps/%{name}-logo.svg
|
||||||
desktop-file-install %{?vendor:--vendor fedora} \
|
desktop-file-install %{?vendortag:--vendor fedora} \
|
||||||
--dir %{buildroot}%{_datadir}/applications %{SOURCE1}
|
--dir %{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||||
|
|
||||||
# PolicyKit
|
# PolicyKit
|
||||||
@ -116,6 +116,9 @@ rm -rf %{buildroot}%{_datadir}/locale/fr/
|
|||||||
%{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
|
%{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun Jun 09 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-7
|
||||||
- Fix desktop file (bz #953684)
|
- Fix desktop file (bz #953684)
|
||||||
- Remove broken translations (bz #905896)
|
- Remove broken translations (bz #905896)
|
||||||
|
Loading…
Reference in New Issue
Block a user