rpms/abicheck/devel abicheck.spec,1.15,1.16

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Aug 15 20:13:51 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30754

Modified Files:
	abicheck.spec 
Log Message:



Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- abicheck.spec	15 Aug 2005 20:05:57 -0000	1.15
+++ abicheck.spec	15 Aug 2005 20:13:49 -0000	1.16
@@ -35,8 +35,6 @@
 
 %build
 make
-cd test ; make private1 ; ../abicheck ./private1 ; cd -
-make test
 
 
 %install
@@ -46,6 +44,15 @@
 install -p -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 
+%check
+cd test
+make private1
+../abicheck ./private1 || :
+cd -
+make test
+:
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 




More information about the fedora-extras-commits mailing list