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.1.0
  • Loading branch information
lslezak committed Sep 19, 2013
1 parent b4c628b commit f37a97b
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 49 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
power-management.pot
autom4te.cache
*.ami
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.1.0
2 changes: 0 additions & 2 deletions agents/.cvsignore

This file was deleted.

4 changes: 0 additions & 4 deletions agents/Makefile.am

This file was deleted.

2 changes: 0 additions & 2 deletions package/.cvsignore

This file was deleted.

1 change: 1 addition & 0 deletions package/.gitignore
@@ -0,0 +1 @@
*.bz2
7 changes: 7 additions & 0 deletions package/yast2-power-management.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 19 14:26:53 UTC 2013 - lslezak@suse.cz

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

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

Expand Down
64 changes: 64 additions & 0 deletions package/yast2-power-management.spec
@@ -0,0 +1,64 @@
#
# spec file for package yast2-power-management
#
# 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-power-management
Version: 3.1.0
Release: 0

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

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

# .etc.policykit agent
Requires: yast2 >= 2.14.7

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - Power Management Configuration

%description
This package contains the YaST2 component for Power management
configuration.

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

%build
%yast_build

%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/power-management
%{yast_yncludedir}/power-management/*
%{yast_clientdir}/power-management.rb
%{yast_clientdir}/power-management_*.rb
%{yast_moduledir}/PowerManagement.*
%{yast_desktopdir}/power-management.desktop
%{yast_scrconfdir}/*
%{yast_schemadir}/autoyast/rnc/power-management.rnc
%doc %{yast_docdir}
File renamed without changes.
File renamed without changes.
Empty file removed testsuite/tests/.cvsignore
Empty file.
39 changes: 0 additions & 39 deletions yast2-power-management.spec.in

This file was deleted.

0 comments on commit f37a97b

Please sign in to comment.