]> git.pld-linux.org Git - packages/ruby-vnc.git/commitdiff
new, version 1.0.1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 5 May 2013 18:48:15 +0000 (21:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 5 May 2013 18:48:15 +0000 (21:48 +0300)
ruby-vnc.spec [new file with mode: 0644]

diff --git a/ruby-vnc.spec b/ruby-vnc.spec
new file mode 100644 (file)
index 0000000..ef8279c
--- /dev/null
@@ -0,0 +1,38 @@
+%define        gem_name        ruby-vnc
+Summary:       Ruby VNC library
+Name:          ruby-vnc
+Version:       1.0.1
+Release:       1
+License:       MIT
+Group:         Development/Languages
+Source0:       https://ruby-vnc.googlecode.com/files/%{name}-%{version}.tgz
+# Source0-md5: 91fd3ee9d6528bb777dcd11db46795b2
+URL:           http://code.google.com/p/ruby-vnc
+BuildRequires: rpm-rubyprov
+BuildRequires: rpmbuild(macros) >= 1.656
+Provides:      ruby-ruby-vnc = %{version}-%{release}
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A library which implements the client VNC protocol to control VNC
+servers.
+
+%prep
+%setup -q -n %{gem_name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_vendorlibdir},%{_bindir}}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog COPYING
+%dir %{ruby_vendorlibdir}/cipher
+%{ruby_vendorlibdir}/cipher/des.rb
+%{ruby_vendorlibdir}/net/vnc.rb
+%{ruby_vendorlibdir}/net/vnc
This page took 0.663531 seconds and 4 git commands to generate.