SHA256
1
0
forked from pool/pidgin
Alexei Sorokin 2017-11-07 11:21:38 +00:00 committed by Git OBS Bridge
parent 228a281568
commit 8425ac4bb3
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 7 11:10:25 UTC 2017 - sor.alexei@meowr.ru
- Correct the licence to GPL-2.0.
-------------------------------------------------------------------
Thu Nov 2 13:25:45 UTC 2017 - mpluskal@suse.com

View File

@ -21,7 +21,7 @@ Name: pidgin
Version: 2.12.0
Release: 0
Summary: Multiprotocol Instant Messaging Client
License: GPL-2.0+
License: GPL-2.0
Group: Productivity/Networking/Instant Messenger
Url: https://pidgin.im/
Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
@ -276,8 +276,8 @@ 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-*
# Do not use env for python sripts.
sed -i '/^#!/s|env python$|python2|' libpurple/purple-*
%build
export CFLAGS="%{optflags} -fstack-protector -fPIC"