[packages/ruby-vnc] new, version 1.0.1
glen
glen at pld-linux.org
Sun May 5 20:48:46 CEST 2013
commit bc4568c5e23df747d5797d39d804c60c1562a22f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun May 5 21:48:15 2013 +0300
new, version 1.0.1
ruby-vnc.spec | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
---
diff --git a/ruby-vnc.spec b/ruby-vnc.spec
new file mode 100644
index 0000000..ef8279c
--- /dev/null
+++ b/ruby-vnc.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-vnc.git/commitdiff/bc4568c5e23df747d5797d39d804c60c1562a22f
More information about the pld-cvs-commit
mailing list