Fix location of pkgconfig files for libpytalloc*
This commit is contained in:
parent
d022165e53
commit
b74ce28f80
@ -6,7 +6,7 @@
|
||||
|
||||
Name: libtalloc
|
||||
Version: 2.1.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Summary: The talloc library
|
||||
License: LGPLv3+
|
||||
@ -139,7 +139,6 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/pytalloc.h
|
||||
%{_libdir}/pkgconfig/pytalloc-util.pc
|
||||
%{_libdir}/pkgconfig/pytalloc-util.cpython-*.pc
|
||||
%{_libdir}/libpytalloc-util.so
|
||||
|
||||
%if 0%{?with_python3}
|
||||
@ -151,7 +150,7 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
|
||||
%files -n python3-talloc-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/pytalloc.h
|
||||
%{_libdir}/pkgconfig/pytalloc-util.pc
|
||||
%{_libdir}/pkgconfig/pytalloc-util.cpython-*.pc
|
||||
%{_libdir}/libpytalloc-util.cpython*.so
|
||||
%endif
|
||||
|
||||
@ -168,6 +167,9 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 24 2017 Lukas Slebodnik <lslebodn@redhat.com> - 2.1.10-2
|
||||
- fix location of pkgconfig files for libpytalloc*
|
||||
|
||||
* Mon Jul 24 2017 Lukas Slebodnik <lslebodn@redhat.com> - 2.1.10-1
|
||||
- rhbz#1473997 New upstream release - 2.1.10
|
||||
- enable unit tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user