[glpi-pdf/el5] update to 0.83.3

Remi Collet remi at fedoraproject.org
Wed Dec 12 12:59:04 UTC 2012


commit 6fa7e8ca42f203ff6d65c2ab413c429aaa4b1781
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Dec 12 13:58:57 2012 +0100

    update to 0.83.3

 .gitignore    |    3 +++
 glpi-pdf.spec |   26 +++++++++++++++++++-------
 sources       |    2 +-
 3 files changed, 23 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8dea68..84f1cce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@
 glpi-pdf-0.6.1.tar.gz
 /glpi-pdf-0.7.1.tar.gz
 /glpi-pdf-0.7.2.tar.gz
+/glpi-pdf-0.80.3.tar.gz
+/glpi-pdf-0.83.tar.gz
+/glpi-pdf-0.83.3.tar.gz
diff --git a/glpi-pdf.spec b/glpi-pdf.spec
index 0c06b6e..ee45234 100644
--- a/glpi-pdf.spec
+++ b/glpi-pdf.spec
@@ -1,8 +1,8 @@
 %global pluginname   pdf
 
 Name:           glpi-pdf
-Version:        0.7.2
-Release:        1%{?dist}
+Version:        0.83.3
+Release:        3%{?dist}
 Summary:        GLPI Plugin to print PDF of equipment
 Summary(fr):    Extension GLPI pour créer des PDF des matériels
 
@@ -10,12 +10,13 @@ Group:          Applications/Internet
 License:        GPLv2+
 URL:            https://forge.indepnet.net/projects/pdf
 
-Source0:        https://forge.indepnet.net/attachments/download/897/glpi-pdf-0.7.2.tar.gz
+Source0:        https://forge.indepnet.net/attachments/download/1213/glpi-pdf-0.83.3.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       glpi >= 0.78
+Requires:       glpi >= 0.83.3
+Conflicts:      glpi >=  0.84
 
 
 %description
@@ -37,8 +38,6 @@ for doc in docs/* ; do
     sed -i -e 's/\r//' $doc
 done
 
-cd %{pluginname}
-
 
 %build
 # empty build
@@ -62,7 +61,7 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc docs/*
+%doc docs/* %{pluginname}/LICENSE
 %dir %{_datadir}/glpi/plugins/%{pluginname}
 %dir %{_datadir}/glpi/plugins/%{pluginname}/locales
 %{_datadir}/glpi/plugins/%{pluginname}/*.php
@@ -70,9 +69,22 @@ rm -rf %{buildroot}
 %{_datadir}/glpi/plugins/%{pluginname}/front
 %{_datadir}/glpi/plugins/%{pluginname}/inc
 %{_datadir}/glpi/plugins/%{pluginname}/pics
+# Keep here as required from interface
+%{_datadir}/glpi/plugins/%{pluginname}/LICENSE
 
 
 %changelog
+* Wed Dec 12 2012 Remi Collet <Fedora at FamilleCollet.com> - 0.83.3-3
+- fix GLPI version requirement
+
+- version 0.83.3 for GLPI 0.83.3
+  https://forge.indepnet.net/projects/pdf/versions/745
+
+- version 0.83 for GLPI 0.83
+  https://forge.indepnet.net/projects/pdf/versions/615
+
+- version 0.80.3 for GLPI 0.80
+
 * Sat Jun 11 2011 Remi Collet <Fedora at FamilleCollet.com> - 0.7.2-1
 - version 0.7.2 for GLPI 0.78
 
diff --git a/sources b/sources
index c619d02..193fc6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2de84f9f8f47d043cb5e9b4f85cec5e  glpi-pdf-0.7.2.tar.gz
+31901e0f1ba845e97ada79fcd4437c6e  glpi-pdf-0.83.3.tar.gz


More information about the scm-commits mailing list