forked from pool/pidgin
This commit is contained in:
parent
9bf1f9d1df
commit
8900442625
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 19:34:19 CET 2008 - maw@suse.de
|
||||
|
||||
- Fix the build when against newer versions of intltool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 13:30:23 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Release: 4
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Url: http://www.pidgin.im/
|
||||
@ -717,6 +717,7 @@ export LDFLAGS="-pie"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing"
|
||||
%endif
|
||||
ACLOCAL="aclocal -I m4macros" autoreconf -f -i
|
||||
intltoolize --force
|
||||
%configure\
|
||||
--disable-static\
|
||||
--enable-plugins\
|
||||
@ -870,6 +871,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/gnt.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 06 2008 maw@suse.de
|
||||
- Fix the build when against newer versions of intltool.
|
||||
* Mon Mar 03 2008 sbrabec@suse.cz
|
||||
- Update to version 2.4.0:
|
||||
- Backend
|
||||
|
Loading…
Reference in New Issue
Block a user