]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- based on rev. 1.46 of lesstif spec
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 23 Sep 2001 16:29:41 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed avoiding relinking
- changes in files, etc
- cosmetics, simplifications, etc
- version 9.0.9

Changed files:
    Xbae.spec -> 1.1

Xbae.spec [new file with mode: 0644]

diff --git a/Xbae.spec b/Xbae.spec
new file mode 100644 (file)
index 0000000..57acecc
--- /dev/null
+++ b/Xbae.spec
@@ -0,0 +1,130 @@
+Summary:       The XbaeMatrix is a Motif-based widget which displays a grid of cells
+Summary(pl):   XbaeMatrix jest motifowym widgetem wy¶wietlaj±cym tabelki
+Copyright:     Bell Communications Research (distributable)
+Name:          Xbae
+Version:       4.9.1
+Release:       1
+Group:         X11/Libraries
+Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
+Group(pl):     X11/Biblioteki
+Group(pt_BR):  X11/Bibliotecas
+Group(ru):     X11/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/â¦Â̦ÏÔÅËÉ
+Source0:       ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/%{name}-%{version}.tar.gz
+Patch0:                %{name}-link.patch
+BuildRequires: lesstif-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: lynx
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+
+The XbaeMatrix is a Motif-based widget which displays a grid of cells
+in the same manner as a spreadsheet. The cell array is scrollable,
+editable, and otherwise reasonably configurable in appearance. Each
+cell usually displays text, but pixmaps can also be displayed (not
+editable). The XbaeMatrix looks to some extent like a grid of
+XmTextField widgets, but is actually implemented with a single
+XmTextField. This means a big performance improvement due to less
+overhead.
+
+%description -l pl
+XbaeMatrix jest motifowym widgetem wy¶wietlaj±cym tabelki z³o¿one z
+pól w sposób podobny do arkuszy kalkulacyjnych. Tabelê mo¿na przewijaæ
+i poddawaæ edycji. Ka¿de pole zazwyczaj wy¶wietla tekst, ale mo¿e
+tak¿e bitmapê (bez mo¿liwo¶ci edycji).
+
+%package devel
+Summary:       XbaeMatrix header files and development documentation
+Summary(pl):   Pliki nag³ówkowe i dokumentacja XbaeMatrix
+License:       LGPL
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(es):     X11/Desarrollo/Bibliotecas
+Group(fr):     X11/Development/Librairies
+Group(pl):     X11/Programowanie/Biblioteki
+Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
+Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} = %{version}
+
+%description devel
+XbaeMatrix header files and development documentation.
+
+%description devel -l pl
+Pliki nag³ówkowe i dokumentacja programisty do XbaeMatrix.
+
+%package static
+Summary:       XbaeMatrix static library
+Summary(pl):   Biblioteki statyczne XbaeMatrix
+License:       LGPL
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(es):     X11/Desarrollo/Bibliotecas
+Group(fr):     X11/Development/Librairies
+Group(pl):     X11/Programowanie/Biblioteki
+Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
+Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} = %{version}
+
+%description static
+XbaeMatrix static library.
+
+%description static -l pl
+Biblioteki statyczne XbaeMatrix.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+libtoolize -c -f
+aclocal
+autoconf
+automake -a -c
+%configure \
+       --enable-shared \
+       --enable-static \
+       --with-editres
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_aclocaldir}
+install ac_find_*.m4 $RPM_BUILD_ROOT%{_aclocaldir}
+
+gzip -9nf AUTHORS ChangeLog README FAQ.html NEWS doc/*.html
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libXbae.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc {AUTHORS,ChangeLog,README,FAQ.html,NEWS}.gz doc/*.html.gz doc/images/*.png
+%attr(755,root,root) %{_libdir}/libXbae.so
+%attr(755,root,root) %{_libdir}/libXbae.la
+%{_includedir}/Xbae
+%{_aclocaldir}/ac_find_xbae.m4
+%{_mandir}/man3/*
+
+%files static
+%defattr(644,root,root,755)
+%attr(644,root,root) %{_libdir}/libXbae.a
This page took 0.079998 seconds and 4 git commands to generate.