Cleanup per merge review
This commit is contained in:
parent
7cffe6092d
commit
59c03ee6da
14
bison.spec
14
bison.spec
@ -1,7 +1,7 @@
|
||||
Summary: A GNU general-purpose parser generator.
|
||||
Summary: A GNU general-purpose parser generator
|
||||
Name: bison
|
||||
Version: 2.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
||||
@ -81,6 +81,8 @@ if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/bison.info.gz %{_infodir}/dir --entry="* bison: (bison). The GNU parser generator." || :
|
||||
fi
|
||||
|
||||
# The distribution contains also source files. These are used by m4
|
||||
# when the target parser file is generated.
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO
|
||||
@ -100,6 +102,12 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Sep 15 2008 Petr Machata <pmachata@redhat.com> - 2.3-6
|
||||
- Merge review:
|
||||
- Drop terminating dot from Summary
|
||||
- Escape macros inadvertently left in changelog
|
||||
- Explain why are there source files in the main package
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-5
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
@ -148,7 +156,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- update upstream URLs, add doc files (#144346)
|
||||
|
||||
* Thu Jan 6 2005 Roland McGrath <roland@redhat.com> - 2.0-3
|
||||
- missing %defattr for subpackage
|
||||
- missing %%defattr for subpackage
|
||||
|
||||
* Thu Jan 6 2005 Roland McGrath <roland@redhat.com> - 2.0-2
|
||||
- split liby.a into bison-devel package
|
||||
|
Loading…
Reference in New Issue
Block a user