]> git.pld-linux.org Git - packages/Xbae.git/blobdiff - Xbae.spec
- rel 2
[packages/Xbae.git] / Xbae.spec
index eb3f9b8faf887252fbfbda2efd92afe77ea63478..4a5417a1fc81c439d357a765d35e1dfaa7fb8df7 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -1,15 +1,15 @@
+%define                _truename xbae
 Summary:       The XbaeMatrix is a Motif-based widget which displays a grid of cells
-Summary(pl.UTF-8):   XbaeMatrix jest motifowym widgetem wyświetlającym tabelki
+Summary(pl.UTF-8):     XbaeMatrix jest motifowym widgetem wyświetlającym tabelki
 Name:          Xbae
-Version:       4.50.97
-Release:       1
+Version:       4.60.4
+Release:       2
 License:       BSD-like (Bell Communications Research)
 Group:         X11/Libraries
-Source0:       http://dl.sourceforge.net/xbae/%{name}-%{version}.tar.gz
-# Source0-md5: f5518adff4cf031fd429c7f47bc0b49d
-Patch0:                %{name}-link.patch
+Source0:       http://dl.sourceforge.net/xbae/%{_truename}-%{version}.tar.gz
+# Source0-md5: 9690059474bb05191dccd041ff5052bd
+Patch0:                %{name}-ac.patch
 URL:           http://xbae.sourceforge.net/
-BuildRequires: %{_aclocaldir}/ac_find_motif.m4
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -34,7 +34,7 @@ także bitmapę (bez możliwości edycji).
 
 %package devel
 Summary:       XbaeMatrix header files and development documentation
-Summary(pl.UTF-8):   Pliki nagłówkowe i dokumentacja XbaeMatrix
+Summary(pl.UTF-8):     Pliki nagłówkowe i dokumentacja XbaeMatrix
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      motif-devel >= 2.0
@@ -47,7 +47,7 @@ Pliki nagłówkowe i dokumentacja programisty do XbaeMatrix.
 
 %package static
 Summary:       XbaeMatrix static library
-Summary(pl.UTF-8):   Biblioteki statyczne XbaeMatrix
+Summary(pl.UTF-8):     Biblioteki statyczne XbaeMatrix
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -58,7 +58,7 @@ XbaeMatrix static library.
 Biblioteki statyczne XbaeMatrix.
 
 %prep
-%setup -q
+%setup -q -n %{_truename}-%{version}
 %patch0 -p1
 
 %build
@@ -69,8 +69,7 @@ Biblioteki statyczne XbaeMatrix.
 %configure \
        --enable-shared \
        --enable-static \
-       --with-editres \
-       --with-x-includes=/usr/X11R6/include
+       --with-editres
 
 %{__make}
 
@@ -97,6 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libXbae.so.*.*
+%{_datadir}/Xbae
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.049859 seconds and 4 git commands to generate.