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 5b69cba commit 1e0aaee
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 38 deletions.
3 changes: 2 additions & 1 deletion _cvsignore → .gitignore
Expand Up @@ -10,11 +10,12 @@ config.log
config.status
config.sub
configure
configure.in
configure.ac
depcomp
install-sh
missing
mkinstalldirs
stamp-h
isns.pot
autom4te.cache
*.ami
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
1 change: 1 addition & 0 deletions package/.gitignore
@@ -0,0 +1 @@
*.bz2
2 changes: 0 additions & 2 deletions package/_cvsignore

This file was deleted.

7 changes: 7 additions & 0 deletions package/yast2-isns.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 17:28:24 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:38 UTC 2013 - yast-devel@opensuse.org

Expand Down
61 changes: 61 additions & 0 deletions package/yast2-isns.spec
@@ -0,0 +1,61 @@
#
# spec file for package yast2-isns
#
# 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-isns
Version: 3.0.1
Release: 0
License: GPL-2.0
Group: System/YaST

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

# Wizard::SetDesktopTitleAndIcon
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: Configuration of isns

%description
-

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

%build
%yast_build

%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/isns
%{yast_yncludedir}/isns/*
%{yast_clientdir}/isns.rb
%{yast_clientdir}/isns_*.rb
%{yast_moduledir}/*.rb
%{yast_desktopdir}/isns.desktop
%{yast_scrconfdir}/*.scr
%doc %{yast_docdir}
34 changes: 0 additions & 34 deletions yast2-isns.spec.in

This file was deleted.

0 comments on commit 1e0aaee

Please sign in to comment.