Author: agaran Date: Sat Sep 9 00:32:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, based on ion.spec, unfinished, WIP
---- Files affected: SPECS: ion3.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ion3.spec diff -u /dev/null SPECS/ion3.spec:1.1 --- /dev/null Sat Sep 9 02:32:21 2006 +++ SPECS/ion3.spec Sat Sep 9 02:32:16 2006 @@ -0,0 +1,204 @@ +# $Revision$, $Date$ +Summary: A tiling tabbed X11 window manager +Summary(pl): Zarządca okien dla X11 +Name: ion +Version: 20060524 +Release: 1 +License: LGPL +Group: X11/Window Managers +Source0: http://modeemi.fi/~tuomov/ion/dl/%{name}-3ds-%{version}.tar.gz +# Source0-md5: d7d98baa41635c1989e423adf76eb2ac +Source1: %{name}.desktop +Source2: %{name}-xsession.desktop +URL: http://iki.fi/tuomov/ion/ +BuildRequires: XFree86-devel +BuildRequires: libltdl-devel +BuildRequires: libtool >= 1.4.3 +BuildRequires: lua50 >= 5.0.2-2 +BuildRequires: lua50-devel >= 5.0.2-2 +#BuildRequires: autoconf +#BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _wmpropsdir /usr/share/wm-properties + +%description +Ion is a keyboard-friendly X11 window manager. It is fast and takes up +little resources. + +%description -l pl +Ion jest zarządcą okien, obsługiwanym prawie wyłącznie z klawiatury. +Jest szybki i zajmuje mało zasobów. + +%prep +%setup -q -n %{name}-3ds-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%configure \ + --disable-static \ + --with-lua-suffix=51 \ + --with-lua-includes=%{_includedir}/lua51 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_datadir}/xsessions,%{_wmpropsdir}} + +%{__make} install \ + MODULEDIR=$RPM_BUILD_ROOT%{_libdir}/ion \ + SHAREDIR=$RPM_BUILD_ROOT%{_datadir}/ion \ + LCDIR=$RPM_BUILD_ROOT%{_libdir}/ion/lc \ + ETCDIR=$RPM_BUILD_ROOT%{_sysconfdir}/ion \ + BINDIR=$RPM_BUILD_ROOT%{_bindir} \ + EXTRABINDIR=$RPM_BUILD_ROOT%{_libdir}/ion \ + MANDIR=$RPM_BUILD_ROOT%{_mandir} \ + DOCDIR=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} \ + LOCALEDIR=$RPM_BUILD_ROOT%{_datadir}/locale + +install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc %{_docdir}/%{name}-%{version} +%dir %{_sysconfdir}/ion +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ion/* +%attr(755,root,root) %{_bindir}/* +%dir %{_libdir}/ion +%attr(755,root,root) %{_libdir}/ion/*.so +%attr(755,root,root) %{_libdir}/ion/ion-statusd +# used (lt_dlopen) +#%{_libdir}/ion/*.la +%attr(755,root,root) %{_libdir}/ion/ion-completefile +%{_libdir}/ion/lc +%dir %{_datadir}/ion +#%{_datadir}/ion/delib.lc +#%{_datadir}/ion/*.lua +%attr(755,root,root) %{_datadir}/ion/ion-* +#%{_datadir}/ion/welcome_message.txt +%{_datadir}/xsessions/%{name}.desktop +%{_wmpropsdir}/ion.desktop +%{_mandir}/man1/* + +%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.1 2006/09/09 00:32:16 agaran +- new, based on ion.spec, unfinished, WIP + +Revision 1.32 2005/12/04 22:58:06 glen +- adapterized (sorted %verify flags) + +Revision 1.31 2004/10/26 19:42:40 qboosh +- don't package useless *.a, unified .la perms, BR libtool >= 1.4.3 + +Revision 1.30 2004/10/25 19:41:10 jack +- updated to 20040729 - thx pocek(at)post(dot)pl + +Revision 1.29 2004/04/10 15:40:10 qboosh +- added va patch, lib64 fixes; release 5 + +Revision 1.28 2004/03/28 17:57:21 wolf +- require cooperative lua50 +- rel 4 + +Revision 1.27 2004/03/04 15:00:46 gotar +- added missing %{_libdir}/ion-devel to the package contents + +Revision 1.26 2004/03/04 14:55:35 gotar +- removed unfinished (or rather fucked up by misi3k on upgrade) no_devel + patch, anyway it was quite useless and inconsequent (in ~/ and /usr/), +- BR: libltdl-devel, +- updated URL, +- release 3. + +Revision 1.25 2003/09/28 22:54:00 adgor +- Added desktop file for gdm/kdm support + +Revision 1.24 2003/05/28 12:59:11 malekith +- massive attack: source-md5 + +Revision 1.23 2003/05/25 05:48:56 misi3k +- massive attack s/pld.org.pl/pld-linux.org/ + +Revision 1.22 2003/04/25 18:21:25 misi3k +- rel 2 +- added BR: lua50-devel +- fix %%doc + +Revision 1.21 2003/04/06 17:49:13 misi3k +- updated to 20030327 + +Revision 1.20 2003/03/21 21:09:49 misi3k +updated to 20030311-1 + +Revision 1.19 2003/02/25 22:35:09 misi3k +- updated to devel-20030225 +- changed install prefix to /usr + +Revision 1.18 2003/02/17 15:05:21 qboosh +- changed _wmpropsdir to _prefix-independent location (/usr/share/wm-properties) + +Revision 1.17 2003/02/15 20:43:48 misi3k +- update to 20030131 + +Revision 1.16 2003/01/18 22:51:59 juandon +- removed two lines with define + +Revision 1.15 2002/11/25 01:41:21 ankry +Massive attack: +- s/man[ea]d[zż][ae]r/zarządca/g +- (some) new %%doc + +Revision 1.14 2002/10/29 23:53:16 filon +- changed optflags to rpmcflags, it is needed for debug builds + +Revision 1.13 2002/10/28 21:47:05 filon +- fixed release and source adress + +Revision 1.12 2002/10/28 21:40:16 filon +- updated to last devel snapshot (stable is not developed) +- added patches OPT, edit (for running vim on edit) and no_devel +- cosmetics, STBR + +Revision 1.11 2002/07/15 09:27:05 marcus +- fixed building on ppc +- use new %%doc +- rel.2. + +Revision 1.10 2002/04/25 16:36:53 arturs +fixed a small typo + +Revision 1.9 2002/03/20 07:36:57 migo +- up to 20020207 + +Revision 1.8 2002/02/22 23:29:04 kloczek +- removed all Group fields translations (our rpm now can handle translating + Group field using gettext). + +Revision 1.7 2002/02/02 08:14:46 kloczek +- typo. + +Revision 1.6 2002/02/02 08:13:45 kloczek +- added desktop file and few cosmetics. + +Revision 1.5 2002/01/31 11:42:07 migo +- up to 20020120 (trivial) + +Revision 1.4 2002/01/18 02:13:20 kloczek +perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" + +Revision 1.3 2001/11/03 23:32:19 saq +- up to 20010523 + +Revision 1.2 2001/05/13 04:52:59 kloczek +- adapterized and some cosmetics. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
