update to version 1.3
This commit is contained in:
parent
2fb6839e43
commit
6c15485b69
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
amtterm-1.2.tar.gz
|
||||
/amtterm-1.3.tar.gz
|
||||
|
|
|
|||
13
amtterm.spec
13
amtterm.spec
|
|
@ -1,11 +1,11 @@
|
|||
Name: amtterm
|
||||
License: GPLv2+
|
||||
Version: 1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Serial-over-lan (sol) client for Intel AMT
|
||||
Group: Applications/Internet
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
URL: http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
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
|
||||
|
|
@ -33,7 +33,7 @@ desktop-file-install \
|
|||
%{buildroot}/%{_datadir}/applications/gamt.desktop
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/*
|
||||
|
|
@ -43,6 +43,9 @@ desktop-file-install \
|
|||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2011 Gerd Hoffmann <kraxel@redhat.com> - 1.3-1
|
||||
- update to version 1.3
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz
|
||||
a2385b2305680ae06687867527924ff5 amtterm-1.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue