- update to 1.4.3 (#228691)
- remove trailing dot from Summary - use current preferred standard BuildRoot - add post/postun ldconfig scriptlets for -ruby and -javahl
This commit is contained in:
parent
d279ff537d
commit
dadd06ed54
@ -1,7 +1 @@
|
|||||||
*.src.rpm
|
subversion-1.4.3.tar.gz
|
||||||
*.tar.gz
|
|
||||||
x86_64
|
|
||||||
subversion-1.4.0
|
|
||||||
clog
|
|
||||||
subversion-1.4.0.tar.gz
|
|
||||||
subversion-1.4.2.tar.gz
|
|
||||||
|
@ -199,6 +199,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%postun perl -p /sbin/ldconfig
|
%postun perl -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post ruby -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun ruby -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post javahl -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun javahl -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%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
|
||||||
@ -253,9 +261,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-2
|
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-2
|
||||||
- update to 1.4.3
|
- update to 1.4.3 (#228691)
|
||||||
- remove trailing dot from Summary
|
- remove trailing dot from Summary
|
||||||
- use current preferred standard BuildRoot
|
- use current preferred standard BuildRoot
|
||||||
|
- add post/postun ldconfig scriptlets for -ruby and -javahl
|
||||||
|
|
||||||
* Fri Dec 8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
|
* Fri Dec 8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
|
||||||
- fix use of python_sitearch
|
- fix use of python_sitearch
|
||||||
|
Loading…
Reference in New Issue
Block a user