[qoauth] .spec cleanup, epel7: ExcludeArch: ppc64

Rex Dieter rdieter at fedoraproject.org
Mon Aug 4 19:03:52 UTC 2014


commit 350fd9230e974717f2cc96f982ff15185db147fc
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Aug 4 14:03:41 2014 -0500

    .spec cleanup, epel7: ExcludeArch: ppc64

 qoauth.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/qoauth.spec b/qoauth.spec
index dbb5077..2fbecfd 100644
--- a/qoauth.spec
+++ b/qoauth.spec
@@ -4,9 +4,8 @@
 
 Name:		qoauth
 Version:	1.0.1
-Release:	7%{?posttag}%{?dist}
+Release:	8%{?posttag}%{?dist}
 Summary:	Qt-based C++ library for OAuth authorization scheme
-Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://github.com/ayoy/qoauth
 Source0:	http://files.ayoy.net/qoauth/release/%{version}/src/%{name}-%{version}-src.tar.bz2
@@ -26,7 +25,6 @@ OAuth authorization scheme.
 
 %package devel
 Summary:	Development files for the Qt OAuth support library
-Group:		Development/Libraries
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	qt4-devel%{?_isa}
 Requires:	qca2-devel%{?_isa}
@@ -58,20 +56,15 @@ make install INSTALL="install -p" INSTALL_ROOT=%{buildroot}
 %check
 make check || :
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc README CHANGELOG LICENSE
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/html doc/examples
 %{_libdir}/*.so
 %{_libdir}/*.prl
@@ -80,6 +73,9 @@ rm -rf %{buildroot}
 %{_includedir}/*
 
 %changelog
+* Mon Aug 04 2014 Rex Dieter <rdieter at fedoraproject.org> 1.0.1-8
+- .spec cleanup, epel7: ExcludeArch: ppc64
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list