File libtpproto-cpp.spec of Package libtpproto-cpp
#
# spec file for package libtpproto-cpp
#
# norootforbuild
# Varibles for building
%define app_name libtpproto-cpp
%define app_version 0.1.9.git.1a18069f4771483a4551705408444eb57cea14b7
Name: libtpproto-cpp-devel
Version: %{app_version}
Release: 1
Url: http://www.thousandparsec.net/wiki/Libtpproto-cpp
License: GPL
Group: Development/Libraries/C and C++
Autoreqprov: on
Summary: A Thousand Parsec client-side protocol and game library in C++
Source: %{app_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{app_name}-%{app_version}-build
BuildRequires: gcc-c++, autoconf, automake, make, boost-devel
%description
This is a client side protocol library for Thousand Parsec written in C++.
More info at
http://www.thousandparsec.net/tp/
Warning this is a git head version from 06. 04. 2010.
%prep
%setup -q -n %{app_name}
%build
%configure
# do compile with the number of jobs given to the --jobs parameter of the build script.
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
# clean up the hard disc after build
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%_libdir/libtpproto.*
%_libdir/pkgconfig/libtpproto.pc
/usr/include/*
%changelog
* Thu Jun 17 2010 - Marcel Hauf - <marcel.hauf@googlemail.com> 0.1.9
- Initial commit of libtpproto-cpp version 0.1.9