]> git.pld-linux.org Git - packages/ruby-childprocess.git/commitdiff
drop non-linux platform files auto/th/ruby-childprocess-0.5.0-4
authorElan Ruusamäe <glen@delfi.ee>
Sun, 14 Dec 2014 19:06:27 +0000 (21:06 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 14 Dec 2014 19:06:27 +0000 (21:06 +0200)
ruby-childprocess.spec

index 08adc4987ddd90b417d2912efbb3c99c0e900d51..876f8faaed871c39ed6db00866aec8bf75fc3291 100644 (file)
@@ -1,5 +1,3 @@
-# TODO
-# - maybe clean wrong platform files?
 #
 # Conditional build:
 %bcond_with    tests           # build without tests
@@ -8,7 +6,7 @@
 Summary:       A simple and reliable gem for controlling external programs
 Name:          ruby-%{pkgname}
 Version:       0.5.0
-Release:       3
+Release:       4
 License:       MIT
 Group:         Development/Languages
 Source0:       http://rubygems.org/gems/%{pkgname}-%{version}.gem
@@ -43,6 +41,11 @@ Documentation for %{name}.
 %prep
 %setup -q -n %{pkgname}-%{version}
 
+rm lib/childprocess/windows.rb
+rm -r lib/childprocess/windows
+rm lib/childprocess/unix/platform/*-solaris.rb
+rm lib/childprocess/unix/platform/*-macosx.rb
+
 %build
 %__gem_helper spec
 
This page took 0.10821 seconds and 4 git commands to generate.