diff options
Diffstat (limited to 'glpi-appliances-dev.spec')
-rw-r--r-- | glpi-appliances-dev.spec | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/glpi-appliances-dev.spec b/glpi-appliances-dev.spec deleted file mode 100644 index 46d41a1..0000000 --- a/glpi-appliances-dev.spec +++ /dev/null @@ -1,117 +0,0 @@ -%global pluginname appliances -#global svnrelease 184 - -Name: glpi-appliances -Version: 1.8.1 -%if 0%{?svnrelease} -Release: 0.1.svn%{svnrelease}%{?dist} -%else -Release: 1%{?dist} -%endif -Summary: GLPI Plugin to manage appliances -Summary(fr): Extension GLPI de gestion des applicatifs - -Group: Applications/Internet -License: GPLv2+ -URL: https://forge.indepnet.net/projects/appliances - -%if 0%{?svnrelease} -# svn export -r 184 https://forge.indepnet.net/svn/appliances/trunk appliances -# tar czf glpi-appliances-1.8.0-184.tar.gz appliances -Source0: glpi-%{pluginname}-%{version}-%{svnrelease}.tar.gz -%else -Source0: https://forge.indepnet.net/attachments/download/1214/glpi-appliances-1.8.1.tar.gz -%endif - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -Requires: glpi >= 0.83.3 -Requires: glpi < 0.84 -Requires: php-xmlrpc php-soap - -%description -This plugin add appliances management to GLPI -* Appliances creation (composed by various inventory item) -* Direct management from items -* Integrated with Helpdesk - - -%description -l fr -Cette extension permet la gestion des applicatifs dans GLPI -* Création d’applicatifs composé de plusieurs items -* Gestion directe à partir de l’item -* Intégration avec l'assistance - - -%prep -%setup -q -c - -cat >httpd <<EOF -<Directory /usr/share/glpi/plugins/%{pluginname}/sql> - <IfModule mod_authz_core.c> - Require all denied - </IfModule> - <IfModule !mod_authz_core.c> - Order Allow,Deny - Deny from all - </IfModule> -</Directory> -EOF - - -%build -# empty build - -%install -rm -rf %{buildroot} - -mkdir -p %{buildroot}/%{_datadir}/glpi/plugins -cp -ar %{pluginname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname} - -# ===== apache ===== -rm -f %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/sql/.htaccess -mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d/ -install --mode 644 httpd %{buildroot}/%{_sysconfdir}/httpd/conf.d/%{name}.conf - - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%doc %{pluginname}/LICENSE -%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf -%{_datadir}/glpi/plugins/%{pluginname} - - -%changelog -* Thu Jul 12 2012 Remi Collet <Fedora@FamilleCollet.com> - 1.8.1-1 -- version 1.8.1 for GLPI 0.83.3 - https://forge.indepnet.net/projects/appliances/versions/747 - -* Fri Apr 06 2012 Remi Collet <Fedora@FamilleCollet.com> - 1.8.0-1 -- version 1.8.0 - https://forge.indepnet.net/projects/appliances/versions/614 -- fix config for httpd 2.4 -- add 2 patches from SVN (php 5.4.0 + missing tab) - -* Sun Feb 26 2012 Remi Collet <Fedora@FamilleCollet.com> - 1.8.0-0.1.svn184 -- version 1.8.0 for glpi 0.83RC (svn snapshot) - -* Thu Jun 30 2011 Remi Collet <Fedora@FamilleCollet.com> - 1.7.0-1 -- version 1.7.0 released - -* Tue Jun 28 2011 Remi Collet <Fedora@FamilleCollet.com> - 1.7.0-0.1.svn136 -- version 1.7.0 for glpi 0.80 (svn snapshot) - -* Tue Oct 12 2010 Remi Collet <Fedora@FamilleCollet.com> - 1.6.0-1 -- version 1.6.0 and GLPI 0.78 released - -* Wed Aug 25 2010 Remi Collet <Fedora@FamilleCollet.com> - 1.6.0-0.1.svn114 -- new svn snapshot - -* Sun Jun 20 2010 Remi Collet <Fedora@FamilleCollet.com> - 1.6.0-0.1.svn110 -- version 1.6.0 for glpi 0.78 RC (svn snapshot) -- initial RPM - |