You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/03/14 17:13:07 UTC

svn commit: r518200 - in /incubator/qpid/branches/qpid.0-9: ./ cpp/rpm/Makefile.am

Author: aconway
Date: Wed Mar 14 09:13:06 2007
New Revision: 518200

URL: http://svn.apache.org/viewvc?view=rev&rev=518200
Log:
Merged revisions 499864 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r499864 | aconway | 2007-01-25 12:38:02 -0500 (Thu, 25 Jan 2007) | 2 lines
  
  * Fixed typo in make rpm target.
........

Modified:
    incubator/qpid/branches/qpid.0-9/   (props changed)
    incubator/qpid/branches/qpid.0-9/cpp/rpm/Makefile.am

Propchange: incubator/qpid/branches/qpid.0-9/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 14 09:13:06 2007
@@ -1 +1 @@
-/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847
+/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847,499864

Modified: incubator/qpid/branches/qpid.0-9/cpp/rpm/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/rpm/Makefile.am?view=diff&rev=518200&r1=518199&r2=518200
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/rpm/Makefile.am (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/rpm/Makefile.am Wed Mar 14 09:13:06 2007
@@ -15,7 +15,7 @@
 # Build source and binary RPMs.
 rpm: dist
 	rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC)
-	rpmlint RPMS/*.rpm	
+	rpmlint RPMS/*/*.rpm	
 
 # Build source RPM only.
 srpm: dist