automatic version update by autodist [release 3.4-1mamba;Mon May 27 2019]
This commit is contained in:
parent
f513b5ff6c
commit
e497fd19ed
@ -1,5 +1,5 @@
|
|||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.3.2
|
Version: 3.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GNU general-purpose parser generator
|
Summary: A GNU general-purpose parser generator
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -49,7 +49,8 @@ If your system will be used for C development, you should install Bison since it
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_lang %{name}-runtime
|
%find_lang %{name}-runtime
|
||||||
cat %{name}-runtime.lang >> %{name}.lang
|
%find_lang %{name}-gnulib
|
||||||
|
cat %{name}-runtime.lang %{name}-gnulib.lang >> %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -79,6 +80,9 @@ cat %{name}-runtime.lang >> %{name}.lang
|
|||||||
# ChangeLog NEWS README THANKS TODO
|
# ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user