Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove_spec_in'
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 1, 2013
2 parents 5e5f2ce + 16814f1 commit 9d34c2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ enable_testing()

add_subdirectory(tests)

#
# packaging
#
set(RPMNAME "yast2-ruby-bindings")

generate_packaging(${RPMNAME} ${VERSION})
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SET(VERSION_MAJOR "3")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "3")
SET(VERSION_MINOR "1")
SET(VERSION_PATCH "0")
13 changes: 4 additions & 9 deletions yast2-ruby-bindings.spec.in → package/yast2-ruby-bindings.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@


#
# spec file for package yast2-ruby-bindings (Version 0.1)
# spec file for package yast2-ruby-bindings
#
# norootforbuild

Name: yast2-ruby-bindings
Version: @VERSION@
Version: 3.1.0
Release: 0
License: GPL-2.0
Group: System/YaST
Expand All @@ -19,12 +16,12 @@ BuildRequires: yast2-devtools >= 2.16.3
# libzypp-devel is missing .la requires
BuildRequires: ruby-devel
BuildRequires: rubygem-fast_gettext
Requires: rubygem-fast_gettext
Requires: rubygem-fast_gettext
Requires: yast2-core >= 2.24.0
BuildRequires: yast2-core-devel >= 2.24.0
Requires: yast2-ycp-ui-bindings >= 2.21.9
BuildRequires: yast2-ycp-ui-bindings-devel >= 2.21.9
Requires: ruby
Requires: ruby
Summary: Ruby bindings for the YaST platform

%description
Expand Down Expand Up @@ -55,8 +52,6 @@ cd build/tests/ruby
make test ARGS=-V
cd -

@CLEAN@

%files
%defattr (-, root, root)
%{_libdir}/YaST2/plugin/libpy2lang_ruby.so
Expand Down

0 comments on commit 9d34c2e

Please sign in to comment.