This commit is contained in:
parent
9ca22243e0
commit
f794e0de4e
@ -1,5 +1,4 @@
|
||||
SUSE specific platform changes. The libexecdir definition is probably
|
||||
wrong, LSB seems to demand "%{_exec_prefix}/lib".
|
||||
SUSE specific platform changes.
|
||||
|
||||
--- ./platform.in.orig 2005-01-26 03:39:54.000000000 +0000
|
||||
+++ ./platform.in 2006-02-17 14:18:30.000000000 +0000
|
||||
@ -8,7 +7,7 @@ wrong, LSB seems to demand "%{_exec_prefix}/lib".
|
||||
%_bindir @bindir@
|
||||
%_sbindir @sbindir@
|
||||
-%_libexecdir @libexecdir@
|
||||
+%_libexecdir %{_libdir}
|
||||
+%_libexecdir %{_exec_prefix}/lib
|
||||
%_datadir @datadir@
|
||||
%_sysconfdir @sysconfdir@
|
||||
%_sharedstatedir @sharedstatedir@
|
||||
|
@ -24,7 +24,7 @@ License: GPL v2 or later
|
||||
Group: System/Packages
|
||||
Summary: Python Bindings for Manipulating RPM Packages
|
||||
Version: 4.4.2.3
|
||||
Release: 41
|
||||
Release: 42
|
||||
Requires: rpm = %{version}
|
||||
%py_requires
|
||||
Source99: rpm.spec
|
||||
@ -69,35 +69,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/python*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2009 ro@suse.de
|
||||
- adapt buildrequires
|
||||
* Wed Oct 08 2008 cthiel@suse.de
|
||||
- added libelf-devel to BuildRequires to fix build
|
||||
* Thu Sep 11 2008 mls@suse.de
|
||||
- update to 4.4.2.3 to get rid of >50 patches
|
||||
* Sat Aug 30 2008 cthiel@suse.de
|
||||
- add libselinux-devel to BuildRequires
|
||||
* Thu Aug 07 2008 dmueller@suse.de
|
||||
- fix build against python 2.6
|
||||
* Thu Mar 27 2008 coolo@suse.de
|
||||
- fix buildrequires
|
||||
* Fri May 25 2007 mls@suse.de
|
||||
- fix unicode queries
|
||||
* Fri Mar 30 2007 rguenther@suse.de
|
||||
- add ncurses-devel and zlib-devel BuildRequires.
|
||||
* 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
|
||||
- Make sure config.rpath is present.
|
||||
* Fri Sep 22 2006 aj@suse.de
|
||||
- Fix for python2.5.
|
||||
* 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
|
||||
- fix build with python 2.5 by overriding autodetection
|
||||
* Tue Sep 19 2006 rguenther@suse.de
|
||||
- split from rpm package
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 12:50:30 CEST 2009 - coolo@novell.com
|
||||
|
||||
- the correct value for libexecdir is exec_prefix/lib (as the
|
||||
comment rightfully already mentioned)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 11:53:50 CEST 2009 - mmarek@suse.cz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user