[php-htmLawed] update to 1.1.12, with license files and permanent URL

Remi Collet remi at fedoraproject.org
Thu Jul 5 18:37:45 UTC 2012


commit 46e3eef2941f1757afc04fd430ba538b649ac85c
Author: remi <fedora at famillecollet.com>
Date:   Thu Jul 5 20:37:36 2012 +0200

    update to 1.1.12, with license files and permanent URL

 .gitignore        |    2 ++
 php-htmLawed.spec |   16 +++++++++++-----
 sources           |    1 +
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b62bf71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*spec~
+/htmLawed1112.zip
diff --git a/php-htmLawed.spec b/php-htmLawed.spec
index 1ab3c16..8d4c04b 100644
--- a/php-htmLawed.spec
+++ b/php-htmLawed.spec
@@ -1,8 +1,9 @@
-%global libname htmLawed
+%global libname    htmLawed
+%global libversion 1112
 
 Name:           php-%{libname}
-Version:        1.1.11
-Release:        2%{?dist}
+Version:        1.1.12
+Release:        1%{?dist}
 Summary:        PHP code to purify and filter HTML
 Group:          Development/Libraries
 License:        LGPLv3 and GPLv2+
@@ -11,7 +12,7 @@ URL:            http://www.bioinformatics.org/phplabware/internal_utilities/htmL
 # Latest archive is not versionned
 # No license included
 # see http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=220
-Source0:        http://www.bioinformatics.org/phplabware/downloads/%{libname}.zip
+Source0:        http://www.bioinformatics.org/phplabware/downloads/%{libname}%{libversion}.zip
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -61,11 +62,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc *README* *TESTCASE* htmLawedTest.php
+%doc *README* *TESTCASE* htmLawedTest.php LICENSE*
 %{_datadir}/php/%{libname}
 
 
 %changelog
+* Thu Jul 05 2012 Remi Collet <remi at fedoraproject.org> - 1.1.12-1
+- update to 1.1.12
+- add License files
+- fix source0 to permanent URL.
+
 * Wed Jul 04 2012 Remi Collet <remi at fedoraproject.org> - 1.1.11-2
 - fix License per review comment (#836587)
 
diff --git a/sources b/sources
index e69de29..eed9424 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9ca40b044b226171a0947aaac72f5186  htmLawed1112.zip


More information about the scm-commits mailing list