Author: duddits Date: Thu Feb 18 10:34:15 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.3.1 - ac.patch updated - plugins_header.patch (missing DESTDIR) - %configure options updated - new plugins - %files
---- Files affected: packages/weechat: weechat.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/weechat/weechat.spec diff -u packages/weechat/weechat.spec:1.18 packages/weechat/weechat.spec:1.19 --- packages/weechat/weechat.spec:1.18 Thu Mar 26 11:20:34 2009 +++ packages/weechat/weechat.spec Thu Feb 18 11:34:09 2010 @@ -16,14 +16,15 @@ Summary: WeeChat - fast and light chat environment Summary(pl.UTF-8): WeeChat - szybkie i lekkie środowisko do rozmów Name: weechat -Version: 0.2.6.1 +Version: 0.3.1 Release: 1 License: GPL v3+ Group: X11/Applications -Source0: http://weechat.flashtux.org/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 6cf818482feb6a6ef90b70694d25c7e9 +Source0: http://www.weechat.org/files/src/%{name}-%{version}.tar.gz +# Source0-md5: 748c6b5ec600cdb28224e90b6d8efd3b Patch0: %{name}-ac.patch -URL: http://weechat.flashtux.org/ +Patch1: %{name}-plugins_header.patch +URL: http://www.weechat.org/ %{?with_aspell:BuildRequires: aspell-devel} BuildRequires: autoconf BuildRequires: automake @@ -75,6 +76,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 sed -i -e 's#PYTHON_LIB=.*#PYTHON_LIB=%{_libdir}#g' configure.in %build @@ -87,11 +89,7 @@ --enable-libsuffix=64 \ %endif --enable-threads=posix \ - --with-doc-xsl-prefix=%{_datadir}/sgml/docbook/xsl-stylesheets \ - --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ --disable-static \ - --enable-plugins \ - --with-qt-libraries=%{_libdir} \ --%{?with_qt:en}%{!?with_qt:dis}able-qt \ --enable-ncurses \ --%{?with_aspell:en}%{!?with_aspell:dis}able-aspell \ @@ -105,14 +103,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man1 %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -rf html-doc -mv $RPM_BUILD_ROOT%{_datadir}/doc/weechat html-doc - rm -f $RPM_BUILD_ROOT%{_libdir}/weechat/plugins/*.la +cp doc/weechat-curses.1 $RPM_BUILD_ROOT%{_mandir}/man1 %find_lang %{name} @@ -132,16 +129,24 @@ %files common -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS BUGS FAQ NEWS README TODO -%doc html-doc/* +%doc AUTHORS ChangeLog NEWS README UPGRADE_0.3 +%dir %{_includedir}/weechat %dir %{_libdir}/weechat %dir %{_libdir}/weechat/plugins +%{_includedir}/weechat/weechat-plugin.h +%attr(755,root,root) %{_libdir}/weechat/plugins/alias.so* %attr(755,root,root) %{_libdir}/weechat/plugins/aspell.so* %attr(755,root,root) %{_libdir}/weechat/plugins/charset.so* +%attr(755,root,root) %{_libdir}/weechat/plugins/fifo.so* +%attr(755,root,root) %{_libdir}/weechat/plugins/irc.so* +%attr(755,root,root) %{_libdir}/weechat/plugins/logger.so* %attr(755,root,root) %{_libdir}/weechat/plugins/lua.so* %attr(755,root,root) %{_libdir}/weechat/plugins/perl.so* %attr(755,root,root) %{_libdir}/weechat/plugins/python.so* %attr(755,root,root) %{_libdir}/weechat/plugins/ruby.so* +%attr(755,root,root) %{_libdir}/weechat/plugins/tcl.so* +%attr(755,root,root) %{_libdir}/weechat/plugins/xfer.so* +%{_pkgconfigdir}/weechat.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -149,6 +154,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2010/02/18 10:34:09 duddits +- up to 0.3.1 +- ac.patch updated +- plugins_header.patch (missing DESTDIR) +- %configure options updated +- new plugins +- %files + Revision 1.18 2009/03/26 10:20:34 duddits - up to 0.2.6.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/weechat/weechat.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
