Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 42cc24834102223e1f61058b52fe73f5 > files > 7

modem-manager-gui-0.0.17.1-5.mga5.src.rpm

Summary: Modem Manager GUI
Name: modem-manager-gui
Version: 0.0.17.1
Release: %mkrel 5
License: GPLv3
Group: Communications/Mobile
URL: http://linuxonly.ru
Source0: http://download.tuxfamily.org/gsf/source/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-add-string-length-checks.patch
Patch1: %{name}-%{version}-fix-generic-name-and-add-comment-translations.patch
Patch2: %{name}-%{version}-fix-ndis-events-handling.patch
Patch3: %{name}-%{version}-fix-scan-technologies-naming.patch
Patch4: %{name}-%{version}-fix-libebook-api-break-v2.patch

BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires: glib2-devel >= 2.32.1
BuildRequires: libgdbm-devel >= 1.10
BuildRequires: po4a >= 0.41
BuildRequires: itstool >= 1.2.0

Requires: gtk+3.0 >= 3.4.0
Requires: glib2 >= 2.32.1
Requires: modemmanager >= 0.5.0.0
Recommends: libnotify >= 0.7.5
Recommends: libcanberra0 >= 0.28
Recommends: evolution-data-server >= 3.4.1

%description
This program is a simple graphical interface for Modem Manager
daemon dbus interface.
Current features:
- View device information: Operator name, Mode, IMEI, IMSI,
  Signal level.
- Send and receive SMS messages with long messages
  concatenation and store messages in database.
- Send USSD requests and read answers in GSM7 and UCS2 formats
  converted to system UTF8 charset.
- Scan available mobile networks.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%configure2_5x
%make

%install
make install INSTALLPREFIX=%{buildroot}
%find_lang %{name}

%files -f %{name}.lang
%doc LICENSE AUTHORS Changelog
%{_bindir}/%{name}
%{_libdir}/%{name}/modules/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/pixmaps/*
%{_datadir}/%{name}/sounds/*
%{_datadir}/%{name}/ui/%{name}.ui
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1*
%{_mandir}/*/man1/*
%doc %{_datadir}/help/*/%{name}/*


%changelog
* Sat May 23 2015 alexl <alexl> 0.0.17.1-5.mga5
+ Revision: 822666
- fixed libebook api break (mga#16024)

* Wed Jan 07 2015 alexl <alexl> 0.0.17.1-4.mga5
+ Revision: 809197
- added upstream patches

* Wed Oct 15 2014 umeabot <umeabot> 0.0.17.1-3.mga5
+ Revision: 744345
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.0.17.1-2.mga5
+ Revision: 682558
- Mageia 5 Mass Rebuild

  + tv <tv>
    - s/uggests:/Recommends:/

* Tue Sep 02 2014 alexl <alexl> 0.0.17.1-1.mga5
+ Revision: 670864
- moved patches, which in upstream now
- version 0.0.17.1 (thanks to author for fast fix)

* Mon Sep 01 2014 alexl <alexl> 0.0.17-2.mga5
+ Revision: 670800
- fixed showing menu (fix-menu.patch)
- fixed error with parsing of tag 'packing'

* Mon Sep 01 2014 alexl <alexl> 0.0.17-1.mga5
+ Revision: 670699
- version 0.0.17
- move patches, which in upstream now or obsolete

* Wed Aug 13 2014 alexl <alexl> 0.0.16-2.mga5
+ Revision: 662181
- deleted empty line and paths from desktop file (desktop.patch)
- used Mageia policy for spec

* Fri Mar 28 2014 stormi <stormi> 0.0.16-1.mga5
+ Revision: 609243
- fix typos in description

  + alexl <alexl>
    - imported package modem-manager-gui