Improved a little the package descriptions

This commit is contained in:
Denis Arnaud 2011-10-15 23:17:13 +02:00
parent e018c37c0d
commit 12d8e01696
1 changed files with 25 additions and 18 deletions

View File

@ -3,7 +3,7 @@
# #
Name: stdair Name: stdair
Version: 0.43.0 Version: 0.43.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: C++ Standard Airline IT Object Library 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 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: cmake python-devel BuildRequires: cmake, python-devel
BuildRequires: boost-devel, soci-mysql-devel, zeromq-devel,readline-devel BuildRequires: boost-devel, soci-mysql-devel, zeromq-devel, readline-devel
%description %description
%{name} aims at providing a clean API, and the corresponding C++ %{name} aims at providing a clean API, and the corresponding C++
implementation, for the basis of Airline IT Business Object Model (BOM), implementation, for the basis of Airline IT and travel distribution
that is, to be used by several other open source projects, such as RMOL, Business Object Model (BOM), that is, to be used by several other open
Air-Sched, Travel-CCM, OpenTREP, etc. 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 %package devel
Summary: Header files, libraries and development documentation for %{name} Summary: Header files, libraries and development helper tools for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
This package contains the header files, static libraries and This package contains the header files, shared libraries and
development documentation for %{name}. If you would like to develop development helper tools for %{name}. If you would like to develop
programs using %{name}, you will need to install %{name}-devel. programs using %{name}, you will need to install %{name}-devel.
%package doc %package doc
Summary: HTML documentation for the %{name} library Summary: HTML documentation for the %{name} library
Group: Documentation Group: Documentation
%{?fedora:BuildArch: noarch} %{?fedora:BuildArch: noarch}
BuildRequires: tex(latex) BuildRequires: tex(latex)
BuildRequires: doxygen, ghostscript BuildRequires: doxygen, ghostscript
%description doc %description doc
This package contains the documentation in the HTML format of the %{name} This package contains HTML pages, as well as a PDF reference manual,
library. The documentation is the same as at the %{name} web page. 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 %prep
%setup -q %setup -q
# Fix some permissions and formats
chmod -x AUTHORS ChangeLog COPYING NEWS README
find . -type f -name '*.[hc]pp' -exec chmod -x {} \;
%build %build
@ -85,7 +88,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README %doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name} %{_bindir}/%{name}
%{_libdir}/lib*.so.* %{_libdir}/lib%{name}.so.*
%{_libdir}/lib%{name}uicl.so.*
%{_mandir}/man1/%{name}.1.* %{_mandir}/man1/%{name}.1.*
%dir %{_libexecdir}/%{name} %dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/*.sh %{_libexecdir}/%{name}/*.sh
@ -118,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.0-2
- Improved a little the package descriptions
* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.0-1 * Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.0-1
- Upstream update - Upstream update