From 12d8e0169679a82bed399030468cdbe75304261b Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sat, 15 Oct 2011 23:17:13 +0200 Subject: [PATCH] Improved a little the package descriptions --- stdair.spec | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/stdair.spec b/stdair.spec index e0cc49b..0373855 100644 --- a/stdair.spec +++ b/stdair.spec @@ -3,7 +3,7 @@ # Name: stdair Version: 0.43.0 -Release: 1%{?dist} +Release: 2%{?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,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 15 2011 Denis Arnaud 0.43.0-2 +- Improved a little the package descriptions + * Sat Oct 15 2011 Denis Arnaud 0.43.0-1 - Upstream update