]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- added am18 patch, moved to /usr (where lesstif lives now), release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Dec 2003 16:00:10 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xbae.spec -> 1.22

Xbae.spec

index 76c4dfc8cb6e10d76165e55e414880d1641e16f9..0358266707775522134fc391ba955b9e933fdeaa 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -2,21 +2,19 @@ Summary:      The XbaeMatrix is a Motif-based widget which displays a grid of cells
 Summary(pl):   XbaeMatrix jest motifowym widgetem wy¶wietlaj±cym tabelki
 Name:          Xbae
 Version:       4.9.1
-Release:       2
+Release:       3
 License:       BSD-like (Bell Communications Research)
 Group:         X11/Libraries
 Source0:       ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/%{name}-%{version}.tar.gz
 # Source0-md5: d20e2f688cb440a186ecd99e19de9fcf
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-am18.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: lesstif-devel
 BuildRequires: libtool
 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,
@@ -60,9 +58,9 @@ Biblioteki statyczne XbaeMatrix.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -80,7 +78,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_aclocaldir}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       mandir=%{_mandir}
 
 # workaround - configure decides not to install *.m4 if aclocaldir is not writable
 install ac_find_*.m4 $RPM_BUILD_ROOT%{_aclocaldir}
This page took 0.109245 seconds and 4 git commands to generate.