automatic version update by autodist [release 3.18.1-1mamba;Sun Nov 04 2018]
This commit is contained in:
parent
1da075c4d3
commit
5117d55b81
16
gpsd.spec
16
gpsd.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 3.16
|
Version: 3.18.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A service daemon that monitors one or more GPSes attached to a host computer
|
Summary: A service daemon that monitors one or more GPSes attached to a host computer
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -86,7 +86,7 @@ This package contains the QT binding library for libgps.
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
scons prefix=%{_prefix} libdir=%{_lib}
|
scons prefix=%{_prefix} libdir=%{_lib} python_libdir=%{python_sitelib}
|
||||||
|
|
||||||
#% configure
|
#% configure
|
||||||
#%if "%{_build}" != "%{_host}"
|
#%if "%{_build}" != "%{_host}"
|
||||||
@ -107,9 +107,9 @@ scons install prefix=%{_prefix} libdir=%{_lib}
|
|||||||
%{_sbindir}/gpsd
|
%{_sbindir}/gpsd
|
||||||
%{_sbindir}/gpsdctl
|
%{_sbindir}/gpsdctl
|
||||||
%if "%{_build}" == "%{_host}"
|
%if "%{_build}" == "%{_host}"
|
||||||
%{python_sitearch}/gps*
|
#%{python_sitearch}/gps*
|
||||||
%else
|
%else
|
||||||
%exclude %{python_sitearch}/gps*
|
#%exclude %{python_sitearch}/gps*
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
@ -118,6 +118,9 @@ scons install prefix=%{_prefix} libdir=%{_lib}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgps.so.*
|
%{_libdir}/libgps.so.*
|
||||||
#%{_libdir}/libgpsd.so.*
|
#%{_libdir}/libgpsd.so.*
|
||||||
|
%{python27_sitelib}/gps-*.egg-info
|
||||||
|
%dir %{python27_sitelib}/gps*
|
||||||
|
%{python27_sitelib}/gps/*
|
||||||
|
|
||||||
%files -n libgps-devel
|
%files -n libgps-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -129,7 +132,7 @@ scons install prefix=%{_prefix} libdir=%{_lib}
|
|||||||
#%{_libdir}/libgpsd.la
|
#%{_libdir}/libgpsd.la
|
||||||
#%{_libdir}/libgpsd.so
|
#%{_libdir}/libgpsd.so
|
||||||
%{_libdir}/pkgconfig/libgps.pc
|
%{_libdir}/pkgconfig/libgps.pc
|
||||||
%{_libdir}/pkgconfig/libgpsd.pc
|
#%{_libdir}/pkgconfig/libgpsd.pc
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
@ -144,6 +147,9 @@ scons install prefix=%{_prefix} libdir=%{_lib}
|
|||||||
%{_libdir}/pkgconfig/Qgpsmm.pc
|
%{_libdir}/pkgconfig/Qgpsmm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 04 2018 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 11 2016 Automatic Build System <autodist@mambasoft.it> 3.16-1mamba
|
* Mon Jan 11 2016 Automatic Build System <autodist@mambasoft.it> 3.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user