]> git.pld-linux.org Git - packages/conspy.git/commitdiff
- up to 1.7 auto/th/conspy-1_7-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Sep 2010 17:44:09 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conspy.spec -> 1.8
    tinfo.patch -> 1.1

conspy.spec
tinfo.patch [new file with mode: 0644]

index e2a866a898ccce6f40ffad747e60ad240974fa01..bad11d6650b5c36bc48f229bf429957372268e21 100644 (file)
@@ -1,12 +1,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
@@ -34,19 +35,18 @@ zainstalowania serwera przed używaniem.
 
 %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
 
@@ -55,6 +55,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %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*
diff --git a/tinfo.patch b/tinfo.patch
new file mode 100644 (file)
index 0000000..86bb386
--- /dev/null
@@ -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
This page took 0.101471 seconds and 4 git commands to generate.