rpms/poker-engine/FC-5 poker-engine.spec,1.16,1.17

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Tue Feb 13 23:22:16 UTC 2007


Author: xulchris

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

Modified Files:
	poker-engine.spec 
Log Message:
fix build


Index: poker-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- poker-engine.spec	13 Feb 2007 22:49:40 -0000	1.16
+++ poker-engine.spec	13 Feb 2007 23:21:44 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           poker-engine
 Version:        1.0.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library that implements poker rules
 
 Group:          Development/Libraries
@@ -12,6 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  gettext
 BuildRequires:  rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0
 Requires:       rsync libxml2-python libxslt-python pypoker-eval >= 128.0
 
@@ -44,6 +45,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 
 %check
@@ -54,7 +56,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %doc %{_mandir}/man8/*.8.gz
@@ -70,6 +72,10 @@
 
 
 %changelog
+* Tue Feb 13 2007 Christopher Stone <chris.stone at gmail.com> 1.0.23-2
+- Add new BR gettext for make check
+- Add find_lang macro for new locales
+
 * Tue Feb 13 2007 Christopher Stone <chris.stone at gmail.com> 1.0.23-1
 - Upstream sync
 




More information about the scm-commits mailing list