From: <cla...@us...> - 2010-09-06 13:52:59
|
Revision: 311 http://stdair.svn.sourceforge.net/stdair/?rev=311&view=rev Author: clacombe Date: 2010-09-06 13:52:53 +0000 (Mon, 06 Sep 2010) Log Message: ----------- [Packaging] Replace extracc external ref to dependency and change release number Modified Paths: -------------- branches/stdair/0.4.0/main/configure.ac branches/stdair/0.4.0/main/stdair.spec Modified: branches/stdair/0.4.0/main/configure.ac =================================================================== --- branches/stdair/0.4.0/main/configure.ac 2010-09-06 13:50:26 UTC (rev 310) +++ branches/stdair/0.4.0/main/configure.ac 2010-09-06 13:52:53 UTC (rev 311) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) +AC_INIT([STDAIR],[0.4.0],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) AC_CONFIG_SRCDIR([stdair/bom/BomRoot.hpp]) AC_CONFIG_AUX_DIR([config]) @@ -11,7 +11,7 @@ AM_CONDITIONAL([HAVE_CPPUNIT], [test "x$CPPUNIT_LIBS" != x]) # Shared library versioning -GENERIC_LIBRARY_VERSION="99:99:99" +GENERIC_LIBRARY_VERSION="0:4:0" # | | | # +------+ | +---+ # | | | Modified: branches/stdair/0.4.0/main/stdair.spec =================================================================== --- branches/stdair/0.4.0/main/stdair.spec 2010-09-06 13:50:26 UTC (rev 310) +++ branches/stdair/0.4.0/main/stdair.spec 2010-09-06 13:52:53 UTC (rev 311) @@ -2,7 +2,7 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 99.99.99 +Version: 0.4.0 Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library @@ -15,10 +15,7 @@ BuildRequires: boost-devel BuildRequires: soci-mysql-devel -# When the extracc package will be approved, uncomment the following line -# (see https://bugzilla.redhat.com/show_bug.cgi?id=616881 for more details) -#BuildRequires: extracc-devel -BuildRequires: cppunit-devel +BuildRequires: extracc-devel %description @@ -76,8 +73,6 @@ # Remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la -# When the extracc package will be approved, the following line has to be removed -rm -f $RPM_BUILD_ROOT%{_libdir}/libextracppunit.la mkdir -p %{mydocs} mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs} @@ -102,12 +97,8 @@ %files devel %defattr(-,root,root,-) %{_includedir}/%{name} -# When the extracc package will be approved, the following line has to be removed -%{_includedir}/extracppunit %{_bindir}/%{name}-config %{_libdir}/lib%{name}.so -# When the extracc package will be approved, the following line has to be removed -%{_libdir}/libextracppunit.so %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/aclocal/%{name}.m4 %{_mandir}/man1/%{name}-config.1.* @@ -120,8 +111,8 @@ %changelog -* Sun Aug 30 2010 Son Nguyen Kim <ngu...@gm...> 99.99.99-1 -- Upstream update +* Fri Sep 03 2010 Son Nguyen Kim <ngu...@gm...> 0.4.0-1 +- Replace extracc external ref to dependency * Sun Aug 29 2010 Son Nguyen Kim <ngu...@gm...> 0.3.0-1 - Upstream update This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |