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