Skip to content

Commit

Permalink
do not use *.spec.in template
Browse files Browse the repository at this point in the history
use *.spec file with RPM macros instead

- 3.0.1
  • Loading branch information
lslezak committed Sep 18, 2013
1 parent ee48638 commit 667edd7
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 50 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ doc/autodocs/css
doc/autodocs/js
doc/autodocs/Yast
package/*.bz2
package/*.spec
testsuite/*.log
testsuite/*.sum
testsuite/*.test
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
7 changes: 7 additions & 0 deletions package/yast2-iscsi-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 16:40:45 UTC 2013 - lslezak@suse.cz

- do not use *.spec.in template, use *.spec file with RPM macros
instead
- 3.0.1

-------------------------------------------------------------------
Wed Jul 31 08:31:18 UTC 2013 - yast-devel@opensuse.org

Expand Down
72 changes: 72 additions & 0 deletions package/yast2-iscsi-client.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
#
# spec file for package yast2-iscsi-client
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name: yast2-iscsi-client
Version: 3.0.1
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2

Group: System/YaST
License: GPL-2.0
# Service module switched to systemd
BuildRequires: yast2 >= 2.23.15
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2-packagemanager-devel yast2-perl-bindings yast2-testsuite libicu-devel yast2-packager
BuildRequires: yast2-devtools >= 3.0.6

Requires: yast2-packager

# network needs Wizard::OpenCancelOKDialog()
# function from yast2-2.18.2
# Wizard::SetDesktopTitleAndIcon
Requires: yast2 >= 2.21.22

BuildArchitectures: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - iSCSI Client Configuration

%description
This package contains the YaST2 component for configuration of an iSCSI
client.

%prep
%setup -n %{name}-%{version}

%build
%yast_build

%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/iscsi-client
%{yast_yncludedir}/iscsi-client/*
%{yast_clientdir}/iscsi-client.rb
%{yast_clientdir}/iscsi-client_*.rb
%{yast_clientdir}/inst_iscsi-client.rb
%{yast_moduledir}/IscsiClient.*
%{yast_moduledir}/IscsiClientLib.*
%{yast_desktopdir}/iscsi-client.desktop
%{yast_scrconfdir}/iscsid.scr
%doc %{yast_docdir}
%{yast_schemadir}/autoyast/rnc/iscsi-client.rnc
48 changes: 0 additions & 48 deletions yast2-iscsi-client.spec.in

This file was deleted.

0 comments on commit 667edd7

Please sign in to comment.