[nini/f20] Remove noarch

Christopher Meng cicku at fedoraproject.org
Fri Dec 13 16:01:41 UTC 2013


commit ac11055215ad52b2ec1975ff5044957cf786d7eb
Author: Christopher Meng <i at cicku.me>
Date:   Sat Dec 14 00:00:57 2013 +0800

    Remove noarch

 nini.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nini.spec b/nini.spec
index a84dc8f..bdcc893 100644
--- a/nini.spec
+++ b/nini.spec
@@ -1,13 +1,14 @@
+%global debug_package %{nil}
+
 Name:           nini
 Version:        1.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        .NET configuration library
 License:        MIT
 URL:            http://nini.sourceforge.net
 Source0:        http://downloads.sourceforge.net/project/%{name}/Nini/%{version}/Nini-%{version}.zip
 Source1:        nini.pc
 BuildRequires:  mono-devel
-BuildArch:      noarch
 
 %description
 Nini is an .NET configuration library which designed to help build highly 
@@ -19,7 +20,7 @@ that provides an abstraction over the underlying configuration sources.
 
 %package        devel
 Summary:        Development files for %{name}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 This package contains a pkgconfig file for developing 
@@ -53,6 +54,9 @@ install -pm644 %{S:1} %{buildroot}%{_datadir}/pkgconfig/
 %{_datadir}/pkgconfig/nini.pc
 
 %changelog
+* Fri Dec 13 2013 Christopher Meng <rpm at cicku.me> - 1.1.0-3
+- No noarch.
+
 * Thu Nov 21 2013 Christopher Meng <rpm at cicku.me> - 1.1.0-2
 - Conform to Fedora Mono Packaging Guideline by using system shipped pki.
 


More information about the scm-commits mailing list