- use pure_vendor_install to fix Perl modules
- use %find_lang to package translations (Axel Thimm)
This commit is contained in:
parent
d1e61330e7
commit
a03f0ef9c1
@ -6,7 +6,7 @@
|
||||
Summary: Modern Version Control System designed to replace CVS
|
||||
Name: subversion
|
||||
Version: 1.1.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: BSD
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.tigris.org/
|
||||
@ -98,7 +98,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
make install install-swig-py install-swig-pl-lib \
|
||||
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
|
||||
|
||||
# Add subversion.conf configuration file into httpd/conf.d directory.
|
||||
@ -134,6 +134,8 @@ done
|
||||
# Rename authz_svn INSTALL doc for docdir
|
||||
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%if %{make_check}
|
||||
%check
|
||||
make check check-swig-pl CLEANUP=yes
|
||||
@ -150,7 +152,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%postun perl -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
|
||||
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
|
||||
@ -188,6 +190,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man*/*::*
|
||||
|
||||
%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
|
||||
- don't use parallel make for swig-py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user