rpms/poker-engine/devel poker-engine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed May 31 03:24:15 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/poker-engine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4277/devel

Modified Files:
	.cvsignore sources 
Added Files:
	poker-engine.spec 
Log Message:
auto-import poker-engine-1.0.15-1 on branch devel from poker-engine-1.0.15-1.src.rpm


--- NEW FILE poker-engine.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           poker-engine
Version:	1.0.15
Release:        1%{?dist}
Summary:        Python library that implements poker rules
Group:          Development/Libraries
License:        GPL
URL:            http://pokersource.org/poker-engine
Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  pypoker-eval-devel >= 128.0
BuildRequires:  rsync libxml2-python libxslt-python
Requires:       pypoker-eval >= 128.0
Requires:       rsync

%description
This is a python library that implements poker rules according
to variants and betting structures specified in configuration files.
It designed to be used by a multiplayer poker server, a poker AI or a
poker client.

%package devel
Summary:        Poker rule implementation library development files
Group:          Development/Libraries
Requires:       pypoker-eval-devel
Requires:       %{name} = %{version}-%{release}

%description devel
This package contains files required to build applications that use
poker-engine.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%check
# upstream is aware of some check failures
make %{?_smp_mflags} check
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc %{_mandir}/man8/*.8.gz
%{_sbindir}/pokerconfigupgrade
%{_datadir}/%{name}/conf/*.xml
%{python_sitelib}/pokerengine/*.py
%{python_sitelib}/pokerengine/*.pyc
%ghost %{python_sitelib}/pokerengine/*.pyo
%config(noreplace) %{_sysconfdir}/%{name}/*

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Tue May 30 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.15-1
- Upstream sync
- Add rsync to Requires
- Remove patches and autoreconf since these have been fixed in new release

* Mon May 15 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.14-3
- Add Requires pypoker-eval-devel to devel package

* Sun May 14 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.14-2
- Add patch for noarch configuration
- Readded BuildArch of noarch
- Removed python-abi Requires
- Added %%check section
- Updated Source0 location
- Add patch to place python files in sitelib
- Replace %%{python_sitearch} with %%{python_sitelib}
- Removed unnecessary Requires
- Removed examples from -devel since this is no longer maintained by upstream

* Thu Mar 30 2006 Loic Dachary <loic at gnu.org> - 1.0.14-1
- upstream sync

* Sun Mar 26 2006 Christopher Stone <chris.stone at gmail.com> 1.0.13-2
- Fix BuildRequires

* Sat Mar 25 2006 Loic Dachary <loic at gnu.org> 1.0.13-1
- upstream sync

* Fri Mar 17 2006 Christopher Stone <chris.stone at gmail.com> 1.0.12-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 May 2006 03:23:51 -0000	1.1
+++ .cvsignore	31 May 2006 03:24:15 -0000	1.2
@@ -0,0 +1 @@
+poker-engine-1.0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 May 2006 03:23:51 -0000	1.1
+++ sources	31 May 2006 03:24:15 -0000	1.2
@@ -0,0 +1 @@
+5b51616881d0ee10354b0f5f573a52d1  poker-engine-1.0.15.tar.gz




More information about the fedora-extras-commits mailing list