X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=chimara.spec.in;h=fbde4061811fcf5312e999cf36eb684d087642fa;hb=71bb42dc75907bd2acf2706ecec69acf57177221;hp=cd41347dc540bd2ef6f652ca492c4ac2ce78d33c;hpb=4c015d196b73ed219f20ac1b95a590d3f2ca49da;p=projects%2Fchimara%2Fchimara.git diff --git a/chimara.spec.in b/chimara.spec.in index cd41347..fbde406 100644 --- a/chimara.spec.in +++ b/chimara.spec.in @@ -40,6 +40,15 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package player +Summary: The default IF player using %{name} +Group: Games +Requires: %{name} = %{version}-%{release} + +%description player +The %{name}-player package contains the default interactive fiction player using %{name}. +developing applications that use %{name}. + %prep %setup -q @@ -77,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/chimara/libchimara/*.h %{_libdir}/pkgconfig/*.pc +%files player +%{_bindir}/chimara + %changelog +* Mon Nov 30 2009 W. M. van Vliet +- Added Chimara player to the package. * Wed Nov 25 2009 P. F. Chimento - Created specfile.