From e138f5754294a240c734d707fd86e6cabc668363 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Aug 31 2011 14:40:07 +0000 Subject: Upstream update --- diff --git a/.gitignore b/.gitignore index 54885d3..87eeb99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /airrac-*.tar.* /tmp/ +clog diff --git a/airrac.spec b/airrac.spec index 3d6483e..56ae9cb 100644 --- a/airrac.spec +++ b/airrac.spec @@ -2,8 +2,8 @@ %global mydocs __tmp_docdir # Name: airrac -Version: 0.1.0 -Release: 2%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: C++ Simulated Revenue Accounting (RAC) System Library @@ -30,33 +30,32 @@ Install the %{name} package if you need a library of basic C++ objects for Airline Revenue Accounting, 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, graphviz +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 @@ -86,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/%{name} -%{_libdir}/lib*.so.* +%{_libdir}/lib%{name}.so.* %{_mandir}/man1/%{name}.1.* %files devel @@ -108,8 +107,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 30 2011 Denis Arnaud 0.1.2-1 +- Upstream update + +* Sat Aug 20 2011 Denis Arnaud 0.1.1-1 +- Removed the need for Graphviz: the class diagrams are no longer + built with it + * Fri Aug 19 2011 Denis Arnaud 0.1.0-2 - Took into account the feedback from the package review (#728649) * Fri Aug 05 2011 Denis Arnaud 0.1.0-1 - First package + diff --git a/sources b/sources index a27f82e..b55b567 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f2e0e008b355f70c9ecee658675b85f airrac-0.1.0.tar.bz2 +82be56b5612c606dc24ace4ac5e742e7 airrac-0.1.2.tar.bz2