rpms/glpi/devel glpi.spec,1.9,1.10

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun Jan 13 19:14:32 UTC 2008


Author: remi

Update of /cvs/extras/rpms/glpi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14799

Modified Files:
	glpi.spec 
Log Message:
fix type


Index: glpi.spec
===================================================================
RCS file: /cvs/extras/rpms/glpi/devel/glpi.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glpi.spec	13 Jan 2008 19:01:01 -0000	1.9
+++ glpi.spec	13 Jan 2008 19:13:57 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           glpi
 Version:        0.70.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free IT asset management software
 Summary(fr):    Gestion Libre de Parc Informatique
 
@@ -151,7 +151,7 @@
 %endif
 
 # Lang
-for i in %{_datadir}/%{name}/locales/*
+for i in %{buildroot}%{_datadir}/%{name}/locales/*
 do
   lang=$(basename $i)
   echo "%lang(${lang:0:2}) %{_datadir}/%{name}/locales/${lang}"
@@ -220,6 +220,9 @@
 %endif
 
 %changelog
+* Sun Jan 13 2008 Remi Collet <Fedora at FamilleCollet.com> - 0.70.1-2
+- fix typo in lang files
+
 * Sun Jan 13 2008 Remi Collet <Fedora at FamilleCollet.com> - 0.70.1-1
 - update to 0.70.1 (0.70 + bugfixes)
 




More information about the fedora-extras-commits mailing list