]> git.pld-linux.org Git - packages/Xlt.git/commitdiff
- based on rev. 1.46 of lesstif spec
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 23 Sep 2001 16:30:34 +0000 (16:30 +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 4.9.1

Changed files:
    Xlt.spec -> 1.1

Xlt.spec [new file with mode: 0644]

diff --git a/Xlt.spec b/Xlt.spec
new file mode 100644 (file)
index 0000000..31d7ad9
--- /dev/null
+++ b/Xlt.spec
@@ -0,0 +1,124 @@
+Summary:       The LessTif extension library
+Summary(pl):   Biblioteka rozszerzeñ do LessTifa
+Name:          Xlt
+Version:       9.0.9
+Release:       1
+License:       LGPL
+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
+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 LessTif extension library. This consists of several widgets and
+convience functions to make LessTif, or if you must Motif, programming
+more enjoyable.
+
+%description -l pl
+Biblioteka rozszerzeñ do LessTifa. Zawiera trochê widgetów i funkcji
+¿eby nieco uprzyjemniæ programowanie z u¿yciem LessTifa czy Motifa.
+
+%package devel
+Summary:       Xlt header files and development documentation
+Summary(pl):   Pliki nag³ówkowe i dokumentacja Xlt
+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
+Xlt header files and development documentation.
+
+%description devel -l pl
+Pliki nag³ówkowe i dokumentacja programisty do Xlt.
+
+%package static
+Summary:       Xlt static library
+Summary(pl):   Biblioteka statyczna Xlt
+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
+Xlt static library.
+
+%description static -l pl
+Biblioteka statyczna Xlt.
+
+%prep
+%setup -q -n LessTifExtensions-%{version}
+
+%build
+libtoolize -c -f
+aclocal
+autoconf
+automake -a -c
+%configure \
+       --enable-static \
+       --enable-shared \
+       --disable-build-12 \
+       --disable-build-20 \
+       --disable-build-21 \
+       --enable-build-12
+
+%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
+
+%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}/libXlt.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc {AUTHORS,ChangeLog,README}.gz
+%attr(755,root,root) %{_libdir}/libXlt.so
+%attr(755,root,root) %{_libdir}/libXlt.la
+%{_includedir}/Xlt
+%{_aclocaldir}/ac_find_xlt.m4
+%{_aclocaldir}/ac_find_xpm.m4
+%{_mandir}/man3/*
+
+%files static
+%defattr(644,root,root,755)
+%attr(644,root,root) %{_libdir}/libXlt.a
This page took 0.059668 seconds and 4 git commands to generate.