Compare commits

...

1 Commits
master ... f20

Author SHA1 Message Date
Jason Tibbitts 660d68f285 Add _monodir and _monogacdir from F21. 2015-01-18 16:33:27 -06:00
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,9 @@
diff -up redhat-rpm-config-9.1.0/macros.mono-srpm.orig redhat-rpm-config-9.1.0/macros.mono-srpm
--- redhat-rpm-config-9.1.0/macros.mono-srpm.orig 2015-01-18 15:55:51.009472124 -0600
+++ redhat-rpm-config-9.1.0/macros.mono-srpm 2015-01-18 15:57:11.646951234 -0600
@@ -1,2 +1,5 @@
# arches that mono builds on
%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64
+
+%_monodir %{_prefix}/lib/mono
+%_monogacdir %{_monodir}/gac

View File

@ -1,7 +1,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 9.1.0
Release: 54%{?dist}
Release: 55%{?dist}
# No version specified.
License: GPL+
Group: Development/System
@ -69,6 +69,7 @@ Patch25: redhat-rpm-config-9.1.0-libtool-hardened-build.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=986871
Patch26: redhat-rpm-config-9.1.0-unversioned-docdirs.patch
%endif
Patch27: redhat-rpm-config-9.1.0-mono.patch
BuildArch: noarch
Requires: coreutils
@ -113,6 +114,7 @@ Red Hat specific rpm configuration files.
%if 0%{?fedora} >= 20
%patch26 -p1
%endif
%patch27 -p1
%build
@ -134,6 +136,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysconfdir}/rpm/*
%changelog
* Sun Jan 18 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 9.1.0-55
- Add _monodir and _monogacdir from F21 so that we can have consistent
packaging guidelines across supported Fedora versions.
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 9.1.0-54
- update config.sub with ppc64p7 support (from Fedora automake)