- Implement shared library naming guidelines: move the library to
libcheck0. The new package obsoletes 'check', as there is no other content. - Do not pass --enable-pic to configure: only static libs profit from this. - Add fdupes BuildRequires to eliminate the couple duplicates. - Move %install_info_delete from postun to preun: access to the .info files is required for successful execution. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=32
This commit is contained in:
parent
5e96aca333
commit
9b03149b75
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 16:46:15 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Implement shared library naming guidelines
|
||||
- Implement shared library naming guidelines: move the library to
|
||||
libcheck0. The new package obsoletes 'check', as there is no
|
||||
other content.
|
||||
- Do not pass --enable-pic to configure: only static libs profit
|
||||
from this.
|
||||
- Add fdupes BuildRequires to eliminate the couple duplicates.
|
||||
- Move %install_info_delete from postun to preun: access to the
|
||||
.info files is required for successful execution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 23 21:27:32 UTC 2014 - dimstar@opensuse.org
|
||||
|
@ -86,7 +86,7 @@ make %{?_smp_mflags} docdir=%{_docdir}/%{name}
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun devel
|
||||
%preun devel
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%files -n %lname
|
||||
|
Loading…
Reference in New Issue
Block a user