- fix license tag

This commit is contained in:
Marcela Mašláňová 2010-01-04 12:34:48 +00:00
parent 3fab922bcc
commit 58d4b78760

View File

@ -1,8 +1,8 @@
Summary: A C programming language indexing and/or cross-reference tool
Name: ctags
Version: 5.8
Release: 1%{?dist}
License: GPLv2+
Release: 2%{?dist}
License: GPLv2+ or Public Domain
Group: Development/Tools
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: ctags-5.7-destdir.patch
@ -85,6 +85,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/etags.%{name}.1*
%changelog
* Mon Jan 4 2009 Marcela Mašláňová <mmaslano@redhat.com> - 5.8-2
- fix license tag
* Tue Sep 01 2009 Than Ngo <than@redhat.com> - 5.8-1
- 5.8
- apply patch to fix segment fault, thanks to Masatake YAMATO