[php-phpunit-PHPUnit-MockObject/f14/master] update to 1.0.5

Remi Collet remi at fedoraproject.org
Tue Jan 18 07:18:12 UTC 2011


commit 4b8a2a17770e5ea32d003ae687bb9e3791dae232
Author: remi <fedora at famillecollet.com>
Date:   Tue Jan 18 08:06:06 2011 +0100

    update to 1.0.5

 .gitignore                          |    1 +
 php-phpunit-PHPUnit-MockObject.spec |   12 +++++++++++-
 sources                             |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 065b7b5..7056b25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 package*.xml
 /PHPUnit_MockObject-1.0.3.tgz
+/PHPUnit_MockObject-1.0.5.tgz
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index 1d21f21..48ef165 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit-MockObject
-Version:        1.0.3
+Version:        1.0.5
 Release:        1%{?dist}
 Summary:        Mock Object library for PHPUnit
 
@@ -35,6 +35,10 @@ Mock Object library 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,10 +84,16 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE CHANGELOG
+%doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/PHPUnit/Framework/MockObject
 
 %changelog
+* Tue Jan 18 2011 Remi Collet <Fedora at famillecollet.com> - 1.0.5-1
+- Version 1.0.5 (stable) - API 1.0.4 (stable)
+- CHANGELOG and LICENSE are now in the tarball
+
 * Mon Nov 22 2010 Remi Collet <Fedora at famillecollet.com> - 1.0.3-1
 - Version 1.0.3 (stable) - API 1.0.3 (stable)
 
diff --git a/sources b/sources
index c570877..bb34ee6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c77ad25ab438c517ad1e12cfb7847ecd  PHPUnit_MockObject-1.0.3.tgz
+1ae90c468ed757b9b2df3bae92d12aa8  PHPUnit_MockObject-1.0.5.tgz


More information about the scm-commits mailing list