Author: lisu Date: Mon Jan 22 22:32:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.0.3 - build with ./configure - auto* macros are not supported in this version - no international files in this version - cosmetics
---- Files affected: SPECS: eboard.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/eboard.spec diff -u SPECS/eboard.spec:1.6 SPECS/eboard.spec:1.7 --- SPECS/eboard.spec:1.6 Thu Dec 9 12:30:01 2004 +++ SPECS/eboard.spec Mon Jan 22 23:31:58 2007 @@ -2,12 +2,12 @@ Summary: GTK+ chess board interface for ICS and chess engines Summary(pl): Interfejs GTK+ do szachowych programów i serwerów Name: eboard -Version: 0.9.0 +Version: 1.0.3 Release: 0.1 -License: GPL +License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -# Source0-md5: 2ef8e080aebde8d8de270f5335fcb8be +# Source0-md5: 833e656549d9fd9191e51b08005633e3 URL: http://eboard.sourceforge.net/index.html BuildRequires: autoconf BuildRequires: automake @@ -33,17 +33,12 @@ %prep %setup -q -# it_IT.po is just a copy of it.po -sed -e 's/^C\(XX\)\?FLAGS=.*//;s/it it_IT/it/' configure.in > configure.in.tmp -mv -f configure.in.tmp configure.in - +#I think it can be do better %build -%{__gettextize} -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} -%configure +./configure \ + --prefix="%{_prefix}" \ + --compiler="%{__cxx}" \ + --man-prefix="%{_mandir}" %{__make} %install @@ -52,23 +47,29 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} - %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man[16]/* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/01/22 22:31:58 lisu +- 1.0.3 +- build with ./configure +- auto* macros are not supported in this version +- no international files in this version +- cosmetics + Revision 1.6 2004/12/09 11:30:01 paladine - spaces->tabs - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eboard.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
