]> git.pld-linux.org Git - packages/conspy.git/blobdiff - conspy.spec
- up to 1.7
[packages/conspy.git] / conspy.spec
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*
This page took 0.069856 seconds and 4 git commands to generate.