- use pure_vendor_install to fix Perl modules

- use %find_lang to package translations (Axel Thimm)
This commit is contained in:
jorton 2004-10-04 10:35:45 +00:00
parent d1e61330e7
commit a03f0ef9c1

View File

@ -6,7 +6,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.1.0 Version: 1.1.0
Release: 4 Release: 5
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
URL: http://subversion.tigris.org/ URL: http://subversion.tigris.org/
@ -98,7 +98,7 @@ rm -rf ${RPM_BUILD_ROOT}
make install install-swig-py install-swig-pl-lib \ make install install-swig-py install-swig-pl-lib \
DESTDIR=$RPM_BUILD_ROOT %{swigdirs} DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
make pure_install -C subversion/bindings/swig/perl/native \ make pure_vendor_install -C subversion/bindings/swig/perl/native \
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
# Add subversion.conf configuration file into httpd/conf.d directory. # Add subversion.conf configuration file into httpd/conf.d directory.
@ -134,6 +134,8 @@ done
# Rename authz_svn INSTALL doc for docdir # Rename authz_svn INSTALL doc for docdir
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%find_lang %{name}
%if %{make_check} %if %{make_check}
%check %check
make check check-swig-pl CLEANUP=yes make check check-swig-pl CLEANUP=yes
@ -150,7 +152,7 @@ rm -rf ${RPM_BUILD_ROOT}
%postun perl -p /sbin/ldconfig %postun perl -p /sbin/ldconfig
%files %files -f %{name}.lang
%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
@ -188,6 +190,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*::* %{_mandir}/man*/*::*
%changelog %changelog
* Mon Oct 4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
- use pure_vendor_install to fix Perl modules
- use %%find_lang to package translations (Axel Thimm)
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4 * Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
- don't use parallel make for swig-py - don't use parallel make for swig-py