m4rtink pushed to pyotherside (f21). "drop needless ldconfig scriptlets (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 13:29:24 UTC 2015


>From c2da3654f5439b7d2961d96addb85939ae8b8476 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Fri, 10 Apr 2015 08:06:30 -0500
Subject: drop needless ldconfig scriptlets

- drop deprecated .spec tags
- use %qmake_qt5 macro

diff --git a/pyotherside.spec b/pyotherside.spec
index c5574d6..be2d150 100644
--- a/pyotherside.spec
+++ b/pyotherside.spec
@@ -1,11 +1,10 @@
 Summary: Asynchronous Python 3 Bindings for Qt 5
 Name: pyotherside
 Version:    1.4.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
 URL: http://thp.io/2011/pyotherside/
 License: ISC
-Group: Development/Libraries
 BuildRequires: python3-devel
 BuildRequires: qt5-qtbase-devel
 BuildRequires: pkgconfig(Qt5Gui)
@@ -22,7 +21,7 @@ A QML Plugin that provides access to a Python 3 interpreter from QML.
 %setup -q
 
 %build
-%{_qt5_qmake}
+%{qmake_qt5}
 make %{?_smp_mflags}
 
 %check
@@ -31,18 +30,18 @@ xvfb-run ./tests/tests
 %install
 make INSTALL_ROOT=%{buildroot} install
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
 %doc README LICENSE
 %dir %{_libdir}/qt5/qml/io/
 %dir %{_libdir}/qt5/qml/io/thp/
 %{_libdir}/qt5/qml/io/thp/pyotherside
 
 %changelog
+* Fri Apr 10 2015 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-4
+- drop needless ldconfig scriptlets
+- drop deprecated .spec tags
+- use %%qmake_qt5 macro
+
 * Fri Apr 10 2015 Martin Kolman <mkolman at redhat.com> - 1.4.0-3
 - fix QML plugin directory ownership
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pyotherside.git/commit/?h=f21&id=c2da3654f5439b7d2961d96addb85939ae8b8476


More information about the scm-commits mailing list