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/04/30 23:59:54 UTC

svn commit: r533860 - in /incubator/qpid/branches/M2/cpp: qpidc.spec.in rpm/Makefile.am

Author: aconway
Date: Mon Apr 30 14:59:52 2007
New Revision: 533860

URL: http://svn.apache.org/viewvc?view=rev&rev=533860
Log:
Add .M2 tag to rpm release

Modified:
    incubator/qpid/branches/M2/cpp/qpidc.spec.in
    incubator/qpid/branches/M2/cpp/rpm/Makefile.am

Modified: incubator/qpid/branches/M2/cpp/qpidc.spec.in
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/qpidc.spec.in?view=diff&rev=533860&r1=533859&r2=533860
==============================================================================
--- incubator/qpid/branches/M2/cpp/qpidc.spec.in (original)
+++ incubator/qpid/branches/M2/cpp/qpidc.spec.in Mon Apr 30 14:59:52 2007
@@ -5,7 +5,7 @@
 
 Name:           @PACKAGE@
 Version:        @VERSION@
-Release:        5%-M2
+Release:        5%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
@@ -20,12 +20,10 @@
 BuildRequires: e2fsprogs-devel
 BuildRequires: graphviz
 BuildRequires: help2man
-BuildRequires: libdaemon-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
 
 Requires: boost
-Requires: libdaemon
 
 Requires(post):/sbin/chkconfig
 Requires(preun):/sbin/chkconfig
@@ -131,6 +129,8 @@
 /sbin/ldconfig
 
 %changelog
+* Mon Apr 30 2007 Alan Conway <ac...@redhat.com> - 0.1-5.M2
+- Added M2 release tag.
 
 * Mon Feb 19 2007 Jim Meyering <me...@redhat.com> - 0.1-4
 - Address http://bugzilla.redhat.com/220630:

Modified: incubator/qpid/branches/M2/cpp/rpm/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/rpm/Makefile.am?view=diff&rev=533860&r1=533859&r2=533860
==============================================================================
--- incubator/qpid/branches/M2/cpp/rpm/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/rpm/Makefile.am Mon Apr 30 14:59:52 2007
@@ -6,7 +6,7 @@
 abs_builddir=@abs_builddir@
 
 SPEC=${top_srcdir}/qpidc.spec
-RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}" --define "_dist -incubator-M2"
+RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}" --define "dist .M2"
 
 clean-local:
 	-rm -rf BUILD  RPMS  SOURCES  SPECS  SRPMS