]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- up to 1.6.2 (build fails on tests)
authorwitekfl <witekfl@pld-linux.org>
Wed, 13 May 2009 18:19:26 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rm -f instead of a bare rm

Changed files:
    subversion.spec -> 1.259

subversion.spec

index c2e4089a21a49976fd1217da48eb7c92a96b4cab..161abd84e5a6525f162f64a494cac9dc5c418061 100644 (file)
@@ -33,12 +33,12 @@ Summary:    A Concurrent Versioning system similar to but better than CVS
 Summary(pl.UTF-8):     System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:          subversion
-Version:       1.6.1
+Version:       1.6.2
 Release:       1
 License:       Apache/BSD-like
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 95708b96b920faeffca017f43ec96777
+# Source0-md5: ebb1cecd313533ca0876f9bfc86bd5d9
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
@@ -543,8 +543,8 @@ install tools/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %find_lang %{name}
 
 %{?with_javahl:rm $RPM_BUILD_ROOT%{_libdir}/libsvnjavahl*.{la,a}}
-rm $RPM_BUILD_ROOT%{_libdir}/libsvn_swig*.{la,a}
-rm $RPM_BUILD_ROOT%{_libdir}/ruby/site_ruby/*/*/svn/ext/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/libsvn_swig*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/ruby/site_ruby/*/*/svn/ext/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.039546 seconds and 4 git commands to generate.