rpms/php-pdb/F-9 php-pdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard Fearn (richardfearn) fedora-extras-commits at redhat.com
Sat May 3 13:57:09 UTC 2008


Author: richardfearn

Update of /cvs/pkgs/rpms/php-pdb/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29101

Modified Files:
	.cvsignore sources 
Added Files:
	php-pdb.spec 
Log Message:
importing php-pdb 1.3.4-1 SRPM



--- NEW FILE php-pdb.spec ---
Name:           php-pdb
Version:        1.3.4
Release:        1%{?dist}
Summary:        PHP classes for manipulating Palm OS databases

Group:          Development/Libraries
License:        LGPLv2+
URL:            http://php-pdb.sourceforge.net/
Source0:        http://downloads.sourceforge.net/php-pdb/php-pdb-1_3_4.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       php >= 4.0.1

%description
PHP-PDB is a set of PHP classes that manipulate Palm OS databases. It lets you
read, write, alter, and easily use data that is meant to be sent to or
retrieved from a handheld.

%prep
%setup -qn php-pdb

%build
# nothing to do

%install
rm -rf %{buildroot}

# install php-pdb library
install -d %{buildroot}%{_datadir}/php/php-pdb
install -t %{buildroot}%{_datadir}/php/php-pdb php-pdb.inc -m 644

# install modules
install -d %{buildroot}%{_datadir}/php/php-pdb/modules
install -t %{buildroot}%{_datadir}/php/php-pdb/modules modules/*.inc -m 644

# install docs
install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
install -t %{buildroot}%{_defaultdocdir}/%{name}-%{version} doc/{COPYING,LEGAL} pdb-test.php -m 644

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
# library (inc. modules)
%{_datadir}/php/php-pdb
# docs
%docdir %{_defaultdocdir}/%{name}-%{version}
%{_defaultdocdir}/%{name}-%{version}

%changelog
* Sun Mar  2 2008 Richard Fearn <richard.fearn at gmail.com> 1.3.4-1
- initial packaging for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-pdb/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 May 2008 22:24:45 -0000	1.1
+++ .cvsignore	3 May 2008 13:56:33 -0000	1.2
@@ -0,0 +1 @@
+php-pdb-1_3_4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-pdb/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 May 2008 22:24:45 -0000	1.1
+++ sources	3 May 2008 13:56:33 -0000	1.2
@@ -0,0 +1 @@
+e03493aa3b1694571fcf7b6a54ae172b  php-pdb-1_3_4.tar.gz




More information about the fedora-extras-commits mailing list