rpms/gammu/EL-5 gammu.spec,1.1,1.2

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Fri May 25 22:51:47 UTC 2007


Author: laxathom

Update of /cvs/pkgs/rpms/gammu/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8198/EL-5

Modified Files:
	gammu.spec 
Log Message:
updated spec file


Index: gammu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/EL-5/gammu.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gammu.spec	22 May 2007 02:43:30 -0000	1.1
+++ gammu.spec	25 May 2007 22:51:11 -0000	1.2
@@ -1,6 +1,6 @@
-Name:           gammu
-Version:        1.10.0
-Release:        2%{?dist}
+Name:		gammu
+Version:        1.11.0
+Release:        1%{?dist}
 Summary:        Command Line utility to work with mobile phones
 
 Group:          Applications/System
@@ -9,7 +9,7 @@
 Source0:        ftp://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	autoconf
+BuildRequires:	autoconf, gettext
 #enabling bluetooth fonction
 BuildRequires:	bluez-libs-devel
 #enabling mysql sms fonction
@@ -48,14 +48,14 @@
 
 
 %build
-%configure
+%configure --libdir=%{_libdir}
 make shared %{?_smp_mflags}
 
 #fix lines ending 
 for docs in \
 	docs/develop/{protocol/'*',sounds/*,sms/'*'}	\
 	docs/develop/{*.htm,*.txt}			\
-	docs/docs/{english/'*',italian/'*'} ; do
+	docs/user/'*' ; do
 	sed -e 's/\r//' -i $docs
 done
 
@@ -70,7 +70,7 @@
 #remove default make installed docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
-
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -81,11 +81,10 @@
 %postun -n %{name}-libs -p /sbin/ldconfig
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README docs/*
 %{_bindir}/%{name}
-%{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 
 %files		libs
@@ -100,8 +99,11 @@
 
 
 %changelog
-* Mon May 21 2007 Xavier Lamien < lxtnow[at]gmail.com > - 1.10.0-2
-- Rebuild for CVS import.
+* Thu May 24 2007 Xavier Lamien < lxtnow[at]gmail.com > - 1.11.0-1
+- Updated release.
+
+* Wed May 23 2007 Xavier Lamien < lxtnow[at]gmail.com > - 1.10.6-1
+- Updated release.
 
 * Tue May 08 2007 Xavier Lamien < lxtnow[at]gmail.com > - 1.10.0-1
 - Initial RPM release.




More information about the fedora-extras-commits mailing list