[packages/synce-core] - shebang fixes, release 4
qboosh
qboosh at pld-linux.org
Sun Apr 26 19:26:44 CEST 2020
commit c63858ac01edd01c5f80d667010015619ae7def5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 26 19:26:59 2020 +0200
- shebang fixes, release 4
synce-core.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/synce-core.spec b/synce-core.spec
index dd8eefe..d387622 100644
--- a/synce-core.spec
+++ b/synce-core.spec
@@ -13,7 +13,7 @@ Summary: Connection framework and DCCM implementation for WinCE devices
Summary(pl.UTF-8): Szkielet połączeń oraz implementacja DCCM dla urządzeń WinCE
Name: synce-core
Version: 0.17
-Release: 3
+Release: 4
License: MIT
Group: Applications/System
Source0: http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
@@ -27,6 +27,7 @@ BuildRequires: pkgconfig
BuildRequires: python-Pyrex >= 0.9.6
BuildRequires: python-devel >= 1:2.3
BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: sed >= 4.0
BuildRequires: udev-devel
BuildRequires: udev-glib-devel
Requires: %{name}-lib = %{version}-%{release}
@@ -135,6 +136,11 @@ Ten pakiet zapewnia połączenie poprzez dccm z urządzeniami WinCE.
%prep
%setup -q
+%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
+ bluetooth/synce-udev-bt-ipup.in \
+ dccm/synce-unlock \
+ scripts/{synce-serial,udev-synce-rndis,udev-synce-serial}.in
+
%build
%configure \
DHCLIENTPATH=/sbin/dhclient \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/synce-core.git/commitdiff/c63858ac01edd01c5f80d667010015619ae7def5
More information about the pld-cvs-commit
mailing list