- specfile updates
This commit is contained in:
parent
f3549d54f6
commit
1f6064fbb1
1 changed files with 10 additions and 6 deletions
16
amtu.spec
16
amtu.spec
|
|
@ -1,9 +1,10 @@
|
|||
Summary: Abstract Machine Test Utility (AMTU)
|
||||
Name: amtu
|
||||
Version: 1.0.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: Common Public License
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/amtueal/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch1: amtu-1.0.4-cleanup.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
|
@ -21,7 +22,7 @@ FPT_AMT.1, see
|
|||
http://www.radium.ncsc.mil/tpep/library/protection_profiles/CAPP-1.d.pdf
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
|
@ -41,8 +42,8 @@ touch ChangeLog
|
|||
touch NEWS
|
||||
touch AUTHORS
|
||||
autoreconf -fv --install
|
||||
./configure --prefix=/usr --bindir=%{_bindir} --mandir=%{_mandir}
|
||||
make
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 8 2007 Steve Grubb <sgrubb@redhat.com> 1.0.4-5
|
||||
- specfile updates
|
||||
|
||||
* Tue Jan 9 2007 Steve Grubb <sgrubb@redhat.com> 1.0.4-4
|
||||
- patch fixing network and disk tests
|
||||
|
||||
|
|
@ -84,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
* Fri Dec 9 2005 Steve Grubb <sgrubb@redhat.com> 1.0.4-1
|
||||
- New upstream version updated for new audit messages
|
||||
* Mon Dec 5 2005 Steve Grubb <sgrubb@redhat.com> 1.0.2-2
|
||||
- Fix %clean section of spec file (bz 172942)
|
||||
- Fix "clean" section of spec file (bz 172942)
|
||||
- Add memsep-random patch (bz 174767)
|
||||
* Thu Jul 14 2005 Steve Grubb <sgrubb@redhat.com> 1.0.2-1
|
||||
- New upstream version.
|
||||
|
|
@ -105,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
* Tue Jun 29 2004 root <ccb@redhat.com> 0.1-4RHEL
|
||||
- set execute bits on /usr/bin/amtu
|
||||
* Fri May 28 2004 ccb <ccb@redhat.com> 0.1-3RHEL
|
||||
- fixed owners and permissions in %files
|
||||
- fixed owners and permissions in "files"
|
||||
* Wed May 26 2004 ccb <ccb@redhat.com> 0.1-2RHEL
|
||||
- move docs to a version-qualified directory name
|
||||
* Sat May 1 2004 root <chavezt@cs679156-153.austin.rr.com>
|
||||
|
|
|
|||
Reference in a new issue