source: server/fedora/specs/pysvn.spec.patch @ 1024

Last change on this file since 1024 was 1024, checked in by mitchb, 15 years ago
Clean up pysvn kludge for svn 1.5 on scripts. Patch the package version number the same way we do for the other packages we build, set up the build system to know how to build it from the upstream source, and make the base metapackage depend on our build of it.
File size: 559 bytes
RevLine 
[1024]1--- pysvn.spec  2009-03-23 10:49:59.000000000 -0400
2+++ pysvn.spec.new      2009-03-23 10:53:10.000000000 -0400
3@@ -2,7 +2,7 @@
4 
5 Name:           pysvn
6 Version:        1.6.2
7-Release:        1%{dist}
8+Release:        1%{dist}.scripts.%{scriptsversion}
9 Summary:        Pythonic style bindings for Subversion
10 Group:          Development/Languages
11 License:        ASL 1.1
12@@ -17,6 +17,7 @@
13 BuildRequires:  neon-devel
14 BuildRequires:  apr-devel
15 BuildRequires:  openssl-devel
16+Provides:       scripts-pysvn
17 
18 %description
19 Pythonic style bindings for Subversion
Note: See TracBrowser for help on using the repository browser.