Bump for FC-6, fix bz 197717

This commit is contained in:
Tom Callaway 2006-09-11 14:21:20 +00:00
parent 30d40caa7b
commit d0501d6634
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 6%{?dist}
Release: 7%{?dist}
License: GPL
URL: http://www.gnu.org/software/rx/rx.html
Group: Applications/Text
@ -52,6 +52,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
make install DESTDIR=${RPM_BUILD_ROOT}
install -m 644 doc/rx.info ${RPM_BUILD_ROOT}%{_infodir}
rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.la
chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -83,6 +84,10 @@ fi
%{_libdir}/*.a
%changelog
* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.5-7
- fix bz 197717
- bump for FC-6
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.5-6
- bump for FC-5