|
From: <pat...@us...> - 2007-06-26 15:31:05
|
Revision: 601
http://svn.sourceforge.net/xml-cppdom/?rev=601&view=rev
Author: patrickh
Date: 2007-06-26 08:31:01 -0700 (Tue, 26 Jun 2007)
Log Message:
-----------
Allow the Linux distribution name to factor into the release identifier.
Modified Paths:
--------------
trunk/cppdom.spec
Modified: trunk/cppdom.spec
===================================================================
--- trunk/cppdom.spec 2007-06-26 15:23:34 UTC (rev 600)
+++ trunk/cppdom.spec 2007-06-26 15:31:01 UTC (rev 601)
@@ -6,7 +6,7 @@
Name: %{name}
Summary: A C++ based XML loader and writer with an internal DOM representation.
Version: %{version}
-Release: %{release}
+Release: %{release}%{?dist}
Source: %{name}-%{version}.tar.gz
URL: http://www.sf.net/projects/xml-cppdom/
Group: Development/Libraries
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|