diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-02 17:33:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-02 17:33:35 +0200 |
commit | 3f12441c57b7145afd75b27f7afbb42eb7b04356 (patch) | |
tree | baa16c7aedc183bf072dc223b38b15208cf68142 | |
parent | c9fab0a7e8f61ec77ef2216d7a73e5738d855e0b (diff) |
glpi-*: spec license
-rw-r--r-- | glpi-fusioninventory.spec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index 9751597..61a7a46 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -1,3 +1,11 @@ +# spec file for glpi-fusioninventory +# +# Copyright (c) 2010-2013 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %global pluginname fusioninventory %global glpi_version 0.84.0 %global plug_version 1.2 @@ -89,9 +97,11 @@ done %install rm -rf %{buildroot} +# Plugin mkdir -p %{buildroot}/%{_datadir}/glpi/plugins cp -ar %{pluginname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname} +# Apache install -p -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf # Locales |