SPECS: ruby-net-ssh.spec - don't package system dir
glen
glen at pld-linux.org
Tue Jan 13 19:59:27 CET 2009
Author: glen Date: Tue Jan 13 18:59:27 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't package system dir
---- Files affected:
SPECS:
ruby-net-ssh.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/ruby-net-ssh.spec
diff -u SPECS/ruby-net-ssh.spec:1.1 SPECS/ruby-net-ssh.spec:1.2
--- SPECS/ruby-net-ssh.spec:1.1 Tue Jan 13 19:23:18 2009
+++ SPECS/ruby-net-ssh.spec Tue Jan 13 19:59:22 2009
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO:
+# - what to do with net subdir?
Summary: Net::SSH is a pure-Ruby implementation of the SSH2 client protocol
Name: ruby-net-ssh
Version: 2.0.8
@@ -35,6 +37,10 @@
%build
rdoc --ri --op ri lib
rdoc --op rdoc lib
+
+rm -rf ri/OpenSSL
+rm -rf ri/String
+rm -f ri/Net/cdesc-Net.yaml
rm -f ri/created.rid
%install
@@ -50,13 +56,18 @@
%files
%defattr(644,root,root,755)
%doc CHANGELOG.rdoc README.rdoc THANKS.rdoc
-%{ruby_rubylibdir}
+# XXX?
+%dir %{ruby_rubylibdir}/net
+%{ruby_rubylibdir}/net/._ssh.rb
+%{ruby_rubylibdir}/net/ssh.rb
+%{ruby_rubylibdir}/net/ssh
%files rdoc
%defattr(644,root,root,755)
%{ruby_rdocdir}/%{name}-%{version}
-%{ruby_ridir}
-
+# XXX ?
+%dir %{ruby_ridir}/Net
+%{ruby_ridir}/Net/SSH
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -64,6 +75,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/01/13 18:59:22 glen
+- don't package system dir
+
Revision 1.1 2009/01/13 18:23:18 uzsolt
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-net-ssh.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list