summaryrefslogtreecommitdiff
path: root/qpid/cpp/qpidc.spec.in
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-12 19:48:08 +0000
committerAlan Conway <aconway@apache.org>2007-04-12 19:48:08 +0000
commit52a1b1fbcaf2935874f8ab7b85a06d09eed4a94c (patch)
treeec55039ef1a2767f14502a286227a84a02f1860b /qpid/cpp/qpidc.spec.in
parent88ae0751c93ffecd56ae1abf72554fb3d46be9da (diff)
downloadqpid-python-52a1b1fbcaf2935874f8ab7b85a06d09eed4a94c.tar.gz
* Add pgg-config support for downstream packages
* Bump version to 0.2 for downstream packages. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/qpidc.spec.in')
-rw-r--r--qpid/cpp/qpidc.spec.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in
index 130654dae6..4f63b90ced 100644
--- a/qpid/cpp/qpidc.spec.in
+++ b/qpid/cpp/qpidc.spec.in
@@ -5,12 +5,12 @@
Name: @PACKAGE@
Version: @VERSION@
-Release: 5%{?dist}
+Release: 1%{?dist}
Summary: Libraries for Qpid C++ client applications
Group: System Environment/Libraries
License: Apache Software License
-URL: http://rhm.et.redhat.com/qpidc/
-Source0: http://rhm.et.redhat.com/download/%{name}-%{version}.tar.gz
+URL: @URL@
+Source0: @DOWNLOAD_URL@/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@@ -146,6 +146,9 @@ fi
%changelog
+* THU Apr 12 2007 Alan Conway <aconway@redhat.com> - 0.2-1
+- Bumped version number for rhm dependencies.
+
* Wed Apr 11 2007 Alan Conway <aconway@redhat.com> - 0.1-5
- Add qpidd-devel sub-package.