File php-doc.spec of Package php-doc
#
# spec file for package php-doc (Version 20100723)
#
# 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
Name: php-doc
Provides: phpdoc
Obsoletes: phpdoc
License: GPL-2.0+
Summary: PHP Documentation
Group: Productivity/Networking/Web/Servers
Source0: php_manual_en.tar.bz2
Version: 20100723
Release: 1
Url: http://www.php.net/
Icon: mod_php.xpm
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
HTML documentation for PHP.
%prep
%setup -q -c
%build
%install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644, root, root, 755)
%doc *
%changelog