Fix udev rules path, remove 'dia' build requires
This commit is contained in:
parent
438ee2089b
commit
395710f742
@ -7,7 +7,7 @@
|
|||||||
Summary: Mobile broadband modem management service
|
Summary: Mobile broadband modem management service
|
||||||
Name: ModemManager
|
Name: ModemManager
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%{snapshot}%{?dist}
|
Release: 2%{snapshot}%{?dist}
|
||||||
#
|
#
|
||||||
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
|
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
|
||||||
# tarball built with:
|
# tarball built with:
|
||||||
@ -25,7 +25,7 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
|||||||
BuildRequires: libgudev1-devel >= 143
|
BuildRequires: libgudev1-devel >= 143
|
||||||
BuildRequires: automake autoconf intltool libtool
|
BuildRequires: automake autoconf intltool libtool
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: dia libxslt gtk-doc
|
BuildRequires: libxslt gtk-doc
|
||||||
BuildRequires: libqmi-devel >= 1.4
|
BuildRequires: libqmi-devel >= 1.4
|
||||||
|
|
||||||
Patch0: buildsys-hates-openpty.patch
|
Patch0: buildsys-hates-openpty.patch
|
||||||
@ -76,7 +76,7 @@ autoreconf -i --force
|
|||||||
intltoolize --force
|
intltoolize --force
|
||||||
%configure \
|
%configure \
|
||||||
--enable-more-warnings=error \
|
--enable-more-warnings=error \
|
||||||
--with-udev-base-dir=%{_libdir}/udev \
|
--with-udev-base-dir=%{_prefix}/lib/udev \
|
||||||
--enable-gtk-doc=yes \
|
--enable-gtk-doc=yes \
|
||||||
--with-qmi=yes \
|
--with-qmi=yes \
|
||||||
--without-mbim \
|
--without-mbim \
|
||||||
@ -124,7 +124,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%attr(0755,root,root) %{_bindir}/mmcli
|
%attr(0755,root,root) %{_bindir}/mmcli
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
|
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
|
||||||
%{_libdir}/udev/rules.d/*
|
%{_udevrulesdir}/*
|
||||||
%{_datadir}/dbus-1/interfaces/*.xml
|
%{_datadir}/dbus-1/interfaces/*.xml
|
||||||
%{systemd_dir}/ModemManager.service
|
%{systemd_dir}/ModemManager.service
|
||||||
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
||||||
@ -148,6 +148,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/libmm-glib/*
|
%{_datadir}/gtk-doc/html/libmm-glib/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-2.git20130723
|
||||||
|
- Fix udev rules file paths
|
||||||
|
- Remove 'dia' from BuildRequires
|
||||||
|
|
||||||
* Tue Jul 23 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-1.git20130723
|
* Tue Jul 23 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-1.git20130723
|
||||||
- Update to 1.0.1 release
|
- Update to 1.0.1 release
|
||||||
- Enable QMI support
|
- Enable QMI support
|
||||||
|
Loading…
Reference in New Issue
Block a user