]> git.pld-linux.org Git - packages/ModemManager.git/blame - ModemManager.spec
Release 2
[packages/ModemManager.git] / ModemManager.spec
CommitLineData
c5ed0433
MB
1#
2# Conditional build:
3%bcond_without apidocs # don't build API documentation
4#
16e59ac6 5Summary: Mobile broadband modem management service
30689186 6Summary(pl.UTF-8): Usługa zarządzająca szerokopasmowymi modemami komórkowymi
16e59ac6 7Name: ModemManager
c5ed0433 8Version: 1.0.0
e2b2ddf6 9Release: 2
30689186 10License: GPL v2+
16e59ac6 11Group: Networking
c5ed0433
MB
12Source0: http://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
13# Source0-md5: bb59fda111d8e1038b02ed7e57efe83a
14URL: http://www.freedesktop.org/wiki/Software/ModemManager
15BuildRequires: autoconf >= 2.63
16e59ac6 16BuildRequires: automake >= 1:1.9
e00e2a46 17BuildRequires: gettext-devel >= 0.17
c5ed0433
MB
18BuildRequires: glib2-devel >= 1:2.32.0
19BuildRequires: gtk-doc
20BuildRequires: intltool >= 0.40.0
21BuildRequires: libmbim-devel >= 1.4
22BuildRequires: libqmi-devel >= 1.4
30689186 23BuildRequires: libtool >= 2:2.2
16e59ac6 24BuildRequires: pkgconfig
c5ed0433 25BuildRequires: polkit-devel >= 0.97
db905a16 26BuildRequires: ppp-plugin-devel >= 3:2.4.5
9ede919e 27BuildRequires: tar >= 1:1.22
e00e2a46 28BuildRequires: udev-glib-devel >= 1:147
9ede919e 29BuildRequires: xz
c5ed0433
MB
30Requires(post,preun,postun): systemd-units
31Requires: %{name}-libs = %{version}-%{release}
32Requires: glib2 >= 1:2.32.0
9ede919e 33Requires: hicolor-icon-theme
e00e2a46
JB
34Requires: libmbim >= 1.4
35Requires: libqmi >= 1.4
c5ed0433 36Requires: polkit >= 0.97
e00e2a46 37Requires: udev-glib >= 1:147
16e59ac6
MB
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41The ModemManager service provides a consistent API to operate many
42different modems, including mobile broadband (3G) devices.
43
30689186
JB
44%description -l pl.UTF-8
45Usługa ModemManager zapewnia spójne API do obsługi wielu różnych
46modemów, w tym szerokopasmowych modemów komórkowych (3G).
47
c5ed0433
MB
48%package libs
49Summary: Library to control and monitor the ModemManager
50Summary(pl.UTF-8): Biblioteka do sterowania i monitorowania ModemManagera
51Group: Libraries
52Requires: glib2 >= 1:2.32.0
53
54%description libs
55This package provides library to control and monitor the ModemManager.
56
57%description libs -l pl.UTF-8
58Ten pakiet dostarcza bibliotekę do sterowania i monitorowania
59ModemManagera.
60
30689186
JB
61%package devel
62Summary: Header file defining ModemManager D-Bus interface
63Summary(pl.UTF-8): Plik nagłówkowy opisujący interfejs D-Bus ModemManagera
64Group: Development/Libraries
c5ed0433
MB
65Requires: %{name}-libs = %{version}-%{release}
66Requires: glib2-devel >= 1:2.32.0
30689186
JB
67
68%description devel
69Header file defining ModemManager D-Bus interface.
70
71%description devel -l pl.UTF-8
72Plik nagłówkowy opisujący interfejs D-Bus ModemManagera.
73
c5ed0433
MB
74%package apidocs
75Summary: API documentation for ModemManager
76Summary(pl.UTF-8): Dokumentacja API ModemManagera
77Group: Documentation
78Requires: gtk-doc-common
79
80%description apidocs
81API documentation for ModemManager.
82
83%description apidocs -l pl.UTF-8
84Dokumentacja API biblioteki ModemManagera.
85
16e59ac6
MB
86%prep
87%setup -q
88
89%build
90%{__libtoolize}
55351b05 91%{__aclocal} -I m4
16e59ac6
MB
92%{__autoconf}
93%{__autoheader}
94%{__automake}
bac17c7e 95%configure \
c5ed0433 96 %{__enable_disable apidocs gtk-doc} \
30689186
JB
97 --disable-silent-rules \
98 --disable-static \
99 --enable-more-warnings \
c5ed0433
MB
100 --with-html-dir=%{_gtkdocdir} \
101 --with-polkit
16e59ac6
MB
102%{__make}
103
104%install
105rm -rf $RPM_BUILD_ROOT
106
107%{__make} install \
108 DESTDIR=$RPM_BUILD_ROOT
109
c5ed0433 110%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
30689186 111%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
16e59ac6
MB
112
113%clean
114rm -rf $RPM_BUILD_ROOT
115
9ede919e
MB
116%post
117%update_icon_cache hicolor
c5ed0433
MB
118%systemd_service_enable ModemManager.service
119
120%preun
121%systemd_preun ModemManager.service
9ede919e
MB
122
123%postun
124%update_icon_cache hicolor
c5ed0433
MB
125%systemd_reload
126
127%post libs -p /sbin/ldconfig
128%postun libs -p /sbin/ldconfig
9ede919e 129
16e59ac6
MB
130%files
131%defattr(644,root,root,755)
132%doc AUTHORS ChangeLog NEWS README
c5ed0433
MB
133%attr(755,root,root) %{_bindir}/mmcli
134%attr(755,root,root) %{_sbindir}/ModemManager
16e59ac6 135%dir %{_libdir}/ModemManager
c5ed0433 136%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-altair-lte.so
4749311e 137%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-anydata.so
618d8cda 138%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-cinterion.so
4749311e
ER
139%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-generic.so
140%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-gobi.so
141%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-hso.so
142%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-huawei.so
618d8cda 143%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-iridium.so
b632cd74 144%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-linktop.so
4749311e
ER
145%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-longcheer.so
146%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-mbm.so
c5ed0433
MB
147%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-motorola.so
148%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-nokia-icera.so
4749311e 149%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-nokia.so
c5ed0433 150%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-novatel-lte.so
4749311e
ER
151%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-novatel.so
152%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-option.so
c5ed0433 153%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-pantech.so
b632cd74 154%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-samsung.so
4749311e
ER
155%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-sierra.so
156%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-simtech.so
c5ed0433 157%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-telit.so
6543604b 158%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-via.so
b632cd74
JP
159%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-wavecom.so
160%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-x22x.so
4749311e 161%attr(755,root,root) %{_libdir}/%{name}/libmm-plugin-zte.so
16e59ac6 162/lib/udev/rules.d/77-mm-ericsson-mbm.rules
c5ed0433 163/lib/udev/rules.d/77-mm-huawei-net-port-types.rules
16e59ac6 164/lib/udev/rules.d/77-mm-longcheer-port-types.rules
9ede919e 165/lib/udev/rules.d/77-mm-nokia-port-types.rules
55351b05
MB
166/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules
167/lib/udev/rules.d/77-mm-platform-serial-whitelist.rules
168/lib/udev/rules.d/77-mm-simtech-port-types.rules
169/lib/udev/rules.d/77-mm-usb-device-blacklist.rules
c5ed0433 170/lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules
b632cd74 171/lib/udev/rules.d/77-mm-x22x-port-types.rules
16e59ac6 172/lib/udev/rules.d/77-mm-zte-port-types.rules
b632cd74 173/lib/udev/rules.d/80-mm-candidate.rules
c5ed0433
MB
174%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf
175%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Bearer.xml
176%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Firmware.xml
177%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Location.xml
178%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Messaging.xml
179%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
180%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
181%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
182%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Simple.xml
183%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Time.xml
184%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.xml
185%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Sim.xml
186%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.Sms.xml
187%{_datadir}/dbus-1/interfaces/org.freedesktop.ModemManager1.xml
188%{_datadir}/dbus-1/interfaces/wip-org.freedesktop.ModemManager1.Modem.Contacts.xml
189%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
190%{_datadir}/polkit-1/actions/org.freedesktop.ModemManager1.policy
55351b05 191%{_iconsdir}/hicolor/*/apps/*.png
c5ed0433
MB
192%{_mandir}/man8/ModemManager.8*
193%{_mandir}/man8/mmcli.8*
194%{systemdunitdir}/ModemManager.service
195
196%files libs
197%defattr(644,root,root,755)
198%attr(755,root,root) %{_libdir}/libmm-glib.so.*.*.*
199%attr(755,root,root) %ghost %{_libdir}/libmm-glib.so.0
30689186
JB
200
201%files devel
202%defattr(644,root,root,755)
c5ed0433
MB
203%attr(755,root,root) %{_libdir}/libmm-glib.so
204%{_includedir}/ModemManager
205%{_includedir}/libmm-glib
206%{_pkgconfigdir}/ModemManager.pc
207%{_pkgconfigdir}/mm-glib.pc
208
209%files apidocs
210%defattr(644,root,root,755)
211%{_gtkdocdir}/ModemManager
212%{_gtkdocdir}/libmm-glib
This page took 0.058868 seconds and 4 git commands to generate.