forked from pool/talloc
It's post-11.0 and not 10.2.
- BuildIgnore python for post-11.0 systems only. - Package the talloc man page only on post-11.0 systems. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=18
This commit is contained in:
parent
4a60342fbf
commit
2152f35629
@ -1,8 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 11:29:51 UTC 2013 - lmuelle@suse.com
|
Mon Jul 22 11:29:51 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
- BuildIgnore python for post-10.2 systems only.
|
- BuildIgnore python for post-11.0 systems only.
|
||||||
- Package the talloc man page only on post-10.2 systems.
|
- Package the talloc man page only on post-11.0 systems.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 7 06:10:03 UTC 2013 - coolo@suse.com
|
Sun Jul 7 06:10:03 UTC 2013 - coolo@suse.com
|
||||||
|
@ -34,7 +34,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1100
|
||||||
#!BuildIgnore: python
|
#!BuildIgnore: python
|
||||||
%endif
|
%endif
|
||||||
Url: http://talloc.samba.org/
|
Url: http://talloc.samba.org/
|
||||||
@ -149,7 +149,7 @@ DESTDIR=${RPM_BUILD_ROOT} make install
|
|||||||
%{_includedir}/talloc.h
|
%{_includedir}/talloc.h
|
||||||
%{_libdir}/libtalloc.so
|
%{_libdir}/libtalloc.so
|
||||||
%{_libdir}/pkgconfig/talloc.pc
|
%{_libdir}/pkgconfig/talloc.pc
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
|
||||||
%{_mandir}/man3/talloc.3*
|
%{_mandir}/man3/talloc.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user