]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- updated to 0.23.0
authorArtur Frysiak <artur@frysiak.net>
Tue, 20 May 2003 09:20:25 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.30

subversion.spec

index 9fc5a5d0b379f7dc6ada855feebfa2cc6c465dc0..b21337f699121dda66e05f2539ffb02a0f6d6e3c 100644 (file)
@@ -1,12 +1,12 @@
 %include        /usr/lib/rpm/macros.python
 %define requires_eq_to()  %(LC_ALL="C" echo '%2' | xargs -r rpm -q --qf 'Requires: %1 = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
-%define        repov 4038
+%define        repov 4218
 Summary:       A Concurrent Versioning system similar to but better than CVS
 Summary(pl):   System kontroli wersji podobny, ale lepszy, ni¿ CVS
 Summary(pt_BR):        Sistema de versionamento concorrente
 Name:          subversion
-Version:       0.22.1
-Release:       0.2
+Version:       0.23.0
+Release:       0.1
 License:       Apache/BSD Style
 Group:         Development/Version Control
 #Source0Download:      http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
@@ -230,7 +230,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc BUGS CHANGES COPYING IDEAS INSTALL README
 %doc svn-handbook doc/book/misc-docs/misc-docs.html 
 %attr(755,root,root) %{_bindir}/svn*
-%exclude %{_bindir}/svn-config
+#%exclude %{_bindir}/svn-config
 %{_mandir}/man1/*
 %{_infodir}/svn*
 
@@ -241,7 +241,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}*
-%attr(755,root,root) %{_bindir}/svn-config
+#%attr(755,root,root) %{_bindir}/svn-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 
This page took 1.023173 seconds and 4 git commands to generate.