Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 605912 Details for
Bug 609473
Review Request: kaya-board - A board game suite for KDE
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
kaya-board.spec for version 0.4
kaya-board.spec (text/x-rpm-spec), 3.31 KB, created by
Karel Volný
on 2012-08-21 11:05:05 UTC
(
hide
)
Description:
kaya-board.spec for version 0.4
Filename:
MIME Type:
Creator:
Karel Volný
Created:
2012-08-21 11:05:05 UTC
Size:
3.31 KB
patch
obsolete
>Name: kaya-board >%global pname kaya >Version: 0.4 >Release: 1%{?dist} >Summary: A board game suite for KDE > >Group: Amusements/Games >License: GPLv2+ >URL: http://pcapriotti.github.com/kaya/ >Source0: http://cloud.github.com/downloads/pcapriotti/%{pname}/%{pname}-%{version}.tar.gz > >BuildArch: noarch > >BuildRequires: kdelibs-devel ruby ruby-devel >BuildRequires: desktop-file-utils >BuildRequires: gettext >Requires: hicolor-icon-theme >Requires: korundum >Requires: rubygem(builder) ># Ruby is required by the dependency chain, but the guidelines insist on ># explicit Requires (see http://fedoraproject.org/wiki/Packaging:Ruby) >Requires: ruby(abi) = 1.9.1 ># you need *some* backend engine to play locally ># while you can use kaya without it as kaya can play other games like Shogi, ># or connect to ICS, I consider requiring chess engine as a sane default ># (note also that currently, as of 2010-05-20, we don't have any Shogi engine) >Requires: chessprogram > > >%description >Kaya is a board game suite for KDE, containing games such as Chess and Shogi, >and built upon a powerful plugin system which makes it easily extensible with >new games, themes and behaviour. > >Note that Kaya is only a frontend, to play against computer you need also some >CECP (XBoard) compatible backend. > > >%prep >%setup -q -n %{pname}-%{version} ># rename to avoid conflict with Kaya programming language >sed -i -e "s/%{pname}/%{name}/g" \ > CMakeLists.txt \ > lib/CMakeLists.txt \ > lib/%{pname}.desktop \ > translations/CMakeLists.txt >sed -i -e "s/%{pname}/%{name}/" main.rb main-qt.rb >sed -i -e "s/'%{pname}'/'%{name}'/" lib/kaya.rb >mv lib/%{pname}.desktop lib/%{name}.desktop >mv lib/%{pname}.notifyrc lib/%{name}.notifyrc > > >%build ># from http://fedoraproject.org/wiki/Packaging:Ruby >export CONFIGURE_ARGS="--with-cflags='%{optflags}'" >%cmake . >make VERBOSE=1 %{?_smp_mflags} > > >%install >rm -rf %{buildroot} >make install DESTDIR=%{buildroot} >desktop-file-install --add-category="Game" --add-category="BoardGame" \ > --delete-original \ > --dir=%{buildroot}/%{_datadir}/applications/kde4 \ > %{buildroot}/%{_datadir}/applications/kde4/%{name}.desktop >%find_lang %{name} > > >%clean >rm -rf %{buildroot} > > >%post >/usr/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : > >%postun >if [ $1 -eq 0 ] ; then > /usr/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null > /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : >fi > >%posttrans >/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : > > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc AUTHORS CHANGELOG COPYING >%attr(755,root,root) %{_bindir}/%{name} >%attr(755,root,root) %{_bindir}/%{name}-qt >%{_datadir}/applications/kde4/%{name}.desktop >%{_datadir}/icons/hicolor/*/apps/* >%{_datadir}/kde4/apps/%{name} > > >%changelog >* Fri Aug 17 2012 Karel Volný <kvolny@redhat.com> 0.4-1 >- new version >- no longer arch-dependant, so remove sitearch magic and switch to noarch >- change %%define to %%global >- change requires to "Perl" style >- don't own icon directories, rather require hicolor-icon-theme owning them >- add scriptlets to update icon cache >- fix renaming in kaya-board-qt > >* Thu Jul 01 2010 Karel Volný <kvolny@redhat.com> 0.3-2 >- patch to work with ruby 1.8.6, dependency removed >- fixed some rpmlint problems > >* Wed Jun 30 2010 Karel Volný <kvolny@redhat.com> 0.3-1 >- Initial package version
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 609473
: 605912