Mailinglist Archive: limal-commit (27 mails)

< Previous Next >
[limal-commit] r2374 - in /limal-head/limal-devtools: VERSION devtools/bin/create-spec package/limal-devtools.changes
  • From: mcalmer@xxxxxxxxxxxxxxxx
  • Date: Fri, 09 Nov 2007 13:22:49 -0000
  • Message-id: <20071109132249.732C62986A@xxxxxxxxxxxxxxxx>
Author: mcalmer
Date: Fri Nov 9 14:22:49 2007
New Revision: 2374

URL: http://svn.opensuse.org/viewcvs/limal?rev=2374&view=rev
Log:
- version 1.4.2
- modify create-spec to require libblocxx-devel

Modified:
limal-head/limal-devtools/VERSION
limal-head/limal-devtools/devtools/bin/create-spec
limal-head/limal-devtools/package/limal-devtools.changes

Modified: limal-head/limal-devtools/VERSION
URL:
http://svn.opensuse.org/viewcvs/limal/limal-head/limal-devtools/VERSION?rev=2374&r1=2373&r2=2374&view=diff
==============================================================================
--- limal-head/limal-devtools/VERSION (original)
+++ limal-head/limal-devtools/VERSION Fri Nov 9 14:22:49 2007
@@ -1 +1 @@
-1.4.1
+1.4.2

Modified: limal-head/limal-devtools/devtools/bin/create-spec
URL:
http://svn.opensuse.org/viewcvs/limal/limal-head/limal-devtools/devtools/bin/create-spec?rev=2374&r1=2373&r2=2374&view=diff
==============================================================================
--- limal-head/limal-devtools/devtools/bin/create-spec (original)
+++ limal-head/limal-devtools/devtools/bin/create-spec Fri Nov 9 14:22:49 2007
@@ -14,6 +14,7 @@
# @HEADER-COMMENT@ - writes the SuSE .spec comment
# @HEADER@ - writes the usual header except BuildArch:,
# @HEADER-DEVEL@ - writes the -devel subpackage header, similar to
@HEADER@
+# @HEADER-DEVEL-1@ - writes the -devel subpackage header, similar to
@HEADER@ (used by version >= 1.4)
# @HEADER-PERL@ - writes the -perl subpackage header, similar to
@HEADER@
# @HEADER-INSTSYS@ - writes the -instsys subpackage header, similar to
@HEADER@
# @PREP@ - writes %prep with %setup
@@ -84,6 +85,7 @@
# spec file for package $RPMNAME (Version $VERSION)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -117,12 +119,24 @@
"\%package devel
Requires: $RPMNAME = %version
Requires: limal-devel, libstdc++-devel, blocxx-devel, pcre-devel
+
+Group: Development/Libraries/C and C++",
+
+ "\@HEADER-DEVEL-1\@" =>
+"\%package devel
+Requires: $RPMNAME = %version
+Requires: limal-devel
+
Group: Development/Libraries/C and C++",

"\@HEADER-PERL\@" =>
"\%package perl
Requires: limal-perl
-Requires: perl = %{perl_version}
+\%if 0\%{?fedora_version} >= 7
+Requires: perl(:MODULE_COMPAT_\%(eval \"`\%{__perl} -V:version`\"; echo
\$version))
+%else
+Requires: perl = \%{perl_version}
+%endif
Group: Development/Libraries/Perl",

"\@HEADER-INSTSYS\@" =>

Modified: limal-head/limal-devtools/package/limal-devtools.changes
URL:
http://svn.opensuse.org/viewcvs/limal/limal-head/limal-devtools/package/limal-devtools.changes?rev=2374&r1=2373&r2=2374&view=diff
==============================================================================
--- limal-head/limal-devtools/package/limal-devtools.changes (original)
+++ limal-head/limal-devtools/package/limal-devtools.changes Fri Nov 9
14:22:49 2007
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Nov 9 14:21:42 CET 2007 - mc@xxxxxxx
+
+- version 1.4.2
+- modify create-spec to require libblocxx-devel
+
+-------------------------------------------------------------------
Tue Nov 6 16:32:05 CET 2007 - mc@xxxxxxx

- version 1.4.1

--
To unsubscribe, e-mail: limal-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: limal-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages