- updated Makefile.am.common - rebuilds ybc when make package-local

- 2.21.9

- yast's license is GPL-2.0 in doubt, not "GPL"
- 2.21.8

- ydoc/po-tools/po-stats: filter file name (FILE.LL.po:) that 'msgfmt
  --stats' now outputs.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-devtools?expand=0&rev=46
This commit is contained in:
Michal Filka
2012-05-03 09:07:30 +00:00
committed by Git OBS Bridge
parent 783f64e140
commit bb9ef517fe
4 changed files with 35 additions and 12 deletions
+18
View File
@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 3 08:12:00 UTC 2012 - mfilka@suse.com
- updated Makefile.am.common - rebuilds ybc when make package-local
- 2.21.9
-------------------------------------------------------------------
Thu Jan 12 15:49:16 UTC 2012 - coolo@suse.com
- yast's license is GPL-2.0 in doubt, not "GPL"
- 2.21.8
-------------------------------------------------------------------
Tue Jan 3 10:02:13 CET 2012 - ke@suse.de
- ydoc/po-tools/po-stats: filter file name (FILE.LL.po:) that 'msgfmt
--stats' now outputs.
-------------------------------------------------------------------
Fri Dec 16 08:54:17 UTC 2011 - coolo@suse.com
+14 -9
View File
@@ -1,7 +1,7 @@
#
# spec file for package yast2-devtools
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
Name: yast2-devtools
Version: 2.21.7
Version: 2.21.9
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -31,22 +31,27 @@ BuildRequires: libxslt
BuildRequires: perl-XML-Writer
BuildRequires: pkgconfig
BuildRequires: sgml-skel
Requires: libxslt
Requires: perl
Requires: perl-XML-Writer
Requires: libxslt
# we install our .pc under $prefix/share
Requires: pkgconfig >= 0.16
Requires: automake autoconf
Requires: autoconf
Requires: automake
Requires: gettext-tools
Requires: pkgconfig >= 0.16
Recommends: cmake
# /usr/lib/YaST2/bin/ydoxygen needs it
Recommends: doxygen
# for svn builds of binary packages
Recommends: libtool
Provides: ycpdoc ydoc
Obsoletes: ycpdoc ydoc
Provides: yast2-config-newmodule yast2-trans-newmodule
Obsoletes: yast2-config-newmodule yast2-trans-newmodule
Provides: ycpdoc
Provides: ydoc
Obsoletes: ycpdoc
Obsoletes: ydoc
Provides: yast2-config-newmodule
Provides: yast2-trans-newmodule
Obsoletes: yast2-config-newmodule
Obsoletes: yast2-trans-newmodule
Summary: YaST2 - Development Tools
License: GPL-2.0+
Binary file not shown.
Binary file not shown.