Author: gotar Date: Fri Apr 20 20:35:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - upgraded to 1.10.3
---- Files affected: SPECS: gammu.spec (1.46 -> 1.47) ---- Diffs: ================================================================ Index: SPECS/gammu.spec diff -u SPECS/gammu.spec:1.46 SPECS/gammu.spec:1.47 --- SPECS/gammu.spec:1.46 Sat Mar 3 13:26:54 2007 +++ SPECS/gammu.spec Fri Apr 20 22:34:58 2007 @@ -2,19 +2,20 @@ Summary: GNU tool suite for mobile phones Summary(pl.UTF-8): Zestaw narzędzi GNU dla telefonów komórkowych Name: gammu -Version: 1.10.0 +Version: 1.10.3 Release: 1 Epoch: 1 License: GPL v2 Group: Applications/Communications Source0: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: 05b623c30cfd69ea97f0bc054b19928d +# Source0-md5: a7657a6053bcb6212c7287ac99d21015 Patch0: %{name}-etc_dir.patch Patch1: %{name}-no_nss.patch Patch2: %{name}-libpq_dir.patch URL: http://www.gammu.org/ BuildRequires: autoconf BuildRequires: bluez-libs-devel +BuildRequires: gettext-devel BuildRequires: mysql-devel BuildRequires: postgresql-devel Provides: mygnokii2 @@ -82,7 +83,7 @@ %patch1 -p1 %patch2 -p1 cp -f VERSION cfg/autoconf/VERSION -mv docs/docs/english/gammu.1 . +mv docs/user/gammu.1 . %build cd cfg/autoconf @@ -100,7 +101,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_examplesdir}/%{name}-%{version},%{_datadir}/%{name}} -%{__make} installlibonly \ +%{__make} installlibonly installlocales \ DESTDIR=$RPM_BUILD_ROOT \ prefix=%{_prefix} \ INSTALL_LIB_DIR=%{_libdir} \ @@ -109,8 +110,8 @@ install -D gammu.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir} -install docs/docs/locale/*.txt $RPM_BUILD_ROOT%{_datadir}/%{name} cp -r docs/{examples,develop} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +%find_lang %{name} cd $RPM_BUILD_ROOT%{_libdir} ln -sf libGammu.so.1.0 libGammu.so @@ -124,20 +125,13 @@ %postun -p /sbin/ldconfig %endif -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%doc ChangeLog docs/docs/english/gammu.htm other/bash README -%doc %lang(it) docs/docs/italian +%doc ChangeLog docs/user/gammu.htm docs/user/readme.htm other/bash README +%doc %lang(it) docs/user/gammu.it.txt docs/user/readme.it.txt %attr(755,root,root) %{_bindir}/%{name} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gammurc %dir %{_datadir}/%{name} -%lang(cs) %{_datadir}/%{name}/gammu_cs.txt -%lang(de) %{_datadir}/%{name}/gammu_de.txt -%lang(es) %{_datadir}/%{name}/gammu_es.txt -%lang(it) %{_datadir}/%{name}/gammu_it.txt -%lang(pl) %{_datadir}/%{name}/gammu_pl.txt -%lang(ru) %{_datadir}/%{name}/gammu_ru.txt -%{_datadir}/%{name}/gammu_us.txt %{_examplesdir}/%{name}-%{version} %{_mandir}/man1/* @@ -161,6 +155,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2007/04/20 20:34:58 gotar +- upgraded to 1.10.3 + Revision 1.46 2007/03/03 12:26:54 ankry - tabs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gammu.spec?r1=1.46&r2=1.47&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
