packages: spectemu/spectemu-readline.patch, spectemu/spectemu.spec - update...

qboosh qboosh at pld-linux.org
Sun Feb 20 10:21:55 CET 2011


Author: qboosh                       Date: Sun Feb 20 09:21:55 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated URLs
- more verbose files

---- Files affected:
packages/spectemu:
   spectemu-readline.patch (1.2 -> 1.3) , spectemu.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: packages/spectemu/spectemu-readline.patch
diff -u packages/spectemu/spectemu-readline.patch:1.2 packages/spectemu/spectemu-readline.patch:1.3
--- packages/spectemu/spectemu-readline.patch:1.2	Sun Jan 18 01:16:31 2004
+++ packages/spectemu/spectemu-readline.patch	Sun Feb 20 10:21:49 2011
@@ -1,14 +1,15 @@
 --- spectemu-0.99.3/configure.in.orig	2002-06-25 17:41:39.000000000 +0200
 +++ spectemu-0.99.3/configure.in	2004-01-18 01:01:50.239598720 +0100
-@@ -143,8 +143,9 @@
+@@ -143,8 +143,10 @@
  [if test "$withval" = no; then withrl=no; fi])
  
  if test "$withrl" = yes; then
 -  AC_CHECK_LIB(termcap, tgetent, termcaplib="-ltermcap", 
 -    [AC_CHECK_LIB(ncurses, tgetent, termcaplib="-lncurses")])
-+  AC_CHECK_LIB(tinfo, tgetent, termcaplib="-ltinfo",
++  AC_CHECK_LIB(tinfow, tgetent, termcaplib="-ltinfow",
++  [AC_CHECK_LIB(tinfo, tgetent, termcaplib="-ltinfo",
 +    [AC_CHECK_LIB(ncurses, tgetent, termcaplib="-lncurses",
-+      [AC_CHECK_LIB(termcap, tgetent, termcaplib="-ltermcap")])])
++      [AC_CHECK_LIB(termcap, tgetent, termcaplib="-ltermcap")])])])
  
    AC_CHECK_LIB(readline, readline, have_rl=yes, have_rl=no, "$termcaplib")
    if test "$have_rl" = yes; then

================================================================
Index: packages/spectemu/spectemu.spec
diff -u packages/spectemu/spectemu.spec:1.39 packages/spectemu/spectemu.spec:1.40
--- packages/spectemu/spectemu.spec:1.39	Tue Nov 23 21:33:23 2010
+++ packages/spectemu/spectemu.spec	Sun Feb 20 10:21:49 2011
@@ -8,16 +8,16 @@
 Name:		spectemu
 Version:	0.99.3
 Release:	8
-License:	GPL
+License:	GPL v2+
 Group:		Applications/Emulators
-Source0:	http://www.inf.bme.hu/~mszeredi/spectemu/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/spectemu/%{name}-%{version}.tar.gz
 # Source0-md5:	67330d27e3f5c9127413bd6f35aa664b
 Source1:	%{name}-pl-man-pages.tar.gz
 # Source1-md5:	ce7665f0dbc898773c6f798a63ee3ec2
 Source2:	%{name}.desktop
 Source3:	%{name}.png
 Patch0:		%{name}-readline.patch
-URL:		http://www.inf.bme.hu/~mszeredi/spectemu/
+URL:		http://spectemu.sourceforge.net/
 BuildRequires:	autoconf >= 2.59-9
 BuildRequires:	automake
 BuildRequires:	readline-devel
@@ -124,20 +124,24 @@
 %doc README ChangeLog TODO example.cfg
 %attr(755,root,root) %{_bindir}/tapeout
 %{_datadir}/spectemu
-%{_mandir}/man1/*
-%lang(pl) %{_mandir}/pl/man1/*
+%{_mandir}/man1/tapeout.1*
+%{_mandir}/man1/xspect.1*
+%lang(pl) %{_mandir}/pl/man1/tapeout.1*
+%lang(pl) %{_mandir}/pl/man1/xspect.1*
 
 %if %{with svga}
 %files svga
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/vgaspect
+%{_mandir}/man1/vgaspect.1*
+%lang(pl) %{_mandir}/pl/man1/vgaspect.1*
 %endif
 
 %files x11
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/xspect
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
+%{_desktopdir}/spectemu.desktop
+%{_pixmapsdir}/spectemu.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -145,6 +149,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2011/02/20 09:21:49  qboosh
+- updated URLs
+- more verbose files
+
 Revision 1.39  2010/11/23 20:33:23  arekm
 - rel 8; turn off svgalib bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spectemu/spectemu-readline.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spectemu/spectemu.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list