From 0df58a90da7d57ea1cda0a0b24fddfda97186a20 Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 27 Apr 2012 01:12:23 -0400 Subject: [PATCH] Update mosh.spec to match most recent in Fedora --- fedora/mosh.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/fedora/mosh.spec b/fedora/mosh.spec index 9618328..1df3df1 100644 --- a/fedora/mosh.spec +++ b/fedora/mosh.spec @@ -29,8 +29,9 @@ Mosh is a remote terminal application that supports: %build +# Use upstream's more aggressive hardening instead of Fedora's defaults %configure --enable-compile-warnings=error -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS="" CXXFLAGS="" %install @@ -39,20 +40,18 @@ make install DESTDIR=$RPM_BUILD_ROOT %files %doc README.md COPYING ChangeLog -%{_bindir}/* -%{_mandir}/man1/* +%{_bindir}/mosh +%{_bindir}/mosh-client +%{_bindir}/mosh-server +%{_mandir}/man1/mosh.1.gz +%{_mandir}/man1/mosh-client.1.gz +%{_mandir}/man1/mosh-server.1.gz %changelog -* Sun Apr 22 2012 Keith Winstein - 1.2-1 +* Fri Apr 27 2012 Alexander Chernyakhovsky - 1.2 - Update to mosh 1.2. -* Wed Apr 3 2012 Keith Winstein - 1.1.3-1 -- Update to mosh 1.1.3. - -* Wed Mar 28 2012 Keith Winstein - 1.1.2-1 -- Update to mosh 1.1.2. - * Mon Mar 26 2012 Alexander Chernyakhovsky - 1.1.1-1 - Update to mosh 1.1.1.