rpms/poker-engine/FC-4 .cvsignore, 1.2, 1.3 poker-engine.spec, 1.3, 1.4 sources, 1.2, 1.3

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Thu Jun 22 21:59:06 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/poker-engine/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3651

Modified Files:
	.cvsignore poker-engine.spec sources 
Log Message:
Place .pc file in datadir


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 May 2006 03:24:15 -0000	1.2
+++ .cvsignore	22 Jun 2006 21:59:06 -0000	1.3
@@ -1 +1,2 @@
 poker-engine-1.0.15.tar.gz
+poker-engine-1.0.15-config.patch


Index: poker-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-4/poker-engine.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- poker-engine.spec	12 Jun 2006 21:15:49 -0000	1.3
+++ poker-engine.spec	22 Jun 2006 21:59:06 -0000	1.4
@@ -2,12 +2,13 @@
 
 Name:           poker-engine
 Version:	1.0.15
-Release:        3%{?dist}
+Release:        4%{?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
+Patch0:         %{name}-%{version}-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .config
 
 %build
 %configure
@@ -60,9 +62,12 @@
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/pkgconfig/%{name}.pc
+%{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jun 22 2006 Christopher Stone <chris.stone at gmail.com> 1.0.15-4
+- Add patch to put pkgconfig file in %{_datadir}
+
 * Mon Jun 12 2006 Christopher Stone <chris.stone at gmail.com> 1.0.15-3
 - pkgconfig no longer needed. It is now picked up by pypoker-eval-devel
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 May 2006 03:24:15 -0000	1.2
+++ sources	22 Jun 2006 21:59:06 -0000	1.3
@@ -1 +1,2 @@
 5b51616881d0ee10354b0f5f573a52d1  poker-engine-1.0.15.tar.gz
+1ad2627da99e87240d8819f081510d8e  poker-engine-1.0.15-config.patch




More information about the fedora-extras-commits mailing list