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

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Apr 22 14:49:20 UTC 2006


Author: xulchris

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

Modified Files:
	.cvsignore sources 
Added Files:
	poker-eval.spec 
Log Message:
auto-import poker-eval-130.0-2 on branch devel from poker-eval-130.0-2.src.rpm


--- NEW FILE poker-eval.spec ---
Name:           poker-eval
Version:	130.0
Release:        2%{?dist}
Summary:        Poker hand evaluator library
Group:          Development/Libraries
License:        GPL
URL:            https://gna.org/projects/pokersource/
Source0:        http://download.gna.org/pokersource/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package is a free (GPL) toolkit for writing programs which
simulate or analyze poker games.

%package devel
Summary:        Poker hand evaluator library development files
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
This package contains headers and libraries required to build applications that
use poker-eval.

%prep
%setup -q
chmod -x examples/five_card_hands.c

%build
%configure --disable-static
make %{?_smp_mflags}

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

%check
make %{?_smp_mflags} check

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc examples/*.c
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%exclude %{_libdir}/*.la

%changelog
* Tue Apr 18 2006 Christopher Stone <chris.stone at gmail.com> 130.0-2
- Added %check section
- Removed make build_tables
- Updated Source0 and URL

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

* Sat Mar 18 2006 Christopher Stone <chris.stone at gmail.com> 129.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2006 14:48:46 -0000	1.1
+++ .cvsignore	22 Apr 2006 14:49:20 -0000	1.2
@@ -0,0 +1 @@
+poker-eval-130.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2006 14:48:46 -0000	1.1
+++ sources	22 Apr 2006 14:49:20 -0000	1.2
@@ -0,0 +1 @@
+b6feea367ba1c49d85fb04cf5913e2d9  poker-eval-130.0.tar.gz




More information about the scm-commits mailing list