automatic update by autodist [release 1.2.0-1mamba;Mon Jun 23 2014]
This commit is contained in:
parent
9470c880ec
commit
83e908548e
@ -1,8 +1,8 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: ModemManager
|
||||
Epoch: 1
|
||||
Version: 1.0.0
|
||||
Release: 3mamba
|
||||
Version: 1.2.0
|
||||
Release: 1mamba
|
||||
Summary: Provides a DBus interface to communicate with mobile broadband (GSM, CDMA, UMTS, …) cards
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
@ -59,6 +59,8 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -78,7 +80,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
|
||||
%{_bindir}/mmcli
|
||||
@ -87,6 +89,7 @@ exit 0
|
||||
/lib/udev/rules.d/80-mm-candidate.rules
|
||||
%{_sbindir}/ModemManager
|
||||
%{_libdir}/libmm-glib.so.*
|
||||
%{_libdir}/girepository-1.0/ModemManager-1.0.typelib
|
||||
%dir %{_libdir}/ModemManager
|
||||
%{_libdir}/ModemManager/libmm-*
|
||||
%{_datadir}/dbus-1/interfaces/*
|
||||
@ -104,6 +107,9 @@ exit 0
|
||||
%{_includedir}/ModemManager/ModemManager*.h
|
||||
%dir %{_includedir}/libmm-glib
|
||||
%{_includedir}/libmm-glib/*.h
|
||||
%{_datadir}/gir-1.0/ModemManager-1.0.gir
|
||||
%{_datadir}/vala/vapi/libmm-glib.deps
|
||||
%{_datadir}/vala/vapi/libmm-glib.vapi
|
||||
%{_libdir}/libmm-glib.a
|
||||
%{_libdir}/libmm-glib.la
|
||||
%{_libdir}/libmm-glib.so
|
||||
@ -111,6 +117,9 @@ exit 0
|
||||
%{_libdir}/pkgconfig/mm-glib.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jan 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-3mamba
|
||||
- rebuilt with libqmi 1.8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user