Author: hunter Date: Sat Feb 26 10:39:43 2005 GMT Module: SPECS Tag: HEAD ---- Log message: -initial pld commit.
---- Files affected: SPECS: phpgacl.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/phpgacl.spec diff -u /dev/null SPECS/phpgacl.spec:1.1 --- /dev/null Sat Feb 26 11:39:43 2005 +++ SPECS/phpgacl.spec Sat Feb 26 11:39:35 2005 @@ -0,0 +1,98 @@ +# $Revision$, $Date$ +# +# +Summary: A PHP class offering a simple and powerful "drop in" permission system +Summary(pl): Klasa PHP oferująca prosty i potężny system uprawnień +Name: phpgacl +Version: 3.3.4 +Release: 0.1 +Epoch: 0 +License: LGPL +#Vendor: - +Group: Development/Libraries +#Icon: - +Source0: http://dl.sourceforge.net/phpgacl/%{name}-%{version}.tar.gz +# Source0-md5: 6a5e1e02ea38fa55b57969bd161ec2e0 +#Patch0: %{name}-what.patch +URL: http://phpgacl.sourceforge.net/ +#BuildRequires: - +#PreReq: - +#Requires(pre,post): - +#Requires(preun): - +#Requires(postun): - +Requires: php >= 4 +Requires: adodb +#Provides: - +#Obsoletes: - +#Conflicts: - +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +phpGACL is an set of functions that allows you to apply access control +to arbitrary objects (web pages, databases, etc) by other arbitrary +objects (users, remote hosts, etc). It offers fine-grained access +control with simple management, and is very fast. It is written in PHP +(hence phpGACL), a popular scripting language that is commonly used to +dynamically create web pages. The GACL part of phpGACL stands for +Generic Access Control List. + +%description -l pl +phpGACL to zestaw funkcji oferujących kontrolę dostępu do dowolnych +obiektów (użyszkodników, zdalnych hostów, itp). Zapewnia on dobrze +dopasowaną kontrolę dostępu z prostym zarządzaniem i jest szybki. +Został napisany w PHP (stąd nazwa phpGACL), popularnym języku +skryptowym. + +%package perl +Summary: perl access for phpGACL +Summary(pl): dostęp z perla do phpGACL +Version: 3.3.4 +Release: 0.1 +Group: Development/Libraries + +%description perl +This is example of perl access for phpGACL + +%description perl -l pl +To jest przykład dostępu z perla do phpGACL + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +install -d $RPM_BUILD_ROOT/%{_datadir}/{%{name},%{name}-perl} + +cp -r Cache_Lite admin soap test_suite $RPM_BUILD_ROOT/%{_datadir}/%{name} +cp -r other_languages $RPM_BUILD_ROOT/%{_datadir}/%{name}-perl + +install *.php *.inc *.xml $RPM_BUILD_ROOT/%{_datadir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS CHANGELOG FAQ README TODO +%doc docs/ + +%{_datadir}/%{name} + +# initscript and its config + +%files perl +%defattr(644,root,root,755) +#%doc extras/*.gz +%{_datadir}/phpgacl-perl/other_languages + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/02/26 10:39:35 hunter +-initial pld commit. + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
