This commit is contained in:
committed by
Git OBS Bridge
parent
0f6bc946dd
commit
6b25437a92
43
gammu.spec
43
gammu.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user