[stdair/f15] Upstream update Improved a little the package descriptions

Denis Arnaud denisarnaud at fedoraproject.org
Sat Oct 15 21:22:53 UTC 2011


commit a827166e2993ec9045906e135592f829015b6884
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Sat Oct 15 23:22:21 2011 +0200

    Upstream update
    Improved a little the package descriptions

 stdair.spec |   44 ++++++++++++++++++++++++++------------------
 1 files changed, 26 insertions(+), 18 deletions(-)
---
diff --git a/stdair.spec b/stdair.spec
index ec48eab..e7adc1b 100644
--- a/stdair.spec
+++ b/stdair.spec
@@ -2,7 +2,7 @@
 %global mydocs __tmp_docdir
 #
 Name:           stdair
-Version:        0.38.0
+Version:        0.43.0
 Release:        1%{?dist}
 
 Summary:        C++ Standard Airline IT Object Library
@@ -13,46 +13,49 @@ URL:            http://sourceforge.net/projects/%{name}/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:  cmake python-devel
-BuildRequires:  boost-devel, soci-mysql-devel, zeromq-devel,readline-devel
+BuildRequires:  cmake, python-devel
+BuildRequires:  boost-devel, soci-mysql-devel, zeromq-devel, readline-devel
 
 
 %description
 %{name} aims at providing a clean API, and the corresponding C++
-implementation, for the basis of Airline IT Business Object Model (BOM),
-that is, to be used by several other open source projects, such as RMOL, 
-Air-Sched, Travel-CCM, OpenTREP, etc.
+implementation, for the basis of Airline IT and travel distribution
+Business Object Model (BOM), that is, to be used by several other open
+source projects, such as AirRAC, RMOL, AirInv, AvlCal, AirSched, SimFQT,
+SimLFS, SimCRS, TravelCCM, SEvMgr, TraDemGen, DSim, OpenTREP, etc.
 
-Install the %{name} package if you need a Standard Airline IT C++ objects.
+Install the %{name} package if you need a library of basic C++ objects
+for Airline IT (e.g., schedule management, inventory, revenue management,
+revenue accounting), travel distribution, demand generation and customer choice
+modeling, mainly for simulation purpose.
 
 %package        devel
-Summary:        Header files, libraries and development documentation for %{name}
+Summary:        Header files, libraries and development helper tools for %{name}
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 
 %description    devel
-This package contains the header files, static libraries and
-development documentation for %{name}. If you would like to develop
+This package contains the header files, shared libraries and
+development helper tools for %{name}. If you would like to develop
 programs using %{name}, you will need to install %{name}-devel.
 
-%package doc
+%package        doc
 Summary:        HTML documentation for the %{name} library
 Group:          Documentation
 %{?fedora:BuildArch:      noarch}
 BuildRequires:  tex(latex)
 BuildRequires:  doxygen, ghostscript
 
-%description doc
-This package contains the documentation in the HTML format of the %{name}
-library. The documentation is the same as at the %{name} web page.
+%description    doc
+This package contains HTML pages, as well as a PDF reference manual,
+for %{name}. All that documentation is generated thanks to Doxygen
+(http://doxygen.org). The content is the same as what can be browsed
+online (http://%{name}.org).
 
 
 %prep
 %setup -q
-# Fix some permissions and formats
-chmod -x AUTHORS ChangeLog COPYING NEWS README
-find . -type f -name '*.[hc]pp' -exec chmod -x {} \;
 
 
 %build
@@ -85,7 +88,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/%{name}
-%{_libdir}/lib*.so.*
+%{_libdir}/lib%{name}.so.*
+%{_libdir}/lib%{name}uicl.so.*
 %{_mandir}/man1/%{name}.1.*
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/*.sh
@@ -118,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.43.0-1
+- Upstream update
+- Improved a little the package descriptions
+
 * Mon Aug 15 2011 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.38.0-1
 - Upstream update
 


More information about the scm-commits mailing list