]> git.pld-linux.org Git - packages/php-symfony-YAML.git/commitdiff
- initial from pear make-rpm-spec auto/th/php-symfony-YAML-1_0_3-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 20 Oct 2010 06:07:17 +0000 (06:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-symfony-YAML.spec -> 1.1

php-symfony-YAML.spec [new file with mode: 0644]

diff --git a/php-symfony-YAML.spec b/php-symfony-YAML.spec
new file mode 100644 (file)
index 0000000..b4f42d5
--- /dev/null
@@ -0,0 +1,49 @@
+%include       /usr/lib/rpm/macros.php
+%define                status          stable
+%define                pearname        YAML
+Summary:       %{pearname} - The Symfony YAML Component
+Name:          php-symfony-YAML
+Version:       1.0.3
+Release:       1
+License:       MIT license
+Group:         Development/Languages/PHP
+Source0:       http://pear.symfony-project.com/get/%{pearname}-%{version}.tgz
+# Source0-md5: fc318d227896fcb3df95229cd9dd8479
+URL:           http://pear.symfony-project.com/package/YAML/
+BuildRequires: php-channel(pear.symfony-project.com)
+BuildRequires: php-packagexml2cl
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.580
+Requires:      php-channel(pear.symfony-project.com)
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Symfony YAML Component.
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%doc docs/YAML/*
+%{php_pear_dir}/.registry/.channel.*/*.reg
+# XXX: who owns
+%dir %{php_pear_dir}/SymfonyComponents
+%{php_pear_dir}/SymfonyComponents/YAML
This page took 0.079685 seconds and 4 git commands to generate.