[php-phpunit-PHPUnit-Selenium/el6/master] update to 1.0.2

Remi Collet remi at fedoraproject.org
Tue Jan 18 06:54:14 UTC 2011


commit 3873d5f4d39a06f74437beaa4447ce5897e8fa8f
Author: remi <fedora at famillecollet.com>
Date:   Tue Jan 18 07:54:01 2011 +0100

    update to 1.0.2

 .gitignore                        |    4 ++--
 php-phpunit-PHPUnit-Selenium.spec |   12 +++++++++++-
 sources                           |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62fda69..ad451d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/PHPUnit_Selenium-1.0.0.tgz
-package.xml
+package*.xml
 /PHPUnit_Selenium-1.0.1.tgz
+/PHPUnit_Selenium-1.0.2.tgz
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index 9ca6aa6..ebdb47c 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit-Selenium
-Version:        1.0.1
+Version:        1.0.2
 Release:        1%{?dist}
 Summary:        Selenium RC integration for PHPUnit
 
@@ -35,6 +35,10 @@ Selenium RC integration for PHPUnit
 cp /etc/php.ini .
 echo "date.timezone=UTC" >>php.ini
 
+# Create links for standard RPM docdir (to standard PEAR docdir)
+ln -s %{pear_docdir}/%{pear_name}/LICENSE            LICENSE
+ln -s %{pear_docdir}/%{pear_name}/ChangeLog.markdown CHANGELOG
+
 cd %{pear_name}-%{version}
 # package.xml is V2 - hack to lower PEAR dependency
 %{_bindir}/php <<EOF
@@ -80,6 +84,8 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE CHANGELOG
+%doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/PHPUnit/Extensions/SeleniumTestCase
 %{pear_phpdir}/PHPUnit/Extensions/Story/SeleniumTestCase.php
@@ -87,6 +93,10 @@ fi
 
 
 %changelog
+* Tue Jan 18 2011 Remi Collet <Fedora at famillecollet.com> - 1.0.2-1
+- Version 1.0.2 (stable) - API 1.0.0 (stable)
+- CHANGELOG and LICENSE are now in the tarball
+
 * Wed Nov 17 2010 Remi Collet <Fedora at famillecollet.com> - 1.0.1-1
 - Version 1.0.1 (stable) - API 1.0.0 (stable)
 
diff --git a/sources b/sources
index 6a89515..3015b84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56a517c65c29aa4b25729cb618856435  PHPUnit_Selenium-1.0.1.tgz
+1df5e1af44e5f54ae57c8a177ab5dadf  PHPUnit_Selenium-1.0.2.tgz


More information about the scm-commits mailing list