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.2
  • Loading branch information
lslezak committed Sep 18, 2013
1 parent 6575d3e commit dbc06d7
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,7 +5,7 @@ config.log
config.status
config.sub
configure
configure.in
configure.ac
install-sh
Makefile
Makefile.in
Expand All @@ -25,3 +25,4 @@ testsuite/tmp*
testsuite/site.exp
testsuite/config
testsuite/run
package/*.tar.bz2
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.1
3.0.2
7 changes: 7 additions & 0 deletions package/yast2-fcoe-client.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 16:00:49 UTC 2013 - lslezak@suse.cz

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

-------------------------------------------------------------------
Sat Sep 14 10:21:11 CEST 2013 - gs@suse.de

Expand Down
67 changes: 67 additions & 0 deletions package/yast2-fcoe-client.spec
@@ -0,0 +1,67 @@
#
# spec file for package yast2-fcoe-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-fcoe-client
Version: 3.0.2
Release: 0

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

Group: System/YaST
License: GPL-2.0
Requires: yast2 >= 2.21.22
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
BuildRequires: yast2-devtools >= 3.0.6

BuildArchitectures: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - Configuration of Fibre Channel over Ethernet

%description
This package contains the YaST2 component for the Fibre Channel over
Ethernet (FCoE) configuration.

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

%build
%yast_build

%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/fcoe-client
%{yast_yncludedir}/fcoe-client/*
%{yast_clientdir}/fcoe-client.rb
%{yast_clientdir}/fcoe-client_*.rb
%{yast_clientdir}/inst_fcoe-client.rb
%{yast_moduledir}/FcoeClient.*
%{yast_desktopdir}/fcoe-client.desktop
%dir %{yast_scrconfdir}
%{yast_scrconfdir}/*.scr
%doc %{yast_docdir}
%doc COPYING

%changelog

42 changes: 0 additions & 42 deletions yast2-fcoe-client.spec.in

This file was deleted.

0 comments on commit dbc06d7

Please sign in to comment.