|
@@ -6,7 +6,7 @@
|
|
Name: ModemManager
|
|
Name: ModemManager
|
|
Summary: Mobile broadband modem management service
|
|
Summary: Mobile broadband modem management service
|
|
Summary(ja): Mobile broadband modem management service
|
|
Summary(ja): Mobile broadband modem management service
|
|
-Version: 1.4.10
|
|
+Version: 1.4.12
|
|
Release: 1%{git_snapshot}%{?_dist_release}
|
|
Release: 1%{git_snapshot}%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
@@ -28,6 +28,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
BuildRequires: eudev-libgudev1-devel
|
|
BuildRequires: eudev-libgudev1-devel
|
|
BuildRequires: automake autoconf intltool libtool
|
|
BuildRequires: automake autoconf intltool libtool
|
|
|
|
+BuildRequires: gobject-introspection-devel
|
|
|
|
+BuildRequires: polkit-devel
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
# for xsltproc
|
|
# for xsltproc
|
|
BuildRequires: libxslt
|
|
BuildRequires: libxslt
|
|
@@ -83,11 +85,9 @@ intltoolize --force
|
|
%configure \
|
|
%configure \
|
|
--disable-static \
|
|
--disable-static \
|
|
--enable-gtk-doc=yes \
|
|
--enable-gtk-doc=yes \
|
|
- --enable-introspection=no \
|
|
|
|
--enable-vala=no \
|
|
--enable-vala=no \
|
|
--enable-more-warnings=yes \
|
|
--enable-more-warnings=yes \
|
|
--with-udev-base-dir=/lib/udev \
|
|
--with-udev-base-dir=/lib/udev \
|
|
- --with-polkit=none \
|
|
|
|
--without-mbim \
|
|
--without-mbim \
|
|
--without-qmi \
|
|
--without-qmi \
|
|
--with-dist-version=%{version}-%{release}
|
|
--with-dist-version=%{version}-%{release}
|
|
@@ -127,6 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|
%defattr(0644, root, root, 0755)
|
|
%defattr(0644, root, root, 0755)
|
|
%doc COPYING README
|
|
%doc COPYING README
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
|
|
|
|
+%{_libdir}/girepository-1.0/ModemManager-1.0.typelib
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
|
|
%attr(0755,root,root) %{_sbindir}/ModemManager
|
|
%attr(0755,root,root) %{_sbindir}/ModemManager
|
|
%attr(0755,root,root) %{_bindir}/mmcli
|
|
%attr(0755,root,root) %{_bindir}/mmcli
|
|
@@ -135,12 +136,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|
/lib/udev/rules.d/*
|
|
/lib/udev/rules.d/*
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
|
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
|
|
|
+%{_datadir}/polkit-1/actions/org.freedesktop.ModemManager1.policy
|
|
%{_mandir}/man8/*
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(0644, root, root, 0755)
|
|
%defattr(0644, root, root, 0755)
|
|
%{_includedir}/ModemManager/*.h
|
|
%{_includedir}/ModemManager/*.h
|
|
%dir %{_datadir}/gtk-doc/html/%{name}
|
|
%dir %{_datadir}/gtk-doc/html/%{name}
|
|
|
|
+%{_datadir}/gir-1.0/ModemManager-1.0.gir
|
|
%{_datadir}/gtk-doc/html/%{name}/*
|
|
%{_datadir}/gtk-doc/html/%{name}/*
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
@@ -159,6 +162,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.12-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: gobject-introspection-devel, polkit-devel
|
|
|
|
+
|
|
* Sun Jul 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.10-1
|
|
* Sun Jul 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.10-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|