Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0c40db904bca1b91e205f3a4b867da43 > files > 2

php-awl-0.53-2.mga3.src.rpm

%define       realname    awl
%define       name    php-awl
%define       version 0.53
%define       release %mkrel 2

%define _requires_exceptions pear(*

Summary:      Andrew's Web Libraries - PHP Utility Libraries
Name:         %{name}
Version:      %{version}
Release:      %{release}
Source0:      http://debian.mcmillan.net.nz/packages/%{realname}/%{realname}-%{version}.tar.gz 
License:      AGPLv3
Group:        Development/PHP 
Url:          http://andrew.mcmillan.net.nz/projects/awl 
BuildRequires: apache
Requires:     php >= 4.1
BuildArch:    noarch

%description
This package contains Andrew's Web Libraries.  This is a set
of hopefully lightweight libraries for handling a variety of
useful things for web programming, including:
 - Session management
 - User management
 - DB Records
 - Simple reporting
 - DB Schema Updating
 - iCalendar parsing

%files
%{_datadir}/php/%{realname}
%doc README

#--------------------------------------------------------------------


%prep
%setup -q -n %{realname}-%version 

%build
%make

%install

rm inc/AWLUtilities.php.in
mkdir -p %{buildroot}/%{_datadir}/php/%{realname}
cp -a dba inc %{buildroot}/%{_datadir}/php/%{realname}





%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.53-2.mga3
+ Revision: 375687
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Oct 26 2012 neoclust <neoclust> 0.53-1.mga3
+ Revision: 310159
- imported package php-awl