Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
e212b79aa7 dist-git conversion 2010-07-28 09:13:11 +00:00
Stewart Adam
b9a7a7e6b5 - Patch desktop file to use pysol and not pysol.py for exec
- Force pygame as sound mod, makes PySolFC work with PulseAudio
2010-02-23 04:12:57 +00:00
Stewart Adam
dc17f99c11 - Update to 2.0 2010-01-31 01:18:22 +00:00
Bill Nottingham
3c48f31d3e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:20:40 +00:00
Jesse Keating
25b0b201bd Initialize branch F-11 for PySolFC 2009-04-15 06:03:38 +00:00
9 changed files with 33 additions and 142 deletions

View file

@ -1 +0,0 @@
PySolFC-1.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
PySolFC-2.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: PySolFC
# $Id$
NAME := PySolFC
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,95 +0,0 @@
[Desktop Entry]
GenericName=Card Games
GenericName[af]=Kaart Speletjie
GenericName[ar]=لعبة ورق
GenericName[az]=Kart Oyunu
GenericName[be]=Картачная гульня
GenericName[bg]=Игра с карти
GenericName[bn]=
GenericName[br]=C'hoari kartennoù
GenericName[bs]=Igra s kartama
GenericName[ca]=Joc de cartes
GenericName[cs]=Karty
GenericName[cy]=Gêm cardiau
GenericName[da]=Kortspil
GenericName[de]=Kartenspiel
GenericName[el]=Παιχνίδι καρτών
GenericName[eo]=Kartludo
GenericName[es]=Juego de cartas
GenericName[et]=Kaardimäng
GenericName[eu]=Karta jokoa
GenericName[fa]=کارت بازی
GenericName[fi]=Korttipeli
GenericName[fo]=Kortspøl
GenericName[fr]=Jeu de cartes
GenericName[fy]=Kaartspul
GenericName[ga]=Cluiche Cártaí
GenericName[gl]=Xogo de Cartas
GenericName[he]=משחק קלפים
GenericName[hi]=
GenericName[hr]=Kartaška igra
GenericName[hsb]=Kartowa hra
GenericName[hu]=Kártyajáték
GenericName[is]=Kaplar
GenericName[it]=Gioco di carte
GenericName[ja]=
GenericName[km]=
GenericName[ko]=
GenericName[lo]=
GenericName[lt]=Kortų žaidimas
GenericName[lv]=Kāršu Spēle
GenericName[mk]=Игра со карти
GenericName[mn]=Хөзрийн тоглоом
GenericName[ms]=Permainan Kad
GenericName[mt]=Logħba tal-karti
GenericName[nb]=Kortspill
GenericName[nds]=Koortspeel
GenericName[nl]=Kaartspel
GenericName[nn]=Kortspel
GenericName[nso]=Papadi ya Dikarata
GenericName[pa]=
GenericName[pl]=Gra karciana
GenericName[pt]=Jogo de Cartas
GenericName[pt_BR]=Cartas
GenericName[ro]=Joc de cărţi
GenericName[ru]=Карточная игра
GenericName[rw]=Umukino Ikarika
GenericName[se]=Goartaspeallu
GenericName[sk]=Kartová hra
GenericName[sl]=Igra s kartami
GenericName[sr]=Игра са картама
GenericName[sr@Latn]=Igra sa kartama
GenericName[ss]=Umdlalo welikhadi
GenericName[sv]=Kortspel
GenericName[ta]= ி
GenericName[tg]=Бозии Корт
GenericName[th]=
GenericName[tr]=İskambil Oyunu
GenericName[tt]=Kard Uyını
GenericName[uk]=Карти
GenericName[uz]=Қарта ўйини
GenericName[ven]=Garata ya mutambo
GenericName[vi]=Game th
GenericName[wa]=Cwårdjeu
GenericName[xh]=Umdlalo Wekhadi
GenericName[zh_CN]=
GenericName[zh_TW]=
GenericName[zu]=Umdlalo Wamakhadi
Name=PySol
Name[af]=Pysol
Name[ar]=بايسول
Name[bn]=-
Name[eo]=Soliterego
Name[fa]=پایسول
Name[hi]=
Name[ko]=
Name[lo]=Pysol
Name[sv]=Pysol
Name[th]= PySol
Name[vi]=PySol
Exec=pysol
Icon=pysol
Terminal=false
Type=Application
Categories=Game;CardGame;
Version=1.0

