forked from pool/pidgin
This commit is contained in:
parent
228a281568
commit
8425ac4bb3
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user