OBS User unknown
2007-06-19 17:32:35 +00:00
committed by Git OBS Bridge
parent 0f6bc946dd
commit 6b25437a92
4 changed files with 57 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d18cbf162edb8f54c47621b8dbf0683359e74ad67a985360cfcc4c810f2a086
size 920489

3
gammu-1.12.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ab84e05440f82bcc440030752fcf482a15d284f40de08f2240d43bc528c4fa1
size 940565

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jun 19 10:26:58 CEST 2007 - prusnak@suse.cz
- update to 1.12.0
* Support for some new Nokia fields
* Made SMSD mode case insensitive
* Fix iCalendar export typo
* Better compatibility with Sharp phones
* Added --features to show compiled in features
* Added support for work address
* Properly report uploaded file size when using OBEX
* Fix HEX charset encoding
* Improve vCard address handling
* Support for iso charsets in AT phone when iconv is available
* Fix restoring of phonebook over OBEX
* addnew accepts -yes parameter
* There is no error on most fields when storing to vCard
* Fix detecting length of input
* Added dku5fbus-nodtr and fbus-nodtr variants, which do not care
about DTR/RTS signals
* Do not delete phonebook entries when there are none
-------------------------------------------------------------------
Tue May 15 11:06:23 CEST 2007 - prusnak@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package gammu (Version 1.11.0)
# spec file for package gammu (Version 1.12.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,8 +11,8 @@
# norootforbuild
Name: gammu
BuildRequires: bluez-libs
Version: 1.11.0
BuildRequires: bluez-libs cmake
Version: 1.12.0
Release: 1
AutoReqProv: on
Group: Hardware/Mobile
@@ -80,12 +80,15 @@ Authors:
%setup -q
%build
%configure --enable-cb --with-docdir=%_defaultdocdir/gammu/ CFLAGS="$RPM_OPT_FLAGS -Wno-pointer-sign"
make shared
cmake -DENABLE_SHARED=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} -DINSTALL_DOC_DIR=%{_defaultdocdir}/%{name}
make
%install
make installshared DESTDIR=$RPM_BUILD_ROOT
rm -rf other/SYMBIAN/gnapplet/CVS
make install DESTDIR=$RPM_BUILD_ROOT
if [ "lib" != "%{_lib}" ]; then
mv $RPM_BUILD_ROOT%{_prefix}/lib $RPM_BUILD_ROOT%{_prefix}/%{_lib}
fi
%find_lang %name
%post
%{run_ldconfig}
@@ -93,25 +96,43 @@ rm -rf other/SYMBIAN/gnapplet/CVS
%postun
%{run_ldconfig}
%files
%files -f %name.lang
%defattr(-,root,root)
%doc docs/* other
%doc docs/user/gammu.htm docs/user/readme.htm
%doc %{_mandir}/man1/*
%{_bindir}/*
%{_libdir}/libGammu*so.*
%{_datadir}/locale/*/LC_MESSAGES/gammu.mo
%files devel
%defattr(-,root,root)
%doc docs/develop/protocol docs/develop/Gammu.htm docs/develop/gammu_hints.txt docs/develop/examples docs/examples
%{_includedir}/gammu
%{_libdir}/libGammu*so
%{_libdir}/libGammu.a
%{_libdir}/pkgconfig/gammu.pc
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 19 2007 - prusnak@suse.cz
- update to 1.12.0
* Support for some new Nokia fields
* Made SMSD mode case insensitive
* Fix iCalendar export typo
* Better compatibility with Sharp phones
* Added --features to show compiled in features
* Added support for work address
* Properly report uploaded file size when using OBEX
* Fix HEX charset encoding
* Improve vCard address handling
* Support for iso charsets in AT phone when iconv is available
* Fix restoring of phonebook over OBEX
* addnew accepts -yes parameter
* There is no error on most fields when storing to vCard
* Fix detecting length of input
* Added dku5fbus-nodtr and fbus-nodtr variants, which do not care
about DTR/RTS signals
* Do not delete phonebook entries when there are none
* Tue May 15 2007 - prusnak@suse.cz
- update to 1.11.0
* Correctly encode text in iCalendar