Upstream update

This commit is contained in:
Denis Arnaud 2011-08-31 17:21:43 +03:00
parent f389aa6f4e
commit 7fd7d9d539
2 changed files with 18 additions and 14 deletions

View File

@ -2,7 +2,7 @@
%global mydocs __tmp_docdir %global mydocs __tmp_docdir
# #
Name: airrac Name: airrac
Version: 0.2.0 Version: 0.1.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: C++ Simulated Revenue Accounting (RAC) System Library Summary: C++ Simulated Revenue Accounting (RAC) System Library
@ -30,14 +30,14 @@ Install the %{name} package if you need a library of basic C++ objects
for Airline Revenue Accounting, mainly for simulation purpose. for Airline Revenue Accounting, 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
@ -48,15 +48,14 @@ 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
@ -86,7 +85,7 @@ 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.*
%{_mandir}/man1/%{name}.1.* %{_mandir}/man1/%{name}.1.*
%files devel %files devel
@ -108,11 +107,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Aug 20 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.2.0-1 * Tue Aug 30 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.2-1
- Upstream update - Upstream update
* Sat Aug 20 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.1-1
- Removed the need for Graphviz: the class diagrams are no longer
built with it
* Fri Aug 19 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.0-2 * Fri Aug 19 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.0-2
- Took into account the feedback from the package review (#728649) - Took into account the feedback from the package review (#728649)
* Fri Aug 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.0-1 * Fri Aug 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.0-1
- First package - First package

View File

@ -1 +1 @@
0e1232ad787cfa7ac73a038bffe7f170 airrac-0.2.0.tar.bz2 82be56b5612c606dc24ace4ac5e742e7 airrac-0.1.2.tar.bz2