OBS User unknown 2008-01-17 23:45:52 +00:00 committed by Git OBS Bridge
parent 24f96a4afc
commit 95a184d0a8
4 changed files with 400 additions and 391 deletions

View File

@ -18,7 +18,7 @@ Some (probably SUSE specific) changes to linux.prov and linux.req
+ cut -d: -f1))
pythonlist=
tcllist=
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)(\\.config)?\$"))
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
#
# --- Alpha does not mark 64bit dependencies
@ -136,7 +136,7 @@ Some (probably SUSE specific) changes to linux.prov and linux.req
+perllist=()
+pythonlist=()
+tcllist=()
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)(\\.config)?\$"))
#
# --- Alpha does not mark 64bit dependencies

View File

@ -1,7 +1,7 @@
#
# spec file for package rpm-python (Version 4.4.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 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.
#
@ -16,7 +16,7 @@ License: GPL v2 or later
Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages
Version: 4.4.2
Release: 185
Release: 194
Requires: rpm = %{version}
%py_requires
Source99: rpm.spec
@ -61,23 +61,23 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python*
%changelog
* Fri May 25 2007 - mls@suse.de
* Fri May 25 2007 mls@suse.de
- fix unicode queries
* Fri Mar 30 2007 - rguenther@suse.de
* Fri Mar 30 2007 rguenther@suse.de
- add ncurses-devel and zlib-devel BuildRequires.
* Wed Oct 18 2006 - mls@suse.de
* Wed Oct 18 2006 mls@suse.de
- use rpm.spec for building instead of duplication everything
- delete superfluous .a and .la files [#202604]
- create .pyc and .pyo files [#205711]
* Sun Oct 15 2006 - schwab@suse.de
* Sun Oct 15 2006 schwab@suse.de
- Make sure config.rpath is present.
* Fri Sep 22 2006 - aj@suse.de
* Fri Sep 22 2006 aj@suse.de
- Fix for python2.5.
* Thu Sep 21 2006 - lnussel@suse.de
* Thu Sep 21 2006 lnussel@suse.de
- do not package beecrypt python bindings as libbeecrypt is not
packaged either
- fix literal %%{version} in Requires tag
* Thu Sep 21 2006 - lnussel@suse.de
* Thu Sep 21 2006 lnussel@suse.de
- fix build with python 2.5 by overriding autodetection
* Tue Sep 19 2006 - rguenther@suse.de
* Tue Sep 19 2006 rguenther@suse.de
- split from rpm package

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 17 19:19:09 CET 2008 - wberrier@suse.de
- autodeps.diff
pass .config files to mono-find-requires, not mono-find-provides
-------------------------------------------------------------------
Mon Dec 3 13:38:20 CET 2007 - dmueller@suse.de

761
rpm.spec

File diff suppressed because it is too large Load Diff