View | Details | Raw Unified | Return to bug 9548
Collapse All | Expand All

(-)libdnet.spec.orig (-2 / +5 lines)
Lines 1-6 Link Here
1
Name: libdnet
1
Name: libdnet
2
Version: 1.11
2
Version: 1.11
3
Release: alt1
3
Release: alt2
4
4
5
Summary: A dumb networking library
5
Summary: A dumb networking library
6
Group: System/Libraries
6
Group: System/Libraries
Lines 182-192 Link Here
182
182
183
%if_with python
183
%if_with python
184
%files -n %packagename
184
%files -n %packagename
185
%_libexecdir/python*/site-packages/*
185
%_libdir/python*/site-packages/*
186
%doc python/README python/test.py python/dnet.pyx
186
%doc python/README python/test.py python/dnet.pyx
187
%endif
187
%endif
188
188
189
%changelog
189
%changelog
190
* Thu May 11 2006 Igor Zubkov <icesik@altlinux.ru> 1.11-alt2
191
- s/_libexecdir/_libdir/ for properly build on x86_64
192
190
* Wed Jan 25 2006 Ilya Evseev <evseev@altlinux.ru> 1.11-alt1
193
* Wed Jan 25 2006 Ilya Evseev <evseev@altlinux.ru> 1.11-alt1
191
- updated to new version 1.11
194
- updated to new version 1.11
192
- specfile: added explicit build requirement to fresh rpm-build-python package
195
- specfile: added explicit build requirement to fresh rpm-build-python package

Return to bug 9548