]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- -devel and -static are not LGPL
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Sep 2001 19:23:51 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BuildRequires: man2html not lynx

Changed files:
    Xbae.spec -> 1.2

Xbae.spec

index 57acecc067bd91cb41a2ff7e3f9fe3fdead886d5..db2fd603baebffc1a5f1ff5df2cc15de4e7efc98 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -1,9 +1,9 @@
 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
+License:       BSD-like (Bell Communications Research)
 Group:         X11/Libraries
 Group(de):     X11/Libraries
 Group(es):     X11/Bibliotecas
@@ -18,7 +18,7 @@ BuildRequires:        lesstif-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: lynx
+BuildRequires: man2html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -44,7 +44,6 @@ tak
 %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
@@ -64,7 +63,6 @@ Pliki nag
 %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
@@ -106,12 +104,12 @@ 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
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libXbae.so.*.*
This page took 0.065335 seconds and 4 git commands to generate.