Accepting request 95123 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/95123 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=70
This commit is contained in:
parent
d92fad9c17
commit
93f07dac56
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 16:27:13 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 15 12:21:55 UTC 2011 - andrea.turrini@gmail.com
|
Sat Oct 15 12:21:55 UTC 2011 - andrea.turrini@gmail.com
|
||||||
|
|
||||||
|
22
gpsd.spec
22
gpsd.spec
@ -15,20 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: gpsd
|
Name: gpsd
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
License: BSD3c(or similar)
|
License: BSD-3-Clause
|
||||||
Url: http://gpsd.berlios.de/
|
Url: http://gpsd.berlios.de/
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Version: 2.96
|
Version: 2.96
|
||||||
Release: 5
|
Release: 0
|
||||||
%define libgps libgps20
|
%define libgps libgps20
|
||||||
Requires: udev
|
Requires: udev
|
||||||
PreReq: coreutils %fillup_prereq
|
PreReq: coreutils %fillup_prereq
|
||||||
BuildRequires: gcc-c++ ncurses-devel python-devel udev update-desktop-files xmlto xorg-x11-devel xorg-x11-libXpm-devel
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: udev
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: xmlto
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
|
BuildRequires: xorg-x11-libXpm-devel
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -82,7 +87,6 @@ Authors:
|
|||||||
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar)
|
|
||||||
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -109,7 +113,6 @@ Authors:
|
|||||||
|
|
||||||
|
|
||||||
%package -n libgps20
|
%package -n libgps20
|
||||||
License: BSD3c(or similar)
|
|
||||||
Summary: Shared library for GPS applications
|
Summary: Shared library for GPS applications
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
|
||||||
@ -131,7 +134,6 @@ Authors:
|
|||||||
|
|
||||||
|
|
||||||
%package -n python-gpsd
|
%package -n python-gpsd
|
||||||
License: BSD3c(or similar)
|
|
||||||
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -154,9 +156,7 @@ Authors:
|
|||||||
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
License: BSD3c(or similar)
|
|
||||||
Summary: Clients for gpsd with an X interface
|
Summary: Clients for gpsd with an X interface
|
||||||
Group: Hardware/Other
|
|
||||||
Requires: python-gtk
|
Requires: python-gtk
|
||||||
|
|
||||||
%description clients
|
%description clients
|
||||||
|
Loading…
x
Reference in New Issue
Block a user