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 b0ef79c commit b086cb9
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 37 deletions.
4 changes: 3 additions & 1 deletion .cvsignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Makefile
Makefile.in
Makefile.am
configure
configure.in
configure.ac
config.h
config.h.in
config.cache
Expand All @@ -21,3 +21,5 @@ aclocal.m4
autom4te.cache
mkinstalldirs
Makefile.am.common
*.m4
*.ami
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0
2 changes: 0 additions & 2 deletions doc/.cvsignore

This file was deleted.

File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions package/.cvsignore

This file was deleted.

1 change: 1 addition & 0 deletions package/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.tar.bz2
7 changes: 7 additions & 0 deletions package/yast2-xml.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 19 17:55:54 UTC 2013 - lslezak@suse.cz

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

-------------------------------------------------------------------
Tue Jul 30 08:29:49 UTC 2013 - yast-devel@opensuse.org

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

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

Group: System/YaST
License: GPL-2.0+
BuildRequires: gcc-c++ libtool doxygen yast2-core-devel libxml2-devel
BuildRequires: yast2-devtools >= 3.0.6
Summary: YaST2 - XML Agent
Requires: yast2-core
Provides: yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml
Obsoletes: yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml

%description
The YaST2 XML agent

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

%build
%yast_build

%install
%yast_install

rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_xml.la


%files
%defattr(-,root,root)
%{yast_plugindir}/libpy2ag_xml.so.*
%{yast_plugindir}/libpy2ag_xml.so
%{yast_scrconfdir}/xml.scr
%doc %{yast_docdir}
File renamed without changes.
30 changes: 0 additions & 30 deletions yast2-xml.spec.in

This file was deleted.

0 comments on commit b086cb9

Please sign in to comment.