Author: qboosh Date: Thu Apr 29 06:29:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - added am patch, ghost soname symlink
---- Files affected: packages/Xbae: Xbae.spec (1.38 -> 1.39) , Xbae-am.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/Xbae/Xbae.spec diff -u packages/Xbae/Xbae.spec:1.38 packages/Xbae/Xbae.spec:1.39 --- packages/Xbae/Xbae.spec:1.38 Mon Nov 10 16:11:03 2008 +++ packages/Xbae/Xbae.spec Thu Apr 29 08:29:42 2010 @@ -1,5 +1,5 @@ # $Revision$, $Date$ -%define _truename xbae +%define srcname 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 Name: Xbae @@ -7,11 +7,12 @@ Release: 3 License: BSD-like (Bell Communications Research) Group: X11/Libraries -Source0: http://dl.sourceforge.net/xbae/%{_truename}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/xbae/%{srcname}-%{version}.tar.gz # Source0-md5: 9690059474bb05191dccd041ff5052bd Patch0: %{name}-ac.patch +Patch1: %{name}-am.patch URL: http://xbae.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libtool BuildRequires: motif-devel >= 2.0 @@ -48,7 +49,7 @@ %package static Summary: XbaeMatrix static library -Summary(pl.UTF-8): Biblioteki statyczne XbaeMatrix +Summary(pl.UTF-8): Biblioteka statyczna XbaeMatrix Group: X11/Development/Libraries Requires: %{name}-devel = %{version}-%{release} @@ -56,11 +57,12 @@ XbaeMatrix static library. %description static -l pl.UTF-8 -Biblioteki statyczne XbaeMatrix. +Biblioteka statyczna XbaeMatrix. %prep -%setup -q -n %{_truename}-%{version} +%setup -q -n %{srcname}-%{version} %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -96,7 +98,8 @@ %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/libXbae.so.*.* +%attr(755,root,root) %{_libdir}/libXbae.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libXbae.so.4 %{_datadir}/Xbae %files devel @@ -106,7 +109,7 @@ %{_libdir}/libXbae.la %{_includedir}/Xbae %{_aclocaldir}/ac_find_xbae.m4 -%{_mandir}/man3/* +%{_mandir}/man3/Xbae*.3* %files static %defattr(644,root,root,755) @@ -118,6 +121,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2010/04/29 06:29:42 qboosh +- added am patch, ghost soname symlink + Revision 1.38 2008/11/10 15:11:03 megabajt - release 3 ================================================================ Index: packages/Xbae/Xbae-am.patch diff -u /dev/null packages/Xbae/Xbae-am.patch:1.1 --- /dev/null Thu Apr 29 08:29:48 2010 +++ packages/Xbae/Xbae-am.patch Thu Apr 29 08:29:42 2010 @@ -0,0 +1,11 @@ +--- xbae-4.60.4/doc/images/Makefile.am.orig 2004-11-04 15:47:31.000000000 +0100 ++++ xbae-4.60.4/doc/images/Makefile.am 2010-04-29 08:14:40.564988896 +0200 +@@ -34,7 +34,7 @@ + bg.png updated.png coverplus.png add.jpg \ + caption.png choice.png colors.jpg draw.png fifteen.jpg \ + input.png list.jpg matrix.jpg multifixed.jpg select-push.jpg \ +- mailbox.png bg.png pricing.jpg LDO.jpg risk.jpg \ ++ mailbox.png pricing.jpg LDO.jpg risk.jpg \ + organize.jpg xbasket.png xbum1-2.png xbill2-2.png capfloor1.png \ + capfloor3.png taam.png \ + grohtml-XbaeCaption1.png \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Xbae/Xbae.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
