Accepting request 738373 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/738373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=31
This commit is contained in:
commit
6b147d076f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:14:29 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 15:02:11 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||
|
||||
|
@ -22,7 +22,6 @@ Version: 2.8.3
|
||||
Release: 0
|
||||
Summary: Python-PostgreSQL Database Adapter
|
||||
License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception
|
||||
Group: Development/Languages/Python
|
||||
URL: http://initd.org/psycopg/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
@ -58,7 +57,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%install
|
||||
%python_install
|
||||
%python_expand rm -rf %{buildroot}%{$python_sitearch}/psycopg2/tests # Don't package testsuite
|
||||
%fdupes -s %{buildroot}/%{_mandir} # Create symlinks for man pages
|
||||
%fdupes %{buildroot}/%{_mandir} # Create symlinks for man pages
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
|
Loading…
x
Reference in New Issue
Block a user