- new upstream version

This commit is contained in:
Steve Grubb 2007-03-08 15:20:46 +00:00
commit 1e60f55a9b
3 changed files with 9 additions and 7 deletions

View file

@ -4,3 +4,4 @@ amtu-1.0.1.tar.gz
amtu-1.0.2.tar.gz
amtu-1.0.3.tar.gz
amtu-1.0.4.tar.gz
amtu-1.0.5-1.tar.gz

View file

@ -1,12 +1,11 @@
Summary: Abstract Machine Test Utility (AMTU)
Name: amtu
Version: 1.0.4
Release: 6%{?dist}
Version: 1.0.5
Release: 1%{?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
Source0: %{name}-%{version}-1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: audit-libs-devel >= 1.1.2
BuildRequires: automake
@ -23,7 +22,6 @@ http://www.radium.ncsc.mil/tpep/library/protection_profiles/CAPP-1.d.pdf
%prep
%setup -q
%patch1 -p1
%build
# Determine appropriate compiler
@ -49,7 +47,6 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m 0750 src/amtu $RPM_BUILD_ROOT/%{_bindir}
mv doc/AMTUHowTo.txt .
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8/
install -m 644 doc/amtu.8 $RPM_BUILD_ROOT/%{_mandir}/man8/amtu.8
@ -59,11 +56,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AMTUHowTo.txt COPYING
%doc doc/AMTUHowTo.txt COPYING
%attr(0750,root,root) %{_bindir}/amtu
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Thu Mar 08 2007 Steve Grubb <sgrubb@redhat.com> 1.0.5-1
- new upstream version
* Fri Feb 16 2007 Steve Grubb <sgrubb@redhat.com> 1.0.4-6
- change buildroot

View file

@ -1 +1,2 @@
a0428e19bb0baf3ce597edd723df5d07 amtu-1.0.4.tar.gz
17cebff95aa836e96a26e156dc00f0d4 amtu-1.0.5-1.tar.gz