[conspy] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.8-5 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 16:44:17 UTC 2013


commit 31b09800415c059ce7b7401aa22757bfd86ebd2c
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 18:43:58 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.8-5
    - Spec file updated

 conspy.spec |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)
---
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 <mail at fabian-affolter.ch> - 1.8-5
+- Spec file updated
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list