- fix files list

This commit is contained in:
jorton 2008-07-02 07:46:44 +00:00
parent dd588d089d
commit 5dc06d6ac3

View File

@ -15,7 +15,7 @@
Summary: Modern Version Control System designed to replace CVS Summary: Modern Version Control System designed to replace CVS
Name: subversion Name: subversion
Version: 1.5.0 Version: 1.5.0
Release: 4 Release: 5
License: ASL 1.1 License: ASL 1.1
Group: Development/Tools Group: Development/Tools
URL: http://subversion.tigris.org/ URL: http://subversion.tigris.org/
@ -226,7 +226,7 @@ rm -rf ${RPM_BUILD_ROOT}
%defattr(-,root,root) %defattr(-,root,root)
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES %doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
%doc tools subversion/LICENSE mod_authz_svn-INSTALL %doc tools subversion/LICENSE mod_authz_svn-INSTALL
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README} %doc contrib/client-side/svn_load_dirs/{*.pl,*.example,*.README}
%{_bindir}/* %{_bindir}/*
%{_libdir}/libsvn_*.so.* %{_libdir}/libsvn_*.so.*
%{_mandir}/man*/* %{_mandir}/man*/*
@ -275,6 +275,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif %endif
%changelog %changelog
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
- fix files list
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4 * Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4
- swig-perl test suite fix for Perl 5.10 (upstream r31546) - swig-perl test suite fix for Perl 5.10 (upstream r31546)