summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-03 16:45:21 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-03 16:45:21 +0200
commit457ad557cb0eea5a4d96b517c87e2ed20cd5bcf8 (patch)
tree14a5fdae8e9fb9e0ae3a740a8ebcf6e1696a33b7
parentf334b390be7078961b35abd5a4ebc0d47c8a8f33 (diff)
php-bartlett-umlwriter: 1.0.0
-rw-r--r--php-bartlett-umlwriter.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-bartlett-umlwriter.spec b/php-bartlett-umlwriter.spec
index 9bf716c..b8c3d70 100644
--- a/php-bartlett-umlwriter.spec
+++ b/php-bartlett-umlwriter.spec
@@ -7,9 +7,9 @@
# Please, preserve the changelog entries
#
%global bootstrap 1
-%global gh_commit dd58a0b71894693250839ad7c7538a7510758a3b
+%global gh_commit c883bf1f80370397198c5eae0615173380fa6119
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20150331
+#global gh_date 20150331
%global gh_owner llaville
%global gh_project umlwriter
#global prever RC2
@@ -21,14 +21,14 @@
Name: php-bartlett-umlwriter
Version: 1.0.0
-%global specrel 3
-Release: %{?gh_short:0.%{specrel}.%{?gh_date:%{gh_date}git%{gh_short}}%{?prever}}%{!?gh_short:%{specrel}}%{?dist}
+%global specrel 1
+Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Create UML class diagrams from your PHP source
Group: Development/Libraries
License: BSD
URL: http://php5.laurent-laville.org/umlwriter/
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}%{?gh_short:-%{gh_short}}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz
# Autoloader for RPM - die composer !
Patch0: %{name}-rpm.patch
@@ -106,7 +106,7 @@ install -D -p -m 755 bin/umlwriter %{buildroot}%{_bindir}/umlwriter
%check
%if %{with_tests}
-%{_bindir}/phpunit -v || : Results ignored for now, known upstream issue #1
+%{_bindir}/phpunit -v
%else
: Test suite disabled
%endif
@@ -122,6 +122,9 @@ install -D -p -m 755 bin/umlwriter %{buildroot}%{_bindir}/umlwriter
%changelog
+* Fri Apr 3 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
+- update to 1.0.0
+
* Tue Mar 31 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.20150331gitdd58a0b
- git snapshot, post 1.0.0RC2
- cleanup EL-5 stuff