rpms/glpi-pdf/EL-5 glpi-pdf.spec,NONE,1.1 sources,1.1,1.2

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun Feb 17 07:22:11 UTC 2008


Author: remi

Update of /cvs/extras/rpms/glpi-pdf/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6439

Modified Files:
	sources 
Added Files:
	glpi-pdf.spec 
Log Message:
initial import


--- NEW FILE glpi-pdf.spec ---
%define pluginname   pdf

Name:           glpi-pdf
Version:        0.4
Release:        1%{?dist}
Summary:        GLPI Plugin to print PDF of computers
Summary(fr):    Extension GLPI pour créer des PDF des ordinateurs

Group:          Applications/Internet
License:        GPLv2+
URL:            http://www.glpi-project.org/

Source0:        http://www.glpi-project.org/IMG/gz/glpi-%{pluginname}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       glpi >= 0.70

%description
This GLPI plugin enables you to print with format pdf all the mitres of a
card computer or a software of the inventory. 


%description -l fr
Cette extension GLPI vous permet de créer un PDF contenant toutes les
informations sur un ordinateur ou un logiciel de l'inventaire.


%prep
%setup -q -c

# dos2unix to avoid rpmlint warnings
mv %{pluginname}/docs docs
for doc in docs/* ; do
    sed -i -e 's/\r//' $doc
done


%build
# empty build

%install
rm -rf %{buildroot} 

mkdir -p %{buildroot}/%{_datadir}/glpi/plugins
cp -ar %{pluginname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}


%clean
rm -rf %{buildroot} 


%files
%defattr(-,root,root,-)
%doc docs/*
%{_datadir}/glpi/plugins/%{pluginname}


%changelog
* Thu Dec 27 2007 Remi Collet <Fedora at FamilleCollet.com> - 0.4-1
- update to 0.4 finale
- Initial RPM for Fedora review

* Sun Nov 11 2007 Remi Collet <RPMS at FamilleCollet.com> - 0.4-0.20071111
- update from SVN

* Sat Sep 23 2007 Remi Collet <RPMS at FamilleCollet.com> - 0.3-0.20070922
- new SVN snapshot

* Mon Aug 13 2007 Remi Collet <RPMS at FamilleCollet.com> - 0.2-0.20070813
- Initial RPM	



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/glpi-pdf/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Feb 2008 04:23:46 -0000	1.1
+++ sources	17 Feb 2008 07:21:36 -0000	1.2
@@ -0,0 +1 @@
+6ba78069113b8cddb40d3d826751d72b  glpi-pdf-0.4.tar.gz




More information about the fedora-extras-commits mailing list