Accepting request 43446 from Base:System
Copy from Base:System/file based on submit request 43446 from user coolo OBS-URL: https://build.opensuse.org/request/show/43446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=39
This commit is contained in:
commit
c2392ae129
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 16:18:08 CEST 2010 - werner@suse.de
|
Mon Apr 19 16:18:08 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Obsoletes: file-64bit
|
|||||||
#
|
#
|
||||||
# Set Version also in python-magic.spec
|
# Set Version also in python-magic.spec
|
||||||
Version: 5.04
|
Version: 5.04
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Tool to Determine File Types
|
Summary: A Tool to Determine File Types
|
||||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -134,7 +134,7 @@ rm -f ltcf-c.sh ltconfig ltmain.sh
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DHOWMANY=69632"
|
CFLAGS="$RPM_OPT_FLAGS -DHOWMANY=69632"
|
||||||
%configure --datadir=%{_miscdir} --disable-static --with-pic --enable-fsect-man5
|
%configure --datadir=%{_miscdir} --disable-static --with-pic --enable-fsect-man5
|
||||||
%{__make} %{?jobs:-j%jobs} pkgdatadir='$(datadir)'
|
%{__make} %{?_smp_mflags} pkgdatadir='$(datadir)'
|
||||||
%if 0%{?build_python_bindings:1}
|
%if 0%{?build_python_bindings:1}
|
||||||
pushd python
|
pushd python
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
@ -27,7 +27,7 @@ License: BSD 3 Clause, BSD 4 Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.04
|
Version: 5.04
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user