General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

kyra spec file : Dries RPM Repository

Back to the kyra rpms

Current spec in pydar2:


# $Id: kyra.spec 4286 2006-04-08 21:39:15Z dries $
# Authority: dries

%define real_version 2_0_7

Summary: Sprite Engine
Name: kyra
Version: 2.0.7
Release: 2.2
License: GPL
Group: Development/Libraries
URL: http://grinninglizard.com/kyra/

Source: http://dl.sf.net/kyra/kyra_src_%{real_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: SDL-devel, gcc-c++, SDL_image-devel, libtiff-devel
%{?el4:BuildRequires: alsa-lib-devel}
%{?fc2:BuildRequires: alsa-lib-devel}

# Screenshot: http://grinninglizard.com/kyra/demoBemSingle.jpg
# ScreenshotURL : http://grinninglizard.com/kyra/demo.html

%description
Kyra is a simple, fully featured, industrial strength Sprite engine written
in C++.

%package devel
Summary: Header files, libraries and development documentation for %{name}.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -n kyra

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%post
/sbin/ldconfig 2>/dev/null

%postun
/sbin/ldconfig 2>/dev/null

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/aclocal/kyra.m4

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/Kyra
%{_libdir}/*.a
%{_libdir}/*.so
%exclude %{_libdir}/*.la

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 2.0.7-2.2
- Rebuild for Fedora Core 5.

* Mon May 31 2004 Dries Verachtert  - 2.0.7-2
- fix file ownership of devel package

* Sun May 30 2004 Dries Verachtert  - 2.0.7-1
- Initial package.