diff --git a/conspy.spec b/conspy.spec index 1240aa6..480b9f7 100644 --- a/conspy.spec +++ b/conspy.spec @@ -1,19 +1,16 @@ Name: conspy Version: 1.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Remote control for text mode virtual consoles -Group: Applications/Internet License: EPL URL: http://ace-host.stuart.id.au/russell/files/conspy/ Source0: http://www.stuart.id.au/russell/files/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel BuildRequires: automake >= 1.10 BuildRequires: autoconf >= 1.10 - %description Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it. It is rather @@ -21,11 +18,9 @@ like VNC, but where VNC takes control of a GUI conspy takes control of a text mode virtual console. Unlike VNC, conspy does not require a server to be installed prior to being used. - %prep %setup -q - %build aclocal automake --foreign --add-missing --copy @@ -33,24 +28,18 @@ autoconf %configure make %{?_smp_mflags} - %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" - -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog README *.html %{_mandir}/man*/*.* %{_bindir}/%{name} - %changelog +* Wed Jun 26 2013 Fabian Affolter - 1.8-5 +- Spec file updated + * Wed Feb 13 2013 Fedora Release Engineering - 1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild