rpms/amtu/devel amtu.spec,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 8 15:24:51 UTC 2007


Author: sgrubb

Update of /cvs/dist/rpms/amtu/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17088

Modified Files:
	amtu.spec 
Log Message:
* Thu Feb 8 2007 Steve Grubb <sgrubb at redhat.com> 1.0.4-5
- specfile updates



Index: amtu.spec
===================================================================
RCS file: /cvs/dist/rpms/amtu/devel/amtu.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- amtu.spec	9 Jan 2007 23:20:44 -0000	1.16
+++ amtu.spec	8 Feb 2007 15:24:49 -0000	1.17
@@ -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 @@
 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 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 @@
 %attr(0644,root,root) %{_mandir}/man8/*
 
 %changelog
+* Thu Feb 8 2007 Steve Grubb <sgrubb at redhat.com> 1.0.4-5
+- specfile updates
+
 * Tue Jan 9 2007 Steve Grubb <sgrubb at redhat.com> 1.0.4-4
 - patch fixing network and disk tests
 
@@ -84,7 +88,7 @@
 * Fri Dec 9 2005 Steve Grubb <sgrubb at redhat.com> 1.0.4-1
 - New upstream version updated for new audit messages
 * Mon Dec 5 2005 Steve Grubb <sgrubb at 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 at redhat.com> 1.0.2-1
 - New upstream version.
@@ -105,7 +109,7 @@
 * Tue Jun 29 2004 root <ccb at redhat.com> 0.1-4RHEL
 - set execute bits on /usr/bin/amtu
 * Fri May 28 2004 ccb <ccb at redhat.com> 0.1-3RHEL
-- fixed owners and permissions in %files
+- fixed owners and permissions in "files"
 * Wed May 26 2004 ccb <ccb at redhat.com> 0.1-2RHEL
 - move docs to a version-qualified directory name
 * Sat May  1 2004 root <chavezt at cs679156-153.austin.rr.com> 




More information about the fedora-cvs-commits mailing list