[mono-bouncycastle] Change paths for mono assemblies according to updated packaging guidelines (http://fedoraproject.org

Christian Krause chkr at fedoraproject.org
Sun Nov 20 23:35:50 UTC 2011


commit 224de6554e5accebfbc298bd8546ca535bfd0c9b
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Mon Nov 21 00:35:34 2011 +0100

    Change paths for mono assemblies according to updated packaging
    guidelines (http://fedoraproject.org/wiki/Packaging:Mono)

 mono-bouncycastle.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/mono-bouncycastle.spec b/mono-bouncycastle.spec
index dd357cb..e606798 100644
--- a/mono-bouncycastle.spec
+++ b/mono-bouncycastle.spec
@@ -2,7 +2,7 @@
 
 Name:           mono-bouncycastle
 Version:        1.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bouncy Castle Crypto Package for Mono
 
 Group:          System Environment/Libraries
@@ -40,17 +40,21 @@ nant -D:use-strong-name=true compile-release
 popd
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/mono/gac/
-gacutil -i crypto/api/bin/release/BouncyCastle.Crypto.dll -f -package bouncycastle -root $RPM_BUILD_ROOT%{_libdir}
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/mono/gac/
+gacutil -i crypto/api/bin/release/BouncyCastle.Crypto.dll -f -package bouncycastle -root $RPM_BUILD_ROOT%{_prefix}/lib
 
 %files
 %doc crypto/Contributors.html
 %doc crypto/License.html
 %doc crypto/Readme.html
-%{_libdir}/mono/gac/*/
-%{_libdir}/mono/bouncycastle/
+%{_prefix}/lib/mono/gac/*/
+%{_prefix}/lib/mono/bouncycastle/
 
 %changelog
+* Mon Nov 21 2011 Christian Krause <chkr at fedoraproject.org> - 1.7-2
+- Change paths for mono assemblies according to updated packaging
+  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
+
 * Sun Jun 26 2011 Kalev Lember <kalev at smartlink.ee> - 1.7-1
 - Update to 1.7
 - Cleaned up the spec file for modern rpmbuild


More information about the scm-commits mailing list