]> git.pld-linux.org Git - packages/mosh.git/commitdiff
- deps should be autogenerated; remove template leftovers
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Apr 2012 17:30:18 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mosh.spec -> 1.2

mosh.spec

index f467d9a59149901adb8120b571adf08ac0884638..8644c726779ee1b6a61306dbe3aa9f0062edee1d 100644 (file)
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,7 +1,7 @@
 Summary:       Mosh mobile shell
 Name:          mosh
 Version:       1.1.3
-Release:       0.1
+Release:       0.2
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://github.com/downloads/keithw/mosh/%{name}-%{version}.tar.gz
@@ -12,13 +12,7 @@ BuildRequires:       libutempter-devel
 BuildRequires: ncurses-devel
 BuildRequires: protobuf-devel
 BuildRequires: zlib-devel
-Requires:      boost
-Requires:      libutempter
-Requires:      ncurses
 Requires:      perl-IO-Pty
-Requires:      protobuf
-Requires:      protobuf-libs
-Requires:      zlib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,7 +33,6 @@ especially over Wi-Fi, cellular, and long-distance links.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -49,7 +42,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS THANKS
-
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/%{name}-client
 %attr(755,root,root) %{_bindir}/%{name}-server
This page took 0.094179 seconds and 4 git commands to generate.