X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=chimara.spec.in;h=fbde4061811fcf5312e999cf36eb684d087642fa;hb=8f36c2a6f4503a6e1a9b7368feea758f05fd7b86;hp=cd41347dc540bd2ef6f652ca492c4ac2ce78d33c;hpb=b1a03904003733d21bf579e37316cc2906eb7e49;p=rodin%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.