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

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Dec 4 19:50:48 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore sources 
Added Files:
	jpoker.spec 
Log Message:
Initial import



--- NEW FILE jpoker.spec ---
Name:           jpoker
Version:        1.0.6
Release:        2%{?dist}
Summary:        A jQuery user interface to play on poker-network based servers

Group:          Applications/Internet
License:        GPLv2+ and (MIT or GPL+)
URL:            http://jquery.com/plugins/project/%{name}
Source0:        http://jquery.com/plugins/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       php, httpd

%description
jPoker is a jQuery user interface to play on poker-network based server.
For now jPoker allows you to list running tables and upcoming tournaments,
but it means to become a full featured javascript pokerclient.


%prep
%setup -q


%build
# nothing to build


%install
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 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



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog GPL-LICENSE.txt MIT-LICENSE.txt COPYING
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_sysconfdir}/httpd/conf.d/%{name}.conf



%changelog
* Mon Dec 03 2007 Jesse Keating <jkeating at redhat.com> - 1.0.6-2
- Update license as there are no more BSD files.

* Wed Nov 28 2007 Jesse Keating <jkeating at redhat.com> - 1.0.6-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jpoker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Dec 2007 01:12:00 -0000	1.1
+++ .cvsignore	4 Dec 2007 19:50:15 -0000	1.2
@@ -0,0 +1 @@
+jpoker-1.0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jpoker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Dec 2007 01:12:00 -0000	1.1
+++ sources	4 Dec 2007 19:50:16 -0000	1.2
@@ -0,0 +1 @@
+f20fbc52371bea54efd29630f8b0d606  jpoker-1.0.6.tar.gz




More information about the fedora-extras-commits mailing list