- Fix the license tag

- Install COPYING
This commit is contained in:
Petr Machata 2010-03-05 15:02:15 +00:00
parent aa584ce746
commit 7594881163

View File

@ -1,8 +1,8 @@
Summary: A GNU general-purpose parser generator Summary: A GNU general-purpose parser generator
Name: bison Name: bison
Version: 2.4.1 Version: 2.4.1
Release: 4%{?dist} Release: 5%{?dist}
License: GPLv2+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
Patch1: bison-2.4-reap_subpipe.patch Patch1: bison-2.4-reap_subpipe.patch
@ -102,7 +102,7 @@ fi
# when the target parser file is generated. # when the target parser file is generated.
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO %doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO COPYING
%{_mandir}/*/bison* %{_mandir}/*/bison*
%{_datadir}/bison %{_datadir}/bison
%{_infodir}/bison.info* %{_infodir}/bison.info*
@ -110,8 +110,10 @@ fi
%{_datadir}/aclocal/bison*.m4 %{_datadir}/aclocal/bison*.m4
%files -f %{name}-runtime.lang runtime %files -f %{name}-runtime.lang runtime
%doc COPYING
%files devel %files devel
%doc COPYING
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/liby.a %{_libdir}/liby.a
@ -119,6 +121,10 @@ fi
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Mar 5 2010 Petr Machata <pmachata@redhat.com> - 2.4.1-5
- Fix the license tag
- Install COPYING
* Mon Aug 24 2009 Petr Machata <pmachata@redhat.com> - 2.4.1-4 * Mon Aug 24 2009 Petr Machata <pmachata@redhat.com> - 2.4.1-4
- Fix installation with --excludedocs - Fix installation with --excludedocs
- Resolves: #515939 - Resolves: #515939