Author: glen Date: Mon Mar 19 20:09:08 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - skip auto* regeneration, auto* not patched and screws up po generation (gets into loop)
---- Files affected: SPECS: dc_gui.spec (1.74.2.1 -> 1.74.2.2) ---- Diffs: ================================================================ Index: SPECS/dc_gui.spec diff -u SPECS/dc_gui.spec:1.74.2.1 SPECS/dc_gui.spec:1.74.2.2 --- SPECS/dc_gui.spec:1.74.2.1 Sun Mar 18 16:45:10 2007 +++ SPECS/dc_gui.spec Mon Mar 19 21:09:03 2007 @@ -3,7 +3,7 @@ Summary(pl): GUI do dctc (Direct Connect) Name: dc_gui Version: 0.80 -Release: 7 +Release: 8 License: GPL Group: X11/Applications/Networking Source0: http://ac2i.homelinux.com/dctc/%{name}2-%{version}.tar.gz @@ -11,14 +11,13 @@ Patch0: %{name}-home_etc.patch Patch1: %{name}-desktop.patch URL: http://ac2i.homelinux.com/dctc/ -BuildRequires: autoconf -BuildRequires: automake BuildRequires: db-devel BuildRequires: dctc >= 0.85.8 BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.2 BuildRequires: intltool BuildRequires: libgnomeui-devel +BuildRequires: rpmbuild(macros) >= 1.198 Requires: dctc >= 0.85.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -34,13 +33,6 @@ %patch1 -p1 %build -rm -f missing -glib-gettextize --copy --force -intltoolize --copy --force -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__automake} %configure %{__make} @@ -71,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.74.2.2 2007/03/19 20:09:03 glen +- skip auto* regeneration, auto* not patched and screws up po generation (gets into loop) + Revision 1.74.2.1 2007/03/18 15:45:10 glen - rel 7 (curl) @@ -194,7 +189,7 @@ - updated to 0.59 Revision 1.36 2002/06/23 20:52:48 kloczek -perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/" +- perl -pi -e "s/^gettextize --copy --force/\%\{__gettextize\}/" Revision 1.35 2002/06/09 15:03:01 jojoro - updated to 0.58 @@ -206,9 +201,9 @@ - update to 0.57 Revision 1.32 2002/05/21 23:12:47 kloczek -perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ +- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ - s/^autoconf/\%\{__autoconf\}/" + s/^autoconf/\%\{__autoconf\}/" Revision 1.31 2002/05/14 06:16:10 jojoro - updated to 0.56 @@ -223,7 +218,7 @@ - updated to 0.55 Revision 1.27 2002/04/25 16:09:51 arturs -fixed a small typo +- fixed a small typo Revision 1.26 2002/03/24 23:04:09 misiek - updated to 0.50 @@ -236,16 +231,16 @@ - added desktop file Revision 1.23 2002/03/11 02:27:24 jack -Updated to 0.74 dctc and 0.48 dc_gui - build and work ok +- Updated to 0.74 dctc and 0.48 dc_gui - build and work ok Revision 1.22 2002/03/05 20:17:01 jack -This version requires a DCTC version 0.73 or above. (http://ac2i.tzo.com/dctc/) +- This version requires a DCTC version 0.73 or above. (http://ac2i.tzo.com/dctc/) Revision 1.21 2002/03/05 18:16:43 filon - updated to 0.47 Revision 1.20 2002/02/28 17:27:39 jack -Updated - builds and works. +- Updated - builds and works. Revision 1.19 2002/02/22 23:28:47 kloczek - removed all Group fields translations (our rpm now can handle translating @@ -264,7 +259,7 @@ - updated to 0.41 Revision 1.14 2002/01/18 02:12:40 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.13 2002/01/13 11:13:26 misiek BR: dctc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dc_gui.spec?r1=1.74.2.1&r2=1.74.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
