remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
- clean up spec to follow current guidelines
This commit is contained in:
parent
df713dcb53
commit
4e08f7bea3
1 changed files with 14 additions and 14 deletions
28
amtterm.spec
28
amtterm.spec
|
|
@ -1,12 +1,11 @@
|
|||
Name: amtterm
|
||||
License: GPLv2+
|
||||
Version: 1.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Serial-over-lan (sol) client for Intel AMT
|
||||
Group: Applications/Internet
|
||||
URL: http://www.kraxel.org/blog/linux/amtterm/
|
||||
Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Buildroot: %{_tmppath}/root-%{name}-%{version}-%{release}
|
||||
Requires: xdg-utils
|
||||
BuildRequires: gtk2-devel vte-devel desktop-file-utils
|
||||
|
||||
|
|
@ -24,25 +23,26 @@ export CFLAGS="%{optflags}"
|
|||
make prefix=/usr
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
|
||||
desktop-file-install \
|
||||
--vendor="fedora" \
|
||||
--delete-original \
|
||||
--dir=%{buildroot}%{_datadir}/applications/ \
|
||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
|
||||
%{buildroot}/%{_datadir}/applications/gamt.desktop
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/*
|
||||
/usr/share/applications/*.desktop
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
%{_bindir}/amtterm
|
||||
%{_bindir}/amttool
|
||||
%{_bindir}/gamt
|
||||
%{_mandir}/man1/amtterm.1.gz
|
||||
%{_mandir}/man1/amttool.1.gz
|
||||
%{_mandir}/man1/gamt.1.gz
|
||||
%{_mandir}/man7/amt-howto.7.gz
|
||||
%{_datadir}/applications/gamt.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Feb 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3-5
|
||||
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
|
||||
- clean up spec to follow current guidelines
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue