Author: glen Date: Sun Sep 5 17:44:14 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.7
---- Files affected: packages/conspy: conspy.spec (1.7 -> 1.8) , tinfo.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/conspy/conspy.spec diff -u packages/conspy/conspy.spec:1.7 packages/conspy/conspy.spec:1.8 --- packages/conspy/conspy.spec:1.7 Thu Apr 23 11:56:11 2009 +++ packages/conspy/conspy.spec Sun Sep 5 19:44:09 2010 @@ -2,12 +2,13 @@ Summary: Conspy - remote control of Linux virtual consoles Summary(pl.UTF-8): Conspy - zdalne sterowanie wirtualnymi konsolami Linuksa Name: conspy -Version: 1.4 -Release: 2 -License: GPL v2 +Version: 1.7 +Release: 1 +License: EPL v1.0 Group: Applications -Source0: http://ace-host.stuart.id.au/russell/files/conspy/%{name}-%{version}.tar.bz2 -# Source0-md5: 73dfe14d5eb8f6351f115efbbbc4ed06 +Source0: http://ace-host.stuart.id.au/russell/files/conspy/%{name}-%{version}.tar.gz +Patch0: tinfo.patch +# Source0-md5: bd2d4c1c4cec9f197309dc82c0b8539f URL: http://ace-host.stuart.id.au/russell/files/conspy/ BuildRequires: autoconf BuildRequires: automake @@ -35,19 +36,18 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} %{__autoconf} %{__automake} - %configure \ CFLAGS="%{rpmcflags} -I/usr/include/ncurses" %{__make} %install rm -rf $RPM_BUILD_ROOT - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -56,9 +56,9 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/conspy -%{_mandir}/man1/* +%{_mandir}/man1/conspy.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -66,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/09/05 17:44:09 glen +- up to 1.7 + Revision 1.7 2009/04/23 09:56:11 glen - release 2 ================================================================ Index: packages/conspy/tinfo.patch diff -u /dev/null packages/conspy/tinfo.patch:1.1 --- /dev/null Sun Sep 5 19:44:14 2010 +++ packages/conspy/tinfo.patch Sun Sep 5 19:44:09 2010 @@ -0,0 +1,10 @@ +--- conspy-1.7/configure.in~ 2009-08-23 12:40:49.000000000 +0300 ++++ conspy-1.7/configure.in 2010-09-05 20:40:59.287368881 +0300 +@@ -11,6 +11,7 @@ + AC_HEADER_STDC + AC_CHECK_HEADERS([fcntl.h getopt.h stdarg.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h]) + AC_CHECK_LIB(ncurses, initscr) ++AC_CHECK_LIB(tinfo, tigetstr) + + # Checks for typedefs, structures, and compiler characteristics. + AC_HEADER_TIME ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/conspy/conspy.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