View file

@ -0,0 +1,11 @@
--- data/pysol.desktop.orig 2010-02-22 21:36:45.355136299 -0500
+++ data/pysol.desktop 2010-02-22 21:36:52.171434787 -0500
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=PySol Fan Club Edition
-Exec=pysol.py
+Exec=pysol
Terminal=false
Type=Application
Categories=Game;CardGame;

View file

@ -1,24 +1,23 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define debug_package %{nil}
%define cardsetversion 1.1
Name: PySolFC
Version: 1.1
Release: 8%{?dist}
Version: 2.0
Release: 2%{?dist}
Summary: A collection of solitare card games
Group: Amusements/Games
License: GPLv2+
URL: http://pysolfc.sourceforge.net
Source0: http://downloads.sourceforge.net/pysolfc/%{name}-%{version}.tar.bz2
Source1: PySol.desktop
Source2: pysol-start-script
Patch0: pysolfc-setup.py-noglade.patch
Source1: pysol-start-script
Patch0: PySolFC-desktop-exec.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildArch: noarch
# optional but nice to have
Requires: python-imaging, tile
# used to get sound working with PulseAudio
Requires: pygame
# really required
Requires: tcl
Requires: tk, tix, tkinter
@ -36,7 +35,7 @@ written plug-ins, an integrated HTML help browser, and lots of documentation.
%prep
%setup -q
%patch0 -p0
%patch0 -p0 -b .desktop-exec
%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@ -45,13 +44,13 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
# install desktop file
desktop-file-install --vendor="fedora" \
desktop-file-install --vendor="fedora" --delete-original \
--dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
%{SOURCE1}
$RPM_BUILD_ROOT/%{_datadir}/applications/pysol.desktop
# install the startup wrapper
mv $RPM_BUILD_ROOT%{_bindir}/pysol.py $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/pysol
install -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/pysol
%find_lang pysol
@ -68,10 +67,18 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/pysol
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/*
%{_datadir}/icons/*.png
%{_datadir}/applications/fedora-*.desktop
%changelog
* Mon Feb 22 2010 Stewart Adam <s.adam at diffingo.com> - 2.0-2
- Patch desktop file to use pysol and not pysol.py for exec
- Force pygame as sound mod, makes PySolFC work with PulseAudio
* Sat Jan 30 2010 Stewart Adam <s.adam at diffingo.com> - 2.0-1
- Update to 2.0
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View file

@ -1,3 +1,3 @@
#!/bin/sh
/usr/share/PySolFC/pysol.py $*
/usr/share/PySolFC/pysol.py "$@" --sound-mod=pygame
exit $?

View file

@ -1,11 +0,0 @@
--- setup.py.orig 2007-09-29 16:41:41.000000000 -0400
+++ setup.py 2007-09-29 16:41:49.000000000 -0400
@@ -44,7 +44,7 @@
for l in ('ru', 'ru_RU'):
data_files.append(('share/locale/%s/LC_MESSAGES' % l,
['locale/%s/LC_MESSAGES/pysol.mo' % l]))
- data_files.append((data_dir, ['data/pysolfc.glade']))
+ #data_files.append((data_dir, ['data/pysolfc.glade']))
##from pprint import pprint; pprint(data_files)
##import sys; sys.exit()

View file

@ -1 +1 @@
56aca8101b3534aaf3564c40ed6824f1 PySolFC-1.1.tar.bz2
f9ee647947924efdf1d24af179d3cc0a PySolFC-2.0.tar.bz2