Author: djurban Date: Thu Feb 17 17:59:11 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - adapterized, pslib BR - I desperately need the sed line for removing libtool entries of X11* from /usr/lib/*.la (mail/jabber/irc me)
---- Files affected: SPECS: yzis.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/yzis.spec diff -u SPECS/yzis.spec:1.4 SPECS/yzis.spec:1.5 --- SPECS/yzis.spec:1.4 Thu Feb 17 18:06:31 2005 +++ SPECS/yzis.spec Thu Feb 17 18:59:06 2005 @@ -1,11 +1,11 @@ # $Revision$, $Date$ -Summary: yzis is a vim-like editor +Summary: yzis is a vim-like editor Summary(pl): yzis to edytor podobny do vima Name: yzis Version: M3 Release: 1 License: GPL -Group: Applications/Editors/Vim +Group: Applications/Editors Source0: http://yzis.org.free.fr/releases/%{name}-%{version}.tar.bz2 # Source0-md5: 7e2d41776aa419a2bfe10ec6e69cf767 URL: http://www.yzis.org/ @@ -16,10 +16,14 @@ BuildRequires: unsermake >= 040805 BuildRequires: lua50-devel BuildRequires: libmagic-devel +BuildRequires: pslib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Kyzis is a vim-like editor fully rewritten from scratch based on the yzis framework. It already features multibuffer, syntax highlighting, basic vim commands. Yzis also comes with a nice console mode application and also features: +yzis is a vim-like editor fully rewritten from scratch based on the +yzis framework. It already features multibuffer, syntax highlighting, +basic vim commands. Yzis also comes with a nice console mode +application and also features: - right-to-left support - text completion support - search bugfixes and improvements: n, N, *, g*, #, g# @@ -30,7 +34,7 @@ %description -l pl -Kyzis to podobny do vima edytor oparty na technologii yzis. Oferuje: +yzis to podobny do vima edytor oparty na technologii yzis. Oferuje: - obsługę wielu buforów - podświetlanie składni - wsparcie dla poleceń vima @@ -38,15 +42,19 @@ - dopełnianie tekstu - obsługę makr i wcięć + + %prep #setup -q -n %{name} %setup -q %build -cp -f /usr/share/automake/config.sub admin -export UNSERMAKE=/usr/share/unsermake/unsermake -%{__make} -f admin/Makefile.common cvs +cp -f %{_datadir}/automake/config.sub admin +#export UNSERMAKE=%{_datadir}/unsermake/unsermake +#{__make} -f admin/Makefile.common cvs + +export CPPFLAGS="-I/usr/include/ncurses %{rpmcflags}" %configure \ %if "%{_lib}" == "lib64" --enable-libsuffix=64 \ @@ -55,6 +63,7 @@ --with-qt-libraries=%{_libdir} \ --with-lua-includes=%{_includedir}/lua50 + %{__make} %install @@ -87,6 +96,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/02/17 17:59:06 djurban +- adapterized, pslib BR +- I desperately need the sed line for removing libtool entries of X11* + from /usr/lib/*.la (mail/jabber/irc me) + Revision 1.4 2005/02/17 17:06:31 djurban - libmagic includes @@ -99,44 +113,3 @@ Revision 1.1 2005/02/17 16:53:20 djurban - initial, NFY gimme a sec -Revision 1.13 2005/01/16 16:09:48 glen -- %find_lang sample -- more complete %files -- set %{_desktopdir} in %install - -Revision 1.12 2004/11/02 21:08:44 qboosh -- formatting - -Revision 1.11 2004/11/01 16:05:04 djurban -- DL - -Revision 1.10 2004/09/02 20:32:01 qboosh -- _kdedocdir requires macros 1.129 - -Revision 1.9 2004/08/11 14:13:39 djurban -- bump minimal unsermake req - -Revision 1.8 2004/07/12 19:00:47 djurban -- use admin/Makefile.common (this way it works when no Makefile.cvs -- add a second %setup (commented) for snaps - -Revision 1.7 2004/06/19 14:47:39 qboosh -- sorted BRs - -Revision 1.6 2004/06/10 20:04:38 ankry -- spaces -> tab - -Revision 1.5 2004/06/10 14:26:00 djurban -- be kosher - -Revision 1.4 2004/06/04 14:22:31 djurban -- fix amd64 build - -Revision 1.3 2004/05/15 13:20:37 qboosh -- cleanups, removed R: kdelibs (autogenerated if package uses kdelibs) - -Revision 1.2 2004/05/14 20:03:22 ankry -- spaces -> tabs - -Revision 1.1 2004/05/14 19:13:27 djurban -- template for apps using kde buildsystem ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yzis.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
