forked from pool/pidgin
Accepting request 538366 from home:pluskalm:branches:network:pidgin
- Explicitly require python2 OBS-URL: https://build.opensuse.org/request/show/538366 OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin?expand=0&rev=8
This commit is contained in:
parent
4cc2e2e1f4
commit
5f603a1b4f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 13:25:45 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Explicitly require python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 22 06:37:17 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -68,7 +68,7 @@ BuildRequires: meanwhile-devel
|
||||
BuildRequires: mozilla-nspr-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: tk-devel
|
||||
BuildRequires: update-desktop-files
|
||||
@ -272,6 +272,9 @@ cp -f %{SOURCE3} %{name}-prefs.xml
|
||||
mv po/my_MM.po po/my.po
|
||||
sed -i "/ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
||||
|
||||
# Do not use env for python sripts
|
||||
sed -i "s|env python|python2|g" libpurple/purple-*
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fstack-protector -fPIC"
|
||||
export CXXFLAGS="%{optflags} -fstack-protector -fPIC"
|
||||
|
Loading…
Reference in New Issue
Block a user