- Fix the license tag
- Install COPYING
This commit is contained in:
parent
aa584ce746
commit
7594881163
12
bison.spec
12
bison.spec
@ -1,8 +1,8 @@
|
||||
Summary: A GNU general-purpose parser generator
|
||||
Name: bison
|
||||
Version: 2.4.1
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Release: 5%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
||||
Patch1: bison-2.4-reap_subpipe.patch
|
||||
@ -102,7 +102,7 @@ fi
|
||||
# when the target parser file is generated.
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO
|
||||
%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO COPYING
|
||||
%{_mandir}/*/bison*
|
||||
%{_datadir}/bison
|
||||
%{_infodir}/bison.info*
|
||||
@ -110,8 +110,10 @@ fi
|
||||
%{_datadir}/aclocal/bison*.m4
|
||||
|
||||
%files -f %{name}-runtime.lang runtime
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%doc COPYING
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liby.a
|
||||
|
||||
@ -119,6 +121,10 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%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
|
||||
- Fix installation with --excludedocs
|
||||
- Resolves: #515939
|
||||
|
Loading…
Reference in New Issue
Block a user