Update mosh.spec to match most recent in Fedora

This commit is contained in:
Alexander Chernyakhovsky
2012-04-27 01:12:23 -04:00
parent 68575f8587
commit 0df58a90da
+9 -10
View File
@@ -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 <mosh-devel@mit.edu> - 1.2-1
* Fri Apr 27 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.2
- Update to mosh 1.2.
* Wed Apr 3 2012 Keith Winstein <mosh-devel@mit.edu> - 1.1.3-1
- Update to mosh 1.1.3.
* Wed Mar 28 2012 Keith Winstein <mosh-devel@mit.edu> - 1.1.2-1
- Update to mosh 1.1.2.
* Mon Mar 26 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.1.1-1
- Update to mosh 1.1.1.