Skip to content

Commit

Permalink
Merge pull request #27 from libyui/add-rakefile
Browse files Browse the repository at this point in the history
Add Rakefile to use libyui-rake tasks
  • Loading branch information
imobachgs committed Apr 19, 2016
2 parents 6d608c0 + 282cefb commit ea91d4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ ADD_CUSTOM_TARGET( srcpackage
)

MESSAGE(STATUS "Writing spec file...")
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/libyui-bindings.spec.cmake ${CMAKE_BINARY_DIR}/package/libyui-bindings.spec @ONLY)
12 changes: 12 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# make continuous integration using rubygem-packaging_rake_tasks and
# rubygem-libyui-rake.
# Copyright © 2014 SUSE LLC
# MIT license

require "libyui/rake"

Libyui::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
end
6 changes: 3 additions & 3 deletions libyui-bindings.spec.cmake → package/libyui-bindings.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package libyui-bindings
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,8 +17,8 @@
# nodebuginfo


Name: @PACKAGE@
Version: @VERSION@
Name: libyui-bindings
Version: 1.1.1
Release: 0
Summary: Bindings for libyui
License: LGPL-2.1 or LGPL-3.0
Expand Down

0 comments on commit ea91d4a

Please sign in to comment.