auto-import changelog data from ctags-5.2.3-3.src.rpm
Tue Jun 18 2002 Than Ngo <than@redhat.com> 5.2.3-3 - don't forcibly strip binaries Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed May 22 2002 Harald Hoyer <harald@redhat.de> - 5.2.3
This commit is contained in:
parent
48f1264578
commit
bf8f7418b7
@ -1 +1 @@
|
||||
ctags-5.2.2.tar.bz2
|
||||
ctags-5.2.3.tar.gz
|
||||
|
21
ctags.spec
21
ctags.spec
@ -1,11 +1,12 @@
|
||||
Summary: A C programming language indexing and/or cross-reference tool.
|
||||
Name: ctags
|
||||
Version: 5.2.2
|
||||
Release: 2
|
||||
Version: 5.2.3
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ctags.sourceforge.net/pub/ctags/ctags-%{version}.tar.bz2
|
||||
URL: http://home.HiWAAY.net/~darren
|
||||
Source: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gz
|
||||
Patch: ctags-5.2.3-config.patch
|
||||
URL: http://ctags.sourceforge.net/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -27,6 +28,7 @@ Install ctags if you are going to use your system for C programming.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .config
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -41,11 +43,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING EXTENDING.html FAQ INSTALL NEWS QUOTES README
|
||||
%doc COPYING EXTENDING.html FAQ INSTALL NEWS README
|
||||
%{_bindir}/ctags
|
||||
%{_mandir}/man1/ctags*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2002 Than Ngo <than@redhat.com> 5.2.3-3
|
||||
- don't forcibly strip binaries
|
||||
|
||||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed May 22 2002 Harald Hoyer <harald@redhat.de>
|
||||
- 5.2.3
|
||||
|
||||
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 5.2.2-2
|
||||
- rebuild in new enviroment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user