This commit is contained in:
parent
730000881a
commit
262f42b569
@ -18,7 +18,7 @@ Some (probably SUSE specific) changes to linux.prov and linux.req
|
|||||||
+ cut -d: -f1))
|
+ cut -d: -f1))
|
||||||
pythonlist=
|
pythonlist=
|
||||||
tcllist=
|
tcllist=
|
||||||
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)(\\.config)?\$"))
|
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
||||||
|
|
||||||
#
|
#
|
||||||
# --- Alpha does not mark 64bit dependencies
|
# --- Alpha does not mark 64bit dependencies
|
||||||
@ -136,7 +136,7 @@ Some (probably SUSE specific) changes to linux.prov and linux.req
|
|||||||
+perllist=()
|
+perllist=()
|
||||||
+pythonlist=()
|
+pythonlist=()
|
||||||
+tcllist=()
|
+tcllist=()
|
||||||
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
+monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)(\\.config)?\$"))
|
||||||
|
|
||||||
#
|
#
|
||||||
# --- Alpha does not mark 64bit dependencies
|
# --- Alpha does not mark 64bit dependencies
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpm-python (Version 4.4.2)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -16,7 +16,7 @@ License: GPL v2 or later
|
|||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Summary: Python Bindings for Manipulating RPM Packages
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 185
|
Release: 194
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
@ -61,23 +61,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/python*
|
%{_libdir}/python*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri May 25 2007 - mls@suse.de
|
* Fri May 25 2007 mls@suse.de
|
||||||
- fix unicode queries
|
- fix unicode queries
|
||||||
* Fri Mar 30 2007 - rguenther@suse.de
|
* Fri Mar 30 2007 rguenther@suse.de
|
||||||
- add ncurses-devel and zlib-devel BuildRequires.
|
- 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
|
- use rpm.spec for building instead of duplication everything
|
||||||
- delete superfluous .a and .la files [#202604]
|
- delete superfluous .a and .la files [#202604]
|
||||||
- create .pyc and .pyo files [#205711]
|
- 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.
|
- Make sure config.rpath is present.
|
||||||
* Fri Sep 22 2006 - aj@suse.de
|
* Fri Sep 22 2006 aj@suse.de
|
||||||
- Fix for python2.5.
|
- 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
|
- do not package beecrypt python bindings as libbeecrypt is not
|
||||||
packaged either
|
packaged either
|
||||||
- fix literal %%{version} in Requires tag
|
- 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
|
- 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
|
- split from rpm package
|
||||||
|
@ -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
|
Mon Dec 3 13:38:20 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user