rpms/jpoker/devel jpoker.conf, NONE, 1.1 .cvsignore, 1.3, 1.4 jpoker.spec, 1.2, 1.3 sources, 1.3, 1.4

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Sun Apr 6 20:28:51 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/jpoker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21544

Modified Files:
	.cvsignore jpoker.spec sources 
Added Files:
	jpoker.conf 
Log Message:
* Sun Mar 23 2008 Jesse Keating <jkeating at redhat.com> - 1.0.9-1
- New upstream release
- Now GPLv3+
- Carry http config file as a source, no longer upstream
- Drop the need on php, no more php upstream



--- NEW FILE jpoker.conf ---
Alias /jpoker /usr/share/jpoker

<Directory /usr/share/jpoker/>
    AllowOverride All
</Directory>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jpoker/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Mar 2008 23:22:14 -0000	1.3
+++ .cvsignore	6 Apr 2008 20:28:15 -0000	1.4
@@ -1 +1 @@
-jpoker-1.0.8.tar_0.gz
+jpoker-1.0.9.tar.gz


Index: jpoker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jpoker/devel/jpoker.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jpoker.spec	23 Mar 2008 23:22:14 -0000	1.2
+++ jpoker.spec	6 Apr 2008 20:28:15 -0000	1.3
@@ -1,16 +1,17 @@
 Name:           jpoker
-Version:        1.0.8
+Version:        1.0.9
 Release:        1%{?dist}
 Summary:        A jQuery user interface to play on poker-network based servers
 
 Group:          Applications/Internet
 License:        GPLv3+ and (MIT or GPL+)
 URL:            http://jquery.com/plugins/project/%{name}
-Source0:        http://jquery.com/plugins/files/%{name}-%{version}.tar_0.gz
+Source0:        http://jquery.com/plugins/files/%{name}-%{version}.tar.gz
+Source1:        %{name}.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       php, httpd
+Requires:       httpd
 
 %description
 jPoker is a jQuery user interface to play on poker-network based server.
@@ -30,15 +31,13 @@
 rm -rf $RPM_BUILD_ROOT
 # There is no install script, we do it by hand.
 %{__install} -m 0755 -d $RPM_BUILD_ROOT/%{_datadir}/%{name}
-%{__install} -m 0644 -p *.gif $RPM_BUILD_ROOT/%{_datadir}/%{name}/
-%{__install} -m 0644 -p *.js $RPM_BUILD_ROOT/%{_datadir}/%{name}/
-%{__install} -m 0644 -p *.html $RPM_BUILD_ROOT/%{_datadir}/%{name}/
-%{__install} -m 0644 -p *.css $RPM_BUILD_ROOT/%{_datadir}/%{name}/
-%{__install} -m 0644 -p *.php $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+%{__install} -m 0644 -p jpoker/*.js $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+%{__install} -m 0644 -p jpoker/*.html $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+%{__install} -m 0644 -p jpoker/*.css $RPM_BUILD_ROOT/%{_datadir}/%{name}/
 
 # Install the config file, forcing the need of apache.
 %{__install} -m 0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d
-%{__install} -m 0644 -p apache2/sites-available/%{name} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/%{name}.conf
+%{__install} -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/%{name}.conf
 
 
 
@@ -48,7 +47,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog GPL-LICENSE.txt MIT-LICENSE.txt COPYING
+%doc ChangeLog MIT-LICENSE.txt COPYING
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_sysconfdir}/httpd/conf.d/%{name}.conf
@@ -56,9 +55,11 @@
 
 
 %changelog
-* Sun Mar 23 2008 Jesse Keating <jkeating at redhat.com> - 1.0.8-1
+* Sun Mar 23 2008 Jesse Keating <jkeating at redhat.com> - 1.0.9-1
 - New upstream release
 - Now GPLv3+
+- Carry http config file as a source, no longer upstream
+- Drop the need on php, no more php upstream
 
 * Mon Dec 03 2007 Jesse Keating <jkeating at redhat.com> - 1.0.6-2
 - Update license as there are no more BSD files.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jpoker/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Mar 2008 23:22:14 -0000	1.3
+++ sources	6 Apr 2008 20:28:15 -0000	1.4
@@ -1 +1 @@
-85b6daa61669e46c34ebd8d1a7e6eb2b  jpoker-1.0.8.tar_0.gz
+2d4926874e233dff57aa0a701a29bba9  jpoker-1.0.9.tar.gz




More information about the fedora-extras-commits mailing list