d293df6
%global mydocs __tmp_docdir
d293df6
Name:           stdair
2ded6fc
Version:        1.00.8
2ded6fc
Release:        1%{?dist}
d293df6
d293df6
Summary:        C++ Standard Airline IT Object Library
d293df6
d293df6
License:        LGPLv2+
2f6da13
URL:            http://github.com/airsim/%{name}
bf92ee5
Source0:        %{url}/archive/%{name}-%{version}.tar.gz
Igor Gnatenko fc33755
BuildRequires:  gcc-c++
bf92ee5
BuildRequires:  cmake
bf92ee5
BuildRequires:  python3-devel
bf92ee5
BuildRequires:  boost-devel
2f6da13
BuildRequires:  boost-python3-devel
bf92ee5
BuildRequires:  soci-mysql-devel
bf92ee5
BuildRequires:  soci-sqlite3-devel
5e54411
BuildRequires:  readline-devel
d293df6
d293df6
d293df6
%description
d293df6
%{name} aims at providing a clean API, and the corresponding C++
12d8e01
implementation, for the basis of Airline IT and travel distribution
12d8e01
Business Object Model (BOM), that is, to be used by several other open
12d8e01
source projects, such as AirRAC, RMOL, AirInv, AvlCal, AirSched, SimFQT,
12d8e01
SimLFS, SimCRS, TravelCCM, SEvMgr, TraDemGen, DSim, OpenTREP, etc.
d293df6
12d8e01
Install the %{name} package if you need a library of basic C++ objects
12d8e01
for Airline IT (e.g., schedule management, inventory, revenue management,
12d8e01
revenue accounting), travel distribution, demand generation and customer choice
12d8e01
modeling, mainly for simulation purpose.
d293df6
d293df6
%package        devel
12d8e01
Summary:        Header files, libraries and development helper tools for %{name}
d293df6
Requires:       %{name}%{?_isa} = %{version}-%{release}
d293df6
Requires:       pkgconfig
d293df6
6b81b45
# The cmake files have Python version backed in them
6b81b45
Requires:       (python(abi) = %{python3_version} if python3-devel)
6b81b45
d293df6
%description    devel
12d8e01
This package contains the header files, shared libraries and
12d8e01
development helper tools for %{name}. If you would like to develop
d293df6
programs using %{name}, you will need to install %{name}-devel.
d293df6
12d8e01
%package        doc
d293df6
Summary:        HTML documentation for the %{name} library
d15e143
BuildArch:      noarch
d293df6
BuildRequires:  tex(latex)
bf92ee5
BuildRequires:  doxygen
bf92ee5
BuildRequires:  ghostscript
d293df6
12d8e01
%description    doc
12d8e01
This package contains HTML pages, as well as a PDF reference manual,
12d8e01
for %{name}. All that documentation is generated thanks to Doxygen
12d8e01
(http://doxygen.org). The content is the same as what can be browsed
12d8e01
online (http://%{name}.org).
d293df6
d293df6
d293df6
%prep
2f6da13
%autosetup -n %{name}-%{name}-%{version} 
d293df6
d293df6
%build
9c74b23
%cmake .
bf92ee5
%make_build
d293df6
d293df6
%install
bf92ee5
%make_install
d293df6
d293df6
# Fix some permissions
d293df6
find $RPM_BUILD_ROOT%{_libexecdir}/%{name} -type f -name '*.sh' -exec chmod +x {} \;
d293df6
d293df6
mkdir -p %{mydocs}
25f08a2
mv $RPM_BUILD_ROOT%{_docdir}/%{name}/html %{mydocs}
d293df6
rm -f %{mydocs}/html/installdox
d293df6
ad5faa3
# Remove additional documentation files (those files are already available
ad5faa3
# in the project top directory)
2f6da13
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
ad5faa3
d293df6
%check
d293df6
ctest
d293df6
d293df6
%files
2f6da13
%doc ChangeLog COPYING AUTHORS NEWS README.md
d293df6
%{_bindir}/%{name}
12d8e01
%{_libdir}/lib%{name}.so.*
12d8e01
%{_libdir}/lib%{name}uicl.so.*
d293df6
%{_mandir}/man1/%{name}.1.*
d293df6
%dir %{_libexecdir}/%{name}
d293df6
%{_libexecdir}/%{name}/*.sh
d293df6
%dir %{_datadir}/%{name}
d293df6
%dir %{_datadir}/%{name}/db
d293df6
%dir %{_datadir}/%{name}/db/data
d293df6
%dir %{_datadir}/%{name}/samples
d293df6
%dir %{_datadir}/%{name}/samples/rds01
853bc03
%dir %{_datadir}/%{name}/samples/HybridForecasting
853bc03
%dir %{_datadir}/%{name}/samples/IBP_study
853bc03
%dir %{_datadir}/%{name}/samples/NewQFF
853bc03
%dir %{_datadir}/%{name}/samples/NewQFF/instance01
853bc03
%dir %{_datadir}/%{name}/samples/NewQFF/instance02
853bc03
%dir %{_datadir}/%{name}/samples/OldQFF
853bc03
%dir %{_datadir}/%{name}/samples/OldQFF/instance01
853bc03
%dir %{_datadir}/%{name}/samples/OldQFF/instance02
853bc03
%dir %{_datadir}/%{name}/samples/QForecasting
d293df6
%{_datadir}/%{name}/db/data/*.sql
d293df6
%{_datadir}/%{name}/db/data/*.csv
d293df6
%{_datadir}/%{name}/samples/*.csv
d293df6
%{_datadir}/%{name}/samples/rds01/*.csv
853bc03
%{_datadir}/%{name}/samples/HybridForecasting/*.csv
853bc03
%{_datadir}/%{name}/samples/IBP_study/*.csv
853bc03
%{_datadir}/%{name}/samples/NewQFF/instance01/*.csv
853bc03
%{_datadir}/%{name}/samples/NewQFF/instance02/*.csv
853bc03
%{_datadir}/%{name}/samples/OldQFF/instance01/*.csv
853bc03
%{_datadir}/%{name}/samples/OldQFF/instance02/*.csv
853bc03
%{_datadir}/%{name}/samples/QForecasting/*.csv
d293df6
d293df6
%files devel
d293df6
%{_includedir}/%{name}
d293df6
%{_bindir}/%{name}-config
d293df6
%{_libdir}/lib%{name}.so
d293df6
%{_libdir}/lib%{name}uicl.so
d293df6
%{_libdir}/pkgconfig/%{name}.pc
d293df6
%{_datadir}/aclocal/%{name}.m4
d293df6
%{_datadir}/%{name}/CMake
d293df6
%{_mandir}/man1/%{name}-config.1.*
d293df6
%{_mandir}/man3/%{name}-library.3.*
d293df6
d293df6
%files doc
d293df6
%doc %{mydocs}/html
d293df6
%doc COPYING
d293df6
d293df6
d293df6
%changelog
2ded6fc
* Thu Jul 11 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.8-1
2ded6fc
- CMake support files updated for Python 3.8
2ded6fc
917094f
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.7-4
917094f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
917094f
0e756e4
* Thu Jan 24 2019 Jonathan Wakely <jwakely@redhat.com> - 1.00.7-3
0e756e4
- Rebuilt for Boost 1.69
0e756e4
2ded6fc
* Thu Jan 17 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.7-2
bf92ee5
- Fixed a typo in Python library directory
bf92ee5
2f6da13
* Tue Jan 15 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.7-1
2f6da13
- Upstream update
2f6da13
5fece3e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.6-5
5fece3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5fece3e
52cae56
* Thu May 10 2018 Jonathan Wakely <jwakely@redhat.com> - 1.00.6-4
52cae56
- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29
52cae56
bf64e08
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.6-3
bf64e08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bf64e08
dcc6f04
* Mon Jan 22 2018 Jonathan Wakely <jwakely@redhat.com> - 1.00.6-2
dcc6f04
- Rebuilt for Boost 1.66
dcc6f04
f61ad76
* Sun Aug 06 2017 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> - 1.00.6
f61ad76
- Fixed the FTBFS issue related to newer Boost Serialization (from 1.63).
f61ad76
  Ref: StdAir issue #2 on GitHub (http://github.com/airsim/stdair/issues/2)
f61ad76
0cdf635
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.5-6
0cdf635
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0cdf635
6c442e9
* Sat Jul 29 2017 Filipe Rosset <rosset.filipe@gmail.com> - 1.00.5-5
6c442e9
- Spec clean up
6c442e9
71fa891
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.5-4
71fa891
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
71fa891
b78b4a5
* Sun Jul 23 2017 Björn Esser <besser82@fedoraproject.org> - 1.00.5-3
b78b4a5
- Rebuilt for Boost 1.64
b78b4a5
b21ffc7
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.5-2
b21ffc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
b21ffc7
c31b80f
* Sun Feb 26 2017 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.5-1
c31b80f
- Upstream update
c31b80f
24ba6f1
* Sat Feb 25 2017 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.2-12
83d6d3d
- Attempt to fix the FTBFS issue related to new Boost 1.63 serialization
83d6d3d
bd75efb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.2-9
bd75efb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bd75efb
a7dcf1e
* Tue May 17 2016 Jonathan Wakely <jwakely@redhat.com> - 1.00.2-8
a7dcf1e
- Rebuilt for linker errors in boost (#1331983)
a7dcf1e
4380a38
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.2-7
4380a38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4380a38
16bc3a0
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.00.2-6
16bc3a0
- Rebuilt for Boost 1.60
16bc3a0
b657a83
* Sat Aug 29 2015 Jonathan Wakely <jwakely@redhat.com> 1.00.2-5
b657a83
- Patched and rebuilt for Boost 1.59
b657a83
2cb353d
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.2-4
2cb353d
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
2cb353d
dd3a59d
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.00.2-3
dd3a59d
- rebuild for Boost 1.58
dd3a59d
25f25bf
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.2-2
25f25bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
25f25bf
25f08a2
* Sun May 31 2015 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.2-1
25f08a2
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)
25f08a2
f4a15b0
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.00.1-14
f4a15b0
- Rebuilt for GCC 5 C++11 ABI change
f4a15b0
Petr Machata 1585913
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.00.1-13
Petr Machata 1585913
- Rebuild for boost 1.57.0
Petr Machata e5a7899
- Cmake should look for zmq.h, not zmq.hpp (stdair-1.00.1-cmake.patch)
Petr Machata 1585913
12f6f24
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.1-12
12f6f24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
12f6f24
1c26d98
* Sat Jun 14 2014 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-11
1c26d98
- Rebuild for ARM. It seems to work:
1c26d98
  http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2415169
1c26d98
10044c3
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.1-10
10044c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
10044c3
Petr Machata b7fb4ca
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.00.1-9
Petr Machata b7fb4ca
- Rebuild for boost 1.55.0
Petr Machata b7fb4ca
4d79b37
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.1-8
4d79b37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4d79b37
ad5faa3
* Mon Jul 29 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-7
ad5faa3
- Fixed the docdir issue, following the F20 System Wide Change
ad5faa3
- Fixed wrong dates in the changelog
ad5faa3
ad5faa3
* Sat Jul 27 2013 Petr Machata <pmachata@redhat.com> - 1.00.1-6
Petr Machata 912f7e9
- Rebuild for boost 1.54.0
Petr Machata 912f7e9
51db307
* Sun Jun 02 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-5
51db307
- Bump the version to be consistent with F19
51db307
04e37ca
* Wed May 22 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-4
04e37ca
- Rebuild for Soci-3.2.1
04e37ca
43fcac8
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-3
43fcac8
- Rebuild for Boost-1.53.0
43fcac8
13f0951
* Wed Jan 02 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-2
13f0951
- Bump the version to be consistent with F18
13f0951
0f23213
* Sun Dec 23 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-1
0f23213
- Upstream update
0f23213
853bc03
* Sat Dec 22 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-1
853bc03
- Upstream update
853bc03
6fc3a60
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> - 0.45.1-4
6fc3a60
- Rebuild for new boost
6fc3a60
52798d4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45.1-3
52798d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
52798d4
6d636f1
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45.1-2
6d636f1
- Rebuilt for c++ ABI breakage
6d636f1
323efc4
* Sun Jan 15 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.45.1-1
323efc4
- Upstream update
323efc4
cc239c9
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45.0-2
cc239c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cc239c9
b9e7b05
* Sun Dec 04 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.45.0-1
b9e7b05
- Upstream update
b9e7b05
2899862
* Sun Nov 20 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.44.1-2
2899862
- Rebuild for the new Boost-1.48.0
2899862
f85f76b
* Sat Nov 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.44.1-1
f85f76b
- Upstream update
f85f76b
ad5faa3
* Wed Nov 02 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.44.0-1
d15e143
- Upstream update
d15e143
d15e143
* Tue Oct 18 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.1-1
d15e143
- The build framework is now compatible with CMake 2.6 (the exclusive
d15e143
  dependency on CMake 2.8 has been removed).
d15e143
12d8e01
* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.0-2
12d8e01
- Improved a little the package descriptions
12d8e01
e018c37
* Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.43.0-1
e018c37
- Upstream update
e018c37
7feb503
* Mon Aug 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.38.0-1
7feb503
- Upstream update
7feb503
6aedaa2
* Fri Aug 12 2011 Adam Jackson <ajax@redhat.com> 0.36.2-2
6aedaa2
- Rebuild for new boost
6aedaa2
d293df6
* Mon Aug 01 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.36.2-1
d293df6
- The CMake framework now takes into account compilation flags
d293df6
d293df6
* Sun Jul 31 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.36.1-1
d293df6
- Upstream update
d293df6
d293df6
* Sun Jul 31 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.36.0-2
d293df6
- Took into account review elements (#702987)
d293df6
d293df6
* Tue Jul 26 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.36.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Jul 07 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.35.0-1
d293df6
- Upstream update
d293df6
d293df6
* Wed Jun 15 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.34.0-1
d293df6
- Upstream update
d293df6
- The build system is now CMake (instead of the GNU Autotools)
d293df6
d293df6
* Tue Jun  7 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.33.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sun May 22 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.32.0-1
d293df6
- Upstream update
d293df6
d293df6
* Mon May 16 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.31.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Apr 29 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.30.0-1
d293df6
- Upstream update
d293df6
d293df6
* Wed Apr 20 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.29.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sun Apr 17 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.28.0-1
d293df6
- Upstream update
d293df6
d293df6
* Tue Apr 12 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.27.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Apr 08 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.26.0-1
d293df6
- Upstream update
d293df6
d293df6
* Tue Apr 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.25.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Apr 01 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.24.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Mar 24 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.23.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Mar 17 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.22.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sun Mar 13 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.21.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Mar  4 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.20.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Mar  3 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.19.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Mar  3 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.18.0-1
d293df6
- Upstream update
d293df6
d293df6
* Wed Mar  2 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.17.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Feb 25 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.16.0-1
d293df6
- Upstream update
d293df6
d293df6
* Tue Feb 22 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.15.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sat Feb 19 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.14.0-1
d293df6
- Upstream update
d293df6
d293df6
* Wed Feb 16 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.13.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sat Feb 12 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.12.0-1
d293df6
- Upstream update
d293df6
d293df6
* Tue Jan 18 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.11.0-1
d293df6
- Upstream update
d293df6
ad5faa3
* Wed Dec 29 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.10.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Dec 03 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.9.0-1
d293df6
- Upstream update
d293df6
d293df6
* Sat Nov 06 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.8.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Oct 14 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.7.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Oct 14 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.6.0-1
d293df6
- Upstream update
d293df6
d293df6
* Thu Sep 16 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.5.0-1
d293df6
- Upstream update
d293df6
d293df6
* Fri Sep 03 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.4.0-1
d293df6
- Replace extracc external ref to dependency
d293df6
d293df6
* Sun Aug 29 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.3.0-1
d293df6
- Upstream update
d293df6
ad5faa3
* Tue Jul 13 2010 Son Nguyen Kim <nguyenkims@gmail.com> 0.1.0-1
d293df6
- First RPM release
d293df6