Summary: API docs for Adventure PHP Framework Name: apf-doc Version: 1.13 Release: 1%{?dist} License: GPLv3 and LGPLv3 Group: Applications/System URL: http://www.adventure-php-framework.org Source: http://files.adventure-php-framework.org/1.13/docs/apf-docs-1.13-2011-03-01-1833-noarch.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Requires: apf %description API documentation for the Adventure PHP Framework. The Adventure PHP Framework is used to rapidly create enterprise ready web applications or modules, that are fast, secure and reusable. It includes approved development tools to solve standard problems and implement pattern related applications. %prep %setup -c -q %build %install %{__rm} -rf %{buildroot} mkdir -p %{buildroot}%{_localstatedir}/www/apf-%{version} %{__cp} -av . %{buildroot}%{_localstatedir}/www/apf-%{version}/ #find %{buildroot}%{_localstatedir}/www/apf-%{version}/ -type f -iname "*.html" | while read f #do # iconv --from-code=windows-1252 --to-code=UTF-8 "$f" > "$f.new" # mv -f "$f".new "$f" #done #pre #post #postun %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %dir %{_localstatedir}/www/apf-%{version}/docs %doc %{_localstatedir}/www/apf-%{version}/docs/* %changelog * Sat Aug 27 2011 Reiner Rottmann - 1.13-1 - First packaged for Fedora 15.