This commit is contained in:
parent
dd13b51d1a
commit
9b1ffce3ce
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 16:10:31 CET 2009 - matejcik@suse.cz
|
||||
|
||||
- excluded pyconfig.h and Makefile and Setup from -devel subpackage
|
||||
to prevent file conflicts of python-base and python-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 16:00:02 CET 2009 - matejcik@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@ Obsoletes: python-64bit
|
||||
#
|
||||
Summary: Python Interpreter base package
|
||||
Version: 2.6.0
|
||||
Release: 6
|
||||
Release: 9
|
||||
#%define tarname Python-%{version}
|
||||
%define tarname Python-2.6
|
||||
Source0: %{tarname}.tar.bz2
|
||||
@ -263,9 +263,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -n python-devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/python%{python_version}/config/*
|
||||
%exclude %{_libdir}/python%{python_version}/config/Setup
|
||||
%exclude %{_libdir}/python%{python_version}/config/Makefile
|
||||
%defattr(644, root, root, 755)
|
||||
%{_libdir}/libpython*.so
|
||||
%{_includedir}/python*
|
||||
%exclude %{_includedir}/python%{python_version}/pyconfig.h
|
||||
%{_libdir}/python%{python_version}/test
|
||||
%defattr(755, root, root)
|
||||
%{_bindir}/python-config
|
||||
@ -383,6 +386,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/python2
|
||||
|
||||
%changelog
|
||||
* Fri Feb 06 2009 matejcik@suse.cz
|
||||
- excluded pyconfig.h and Makefile and Setup from -devel subpackage
|
||||
to prevent file conflicts of python-base and python-devel
|
||||
* Thu Jan 15 2009 matejcik@suse.cz
|
||||
- fixed gettext.py problem with empty plurals line (bnc#462375)
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
|
@ -24,7 +24,7 @@ Group: Development/Languages/Python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Additional Package Documentation for Python.
|
||||
Version: 2.6
|
||||
Release: 6
|
||||
Release: 9
|
||||
%define pyver 2.6
|
||||
BuildArch: noarch
|
||||
%define tarname Python-%{pyver}
|
||||
|
@ -35,7 +35,7 @@ Obsoletes: python-64bit
|
||||
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||
Summary: Python Interpreter
|
||||
Version: 2.6.0
|
||||
Release: 6
|
||||
Release: 9
|
||||
Requires: python-base = %{version}
|
||||
#%define tarname Python-%{version}
|
||||
%define tarname Python-2.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user