Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yecril71pl
PHP-PEAR-PHPDocumentor-openSuSE
PhpDocumentor.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PhpDocumentor.spec of Package PHP-PEAR-PHPDocumentor-openSuSE
# # spec file for package [spectemplate] # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define mysource %{_sourcedir}/%{name}-%{version}.tar Name: PhpDocumentor Version: 1.4.3 Release: 1 Summary: A JavaDoc-like automatic documentation generator for PHP Group: Development/Tools/Doc Generators License: LGPL URL: http://phpdoc.org/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: php5-pear php5-tokenizer Requires: php5-pear php5-tokenizer BuildArch: noarch %description phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the php language. Similar to Javadoc, and written in php, phpDocumentor can be used from the command line or a web interface to create professional documentation from php source code. phpDocumentor has support for linking between documentation, incorporating user level documents like tutorials and creation of highlighted source code with cross referencing to php general documentation. %prep %setup -q chmod '-x' 'LICENSE' 'ChangeLog' 'FAQ' 'Authors' %build # make %{?_smp_mflags} # pear -vvv install '%{S:0}' # php5 '-r' 'echo T_COMMENT, "\n";' # false %install # make install DESTDIR=%{buildroot} mkdir '-p' '%{buildroot}%{_sourcedir}' %{uncompress:%{S:0}} > '%{buildroot}%{mysource}' # install '-D' '--' '%{S:0}' '%{buildroot}%{S:0}' # bunzip2 '--' '%{buildroot}%{S:0}' %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{mysource} %doc README %doc Authors %doc ChangeLog %doc FAQ %doc LICENSE %post set -x pear -vvv upgrade '%{mysource}' php -dmemory_limit=-1 -ddate.timezone='%(date +%%Z)' '%{_bindir}/phpdoc' '-c' 'makedocs' %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor