From: <den...@us...> - 2009-03-08 23:15:49
|
Revision: 177 http://rmol.svn.sourceforge.net/rmol/?rev=177&view=rev Author: denis_arnaud Date: 2009-03-08 23:15:40 +0000 (Sun, 08 Mar 2009) Log Message: ----------- [Build-RPM-F10] Corrected the RPM specification file according to review request (https://bugzilla.redhat.com/show_bug.cgi?id=489233). Modified Paths: -------------- trunk/rmol/COPYING trunk/rmol/configure.ac trunk/rmol/rmol.spec.in Modified: trunk/rmol/COPYING =================================================================== --- trunk/rmol/COPYING 2009-03-08 21:23:17 UTC (rev 176) +++ trunk/rmol/COPYING 2009-03-08 23:15:40 UTC (rev 177) @@ -501,3 +501,4 @@ That's all there is to it! +Source: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html Modified: trunk/rmol/configure.ac =================================================================== --- trunk/rmol/configure.ac 2009-03-08 21:23:17 UTC (rev 176) +++ trunk/rmol/configure.ac 2009-03-08 23:15:40 UTC (rev 177) @@ -11,7 +11,7 @@ AM_CONDITIONAL([HAVE_CPPUNIT], [test "x$CPPUNIT_LIBS" != x]) # RPM release number -RPM_RELEASE="0.dev.1" +RPM_RELEASE="1" AC_SUBST(RPM_RELEASE) # Shared library versioning Modified: trunk/rmol/rmol.spec.in =================================================================== --- trunk/rmol/rmol.spec.in 2009-03-08 21:23:17 UTC (rev 176) +++ trunk/rmol/rmol.spec.in 2009-03-08 23:15:40 UTC (rev 177) @@ -1,18 +1,12 @@ # -%define version @VERSION@ -%define release @RPM_RELEASE@ - -# Name: @PACKAGE@ -Version: %{version} -Release: %{release} -Vendor: The RMOL Team -Distribution: Research Software +Version: @VERSION@ +Release: @RPM_RELEASE@%{?dist} Summary: @PACKAGE_NAME@ is a C++ library of Revenue Management and Optimisation classes and functions. Group: System Environment/Libraries -License: LGPL +License: LGPLv2 URL: http://%{name}.sourceforge.net Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,5 +108,7 @@ %doc %{_docdir}/%{name}-%{version} %changelog +* Sun Mar 8 2009 Denis Arnaud <den...@m4...> @RPM_RELEASE@ +- RPM release for Fedora 10 * Wed Mar 4 2009 Denis Arnaud <den...@m4...> @RPM_RELEASE@ - Second RPM release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |