SPECS: subversion.spec - get rid of unnecessary libtool files from...
wrobell
wrobell at pld-linux.org
Fri Jan 5 15:03:35 CET 2007
Author: wrobell Date: Fri Jan 5 14:03:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- get rid of unnecessary libtool files from perl and python subpackages
- bump apr-util build requirements due to fixed mysql libtool dependencies
fixed in apr-util
- rel. 3
---- Files affected:
SPECS:
subversion.spec (1.177 -> 1.178)
---- Diffs:
================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.177 SPECS/subversion.spec:1.178
--- SPECS/subversion.spec:1.177 Sat Dec 23 13:54:17 2006
+++ SPECS/subversion.spec Fri Jan 5 15:03:29 2007
@@ -18,7 +18,7 @@
Summary(pt_BR): Sistema de versionamento concorrente
Name: subversion
Version: 1.4.2
-Release: 2
+Release: 3
License: Apache/BSD Style
Group: Development/Version Control
Source0: http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz
@@ -45,7 +45,7 @@
%endif
%endif
BuildRequires: apr-devel >= 1:1.0.0
-BuildRequires: apr-util-devel >= 1:1.2.7-4
+BuildRequires: apr-util-devel >= 1:1.2.8-3
BuildRequires: autoconf >= 2.59
BuildRequires: bison
BuildRequires: expat-devel
@@ -376,6 +376,8 @@
%find_lang %{name}
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*swig*.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -439,6 +441,7 @@
%{_libdir}/lib*.la
%if %{with perl} || %{with python}
%exclude %{_libdir}/lib*_swig_*.so
+# just in case:
%exclude %{_libdir}/lib*swig*.la
%endif
%{_examplesdir}/%{name}-%{version}
@@ -478,7 +481,6 @@
%attr(755,root,root) %{py_sitedir}/libsvn/*.so
%{_examplesdir}/python-%{name}-%{version}
%attr(755,root,root) %{_libdir}/lib*_swig_py*.so*
-%{_libdir}/lib*_swig_py*.la
%endif
%if %{with perl}
@@ -491,7 +493,6 @@
%{perl_vendorarch}/auto/SVN/*/*.bs
%{_mandir}/man3/*.3pm*
%attr(755,root,root) %{_libdir}/lib*_swig_perl*.so*
-%{_libdir}/lib*_swig_perl*.la
%endif
%if %{with apache}
@@ -515,6 +516,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.178 2007/01/05 14:03:29 wrobell
+- get rid of unnecessary libtool files from perl and python subpackages
+- bump apr-util build requirements due to fixed mysql libtool dependencies
+ fixed in apr-util
+- rel. 3
+
Revision 1.177 2006/12/23 12:54:17 arekm
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.177&r2=1.178&f=u
More information about the pld-cvs-commit
mailing list