Author: darekr Date: Thu Apr 3 13:23:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix build - added -commas and -include patch - kill obsoleted kde_* redefinitions - _kdedocdir needs 1.129 macros, nfy
---- Files affected: SPECS: kmyirc.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/kmyirc.spec diff -u SPECS/kmyirc.spec:1.7 SPECS/kmyirc.spec:1.8 --- SPECS/kmyirc.spec:1.7 Tue Feb 13 07:46:49 2007 +++ SPECS/kmyirc.spec Thu Apr 3 15:23:04 2008 @@ -3,22 +3,23 @@ Summary(pl.UTF-8): Klient IRC dla KDE Name: kmyirc Version: 0.2.9 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Applications Vendor: Stephan Hermann <[EMAIL PROTECTED]> Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Source0-md5: 8b51f6f064963ce8aa3fec6a6e2ed2b1 Patch0: %{name}-opt.patch +Patch1: %{name}-commas.patch +Patch2: %{name}-include.patch URL: http://www.kmyirc.de/ BuildRequires: autoconf BuildRequires: automake BuildRequires: kdelibs-devel >= 3.0.3 BuildRequires: libjpeg-devel +BuildRequires: rpmbuild(macros) >= 1.129 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _htmldir %{_docdir}/kde/HTML - %description IRC client for KDE. @@ -28,11 +29,11 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build -kde_appsdir="%{_applnkdir}"; export kde_appsdir -kde_htmldir="%{_htmldir}"; export kde_htmldir -kde_icondir="%{_pixmapsdir}"; export kde_icondir +kde_htmldir="%{_kdedocdir}"; export kde_htmldir # don't regenerate am (broken AKA kdevelop-generated) touch aclocal.m4 {,*/,*/*/,*/*/*/,*/*/*/*/}Makefile.in stamp-h.in %{__autoconf} @@ -71,7 +72,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.7 2007-02-13 06:46:49 glen +Revision 1.8 2008-04-03 13:23:04 darekr +- fix build - added -commas and -include patch +- kill obsoleted kde_* redefinitions +- _kdedocdir needs 1.129 macros, nfy + +Revision 1.7 2007/02/13 06:46:49 glen - tabs in preamble Revision 1.6 2007/02/12 00:49:00 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kmyirc.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
