SPECS: weechat.spec - libtoolize, automake helps building with libtool2 - d...

lkrotowski lkrotowski at pld-linux.org
Sat Jun 7 22:55:17 CEST 2008


Author: lkrotowski                   Date: Sat Jun  7 20:55:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libtoolize, automake helps building with libtool2
- do not expect gtk sub-package when building without gtk

---- Files affected:
SPECS:
   weechat.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/weechat.spec
diff -u SPECS/weechat.spec:1.12 SPECS/weechat.spec:1.13
--- SPECS/weechat.spec:1.12	Fri Mar 14 23:26:37 2008
+++ SPECS/weechat.spec	Sat Jun  7 22:55:12 2008
@@ -72,8 +72,10 @@
 sed -i -e 's#PYTHON_LIB=.*#PYTHON_LIB=%{_libdir}#g' configure.in
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__automake}
 %configure \
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
@@ -116,9 +118,11 @@
 %attr(755,root,root) %{_bindir}/weechat-curses
 %{_mandir}/man1/weechat-curses.1*
 
+%if %{with gtk}
 %files gtk
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/weechat-gtk
+%endif
 
 %files common -f %{name}.lang
 %defattr(644,root,root,755)
@@ -139,6 +143,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-06-07 20:55:12  lkrotowski
+- libtoolize, automake helps building with libtool2
+- do not expect gtk sub-package when building without gtk
+
 Revision 1.12  2008-03-14 22:26:37  arekm
 - gtk UI added; qt gui doesn't exist
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/weechat.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list