Accepting request 455444 from devel:tools:compiler
1 OBS-URL: https://build.opensuse.org/request/show/455444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=30
This commit is contained in:
commit
ca31b2463c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 14:05:38 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Fix de-registration of the info files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 09:00:23 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flex
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -75,7 +75,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %%{_infodir}/%{name}.info%{ext_info}
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user