Accepting request 571504 from home:eeich:branches:network:cluster

* rename compat file and updated its description

OBS-URL: https://build.opensuse.org/request/show/571504
OBS-URL: https://build.opensuse.org/package/show/network:cluster/genders?expand=0&rev=6
This commit is contained in:
Egbert Eich 2018-01-31 17:28:17 +00:00 committed by Git OBS Bridge
parent 09192465e4
commit 92ad122396
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Wed Jan 31 13:42:28 UTC 2018 - cgoll@suse.com
- Put the libraries to external packages - Put the libraries to external packages
* added sample config files * added sample config files
* rename compat file and upadet its description * rename compat file and updated its description
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 30 13:38:14 UTC 2018 - cgoll@suse.com Tue Jan 30 13:38:14 UTC 2018 - cgoll@suse.com

View File

@ -200,6 +200,7 @@ LD_PRELOAD=%{buildroot}%{_libdir}/libgenders.so.0 %{buildroot}%{_bindir}/nodeatt
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}/lib/genders %dir %{_prefix}/lib/genders
%{_prefix}/lib/genders/* %{_prefix}/lib/genders/*
%{_mandir}/man3/gendlib*
%files -n %{pname}-devel %files -n %{pname}-devel
%defattr(-,root,root) %defattr(-,root,root)
@ -210,9 +211,6 @@ LD_PRELOAD=%{buildroot}%{_libdir}/libgenders.so.0 %{buildroot}%{_bindir}/nodeatt
%endif %endif
%{_mandir}/man3/genders* %{_mandir}/man3/genders*
%{_mandir}/man3/libgenders* %{_mandir}/man3/libgenders*
%{_mandir}/man3/Libgenders*
%{_mandir}/man3/Genders*
%{_mandir}/man3/gendlib*
%files -n python-%{pname} %files -n python-%{pname}
%if %{?_with_python_extensions:1}%{!?_with_python_extensions:0} %if %{?_with_python_extensions:1}%{!?_with_python_extensions:0}
@ -221,6 +219,8 @@ LD_PRELOAD=%{buildroot}%{_libdir}/libgenders.so.0 %{buildroot}%{_bindir}/nodeatt
%files -n perl-%{pname} %files -n perl-%{pname}
%if %{?_with_perl_extensions:1}%{!?_with_perl_extensions:0} %if %{?_with_perl_extensions:1}%{!?_with_perl_extensions:0}
%{_mandir}/man3/Libgenders*
%{_mandir}/man3/Genders*
%{_perldir}/* %{_perldir}/*
%endif %endif