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.3
  • Loading branch information
lslezak committed Sep 18, 2013
1 parent 5aa8211 commit c6a9afe
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 77 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ stamp-h*
Makefile.am.common
*.ami
*.bz2
*.spec
.dep
tmp.*
*.log
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.3
7 changes: 7 additions & 0 deletions package/yast2-add-on.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 09:29:11 UTC 2013 - lslezak@suse.cz

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

-------------------------------------------------------------------
Tue Sep 3 09:00:14 UTC 2013 - lslezak@suse.cz

Expand Down
99 changes: 99 additions & 0 deletions package/yast2-add-on.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
#
# spec file for package yast2-add-on
#
# 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-add-on
Version: 3.0.3
Release: 0

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


Group: System/YaST
License: GPL-2.0
Requires: autoyast2-installation
# ProductProfile
Requires: yast2 >= 3.0.1
Requires: yast2-installation
Requires: yast2-country

# AddOnProduct::SetRepoUrlAlias()
Requires: yast2-packager >= 2.23.1
# bugzilla #335582, new API for StorageDevices
Requires: yast2-storage >= 2.16.1

BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.0.6
BuildRequires: yast2 >= 3.0.1

# splitted from yast2-installation
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
Provides: yast2-installation:/usr/share/YaST2/clients/add-on.ycp

# SCR::RegisterNewAgents, bugzilla #245508
Conflicts: yast2-core < 2.15.4

# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
Conflicts: yast2-pkg-bindings < 2.17.25

BuildArchitectures: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - Add-On media installation code

%description
This package contains YaST Add-On media installation code.

%package devel-doc
Requires: yast2-add-on = %version
Group: System/YaST
Summary: YaST2 - Add-on - Development Documentation

%description devel-doc
This package contains development documentation for using the API
provided by yast2-add-on package.

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

%build
%yast_build

%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/add-on
%{yast_yncludedir}/add-on/*
%{yast_clientdir}/add-on.rb
%{yast_clientdir}/add-on_*.rb
%{yast_clientdir}/inst_add-on*.rb
%{yast_clientdir}/inst_*_add-on*.rb
%{yast_clientdir}/vendor.rb
%{yast_desktopdir}/*.desktop
%{yast_schemadir}/autoyast/rnc/add-on.rnc
%dir %{yast_docdir}
%doc %{yast_docdir}/README
%doc %{yast_docdir}/COPYING

%files devel-doc
%doc %{yast_docdir}/autodocs

75 changes: 0 additions & 75 deletions yast2-add-on.spec.in

This file was deleted.

0 comments on commit c6a9afe

Please sign in to comment.