]> git.pld-linux.org Git - packages/xboard.git/commitdiff
- new Source0 URL, updated to 4.2.7, updated info patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Dec 2003 18:53:43 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xboard.spec -> 1.31

xboard.spec

index 92a50f21defedaaa8cb9bf32f09fece2fba59521..26d5f16c6fa5237bcb3e3f9103ce215f20d63d4b 100644 (file)
@@ -8,17 +8,16 @@ Summary(ru):  
 Summary(tr):   GNU Chess (satranç) oyununa X11 grafik arabirimi
 Summary(uk):   çÒÁƦÞÎÉÊ (X11) ¦ÎÔÅÒÆÅÊÓ ÄÏ ÛÁÈÏ×ÉÈ ÐÒÏÇÒÁÍ
 Name:          xboard
-Version:       4.2.6
-Release:       8
+Version:       4.2.7
+Release:       1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://www.tim-mann.org/xboard/%{name}-%{version}.tar.gz
-# Source0-md5: 1d6e38c61277eed6ad7af352586b37d5
+Source0:       ftp://ftp.gnu.org/gnu/xboard/%{name}-%{version}.tar.gz
+# Source0-md5: b70ad8ff7569975302c5fb402d5eea32
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-info.patch
 URL:           http://www.tim-mann.org/xboard.html
-BuildRequires: automake
 BuildRequires: texinfo
 Requires:      gnuchess
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,10 +78,10 @@ Xboard - 
 %patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
-%configure2_13
+%configure
 %{__make}
-makeinfo xboard.texinfo
+
+%{__make} info
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -94,7 +93,8 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Board,%{_pixmapsdir}}
        man6dir=$RPM_BUILD_ROOT%{_mandir}/man6 \
        infodir=$RPM_BUILD_ROOT%{_infodir}
 
-install xboard.info* $RPM_BUILD_ROOT%{_infodir}
+echo '.so xboard.6' > $RPM_BUILD_ROOT%{_mandir}/man6/cmail.6
+echo '.so xboard.6' > $RPM_BUILD_ROOT%{_mandir}/man6/pxboard.6
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Board
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -110,13 +110,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/xboard
-%attr(755,root,root) %{_bindir}/zic2xpm
 %attr(755,root,root) %{_bindir}/cmail
 %attr(755,root,root) %{_bindir}/pxboard
+%attr(755,root,root) %{_bindir}/xboard
+%attr(755,root,root) %{_bindir}/zic2xpm
+%{_mandir}/man6/cmail.6*
+%{_mandir}/man6/pxboard.6*
 %{_mandir}/man6/xboard.6*
 %{_mandir}/man6/zic2xpm.6*
-%{_mandir}/man6/cmail.6*
 %{_infodir}/xboard.info*
 %{_applnkdir}/Games/Board/*
 %{_pixmapsdir}/*
This page took 0.115744 seconds and 4 git commands to generate.