Author: lisu Date: Mon Feb 7 10:10:51 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.29.0 (merged with DEVEL) - changes in %%doc - .xz package
---- Files affected: packages/gammu: gammu.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: packages/gammu/gammu.spec diff -u packages/gammu/gammu.spec:1.93 packages/gammu/gammu.spec:1.94 --- packages/gammu/gammu.spec:1.93 Fri Nov 26 19:36:18 2010 +++ packages/gammu/gammu.spec Mon Feb 7 11:10:46 2011 @@ -2,13 +2,13 @@ Summary: Tool suite for mobile phones Summary(pl.UTF-8): Zestaw narzędzi do telefonów komórkowych Name: gammu -Version: 1.28.0 -Release: 4 +Version: 1.29.0 +Release: 1 Epoch: 1 License: GPL v2+ Group: Applications/Communications -Source0: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: 1cddf45348b0c8cebcc14c9e693c6c9a +Source0: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.xz +# Source0-md5: 27b3a811cd27c94c66d9b964140a51f6 Source1: %{name}-smsd.init Source2: %{name}-smsd.sysconfig Patch0: %{name}-etc_dir.patch @@ -21,7 +21,9 @@ BuildRequires: postgresql-devel BuildRequires: python-devel >= 1:2.5 BuildRequires: rpm-pythonprov -BuildRequires: rpmbuild(macros) >= 1.293 +BuildRequires: rpmbuild(macros) >= 1.600 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz >= 1:4.999.7 Requires: %{name}-libs = %{epoch}:%{version}-%{release} Suggests: %{name}-smsd = %{epoch}:%{version}-%{release} Provides: mygnokii2 @@ -60,11 +62,11 @@ amounts of received or sent messages and automatically process them. %description smsd -l pl.UTF-8 -Demon SMS Gammu jest programem, któr okresowo sprawdza czy modem GSM +Demon SMS Gammu jest programem, który okresowo sprawdza czy modem GSM odebrał jakieś wiadomości, przechowuje je w zdefiniowanym zasobie a także wysyła wiadomości skolejkowane w tym zasobie. Jest idealnym narzędziem do zarządzania dużą ilością otrzymanych lub wysyłanych -wiadomości i atomatycznego przetwarzania ich. +wiadomości i automatycznego przetwarzania ich. %package libs Summary: Gammu library @@ -136,24 +138,18 @@ mkdir -p build cd build %cmake .. \ - -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ - -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_SHARED_LIBS=OFF \ -DINSTALL_LIB_DIR=%{_lib} \ -DINSTALL_LIBDATA_DIR=%{_libdir} \ - -DBUILD_PYTHON=%{_bindir}/python%{py_ver} \ - %{?debug:-DCMAKE_BUILD_TYPE="Debug"} + -DBUILD_PYTHON=%{_bindir}/python%{py_ver} %{__make} mv libgammu/libGammu.a .. mv smsd/libgsmsd.a .. %cmake .. \ - -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ - -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_SHARED_LIBS=ON \ -DINSTALL_LIB_DIR=%{_lib} \ -DINSTALL_LIBDATA_DIR=%{_libdir} \ - -DBUILD_PYTHON=%{_bindir}/python%{py_ver} \ - %{?debug:-DCMAKE_BUILD_TYPE="Debug"} + -DBUILD_PYTHON=%{_bindir}/python%{py_ver} %{__make} %install @@ -164,7 +160,7 @@ DESTDIR=$RPM_BUILD_ROOT install docs/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir} -cp -r docs/develop $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +#cp -r docs/develop $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install libGammu.a $RPM_BUILD_ROOT%{_libdir} install libgsmsd.a $RPM_BUILD_ROOT%{_libdir} install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}-smsd $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig} @@ -177,7 +173,7 @@ %find_lang %{name} %find_lang libgammu -rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} +%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} # for rpm autodeps chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so* @@ -210,14 +206,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS BUGS ChangeLog docs/user/gammu.html docs/user/gammu.html README README.Python -%doc %lang(it) docs/user/gammu.it.txt docs/user/readme.it.txt +%doc AUTHORS BUGS ChangeLog README README.Python docs/manual/Gammu.htm %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/jadmaker %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gammurc %{_examplesdir}/%{name}-%{version} %{_mandir}/man[157]/* -%lang(cs) %{_mandir}/cs/man[157]/* %files smsd %defattr(644,root,root,755) @@ -270,6 +264,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2011/02/07 10:10:46 lisu +- updated to 1.29.0 (merged with DEVEL) +- changes in %%doc +- .xz package + Revision 1.93 2010/11/26 18:36:18 arekm - release 4 @@ -278,6 +277,24 @@ Revision 1.91 2010/11/24 11:23:04 hawk - release 2 + +Revision 1.90.2.5 2011/01/10 11:12:05 lisu +- up to 1.28.95 +- no cs manpages + +Revision 1.90.2.4 2010/12/27 10:50:46 lisu +- 1.28.94 + +Revision 1.90.2.3 2010/12/03 12:00:45 lisu +- up to 1.28.93 +- drop cmake options provided by cmake macro + +Revision 1.90.2.2 2010/10/05 09:28:06 lisu +- 1.28.92 + +Revision 1.90.2.1 2010/09/17 06:51:22 lisu +- up to 1.28.91 +- no docs/develop catalog in this release Revision 1.90 2010/07/13 07:51:32 lisu - try to fix build with python2.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gammu/gammu.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
