[clipgrab] Use fedora build flags so package complies with packaging guidelines

Leigh Scott leigh123linux at rpmfusion.org
Wed Aug 17 10:30:47 CEST 2016


commit cf374839edac04a1a52be48e0f4aa288132610f0
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Aug 17 09:30:41 2016 +0100

    Use fedora build flags so package complies with packaging guidelines

 clipgrab.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/clipgrab.spec b/clipgrab.spec
index 98e2d1d..ccdf7ee 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,6 +1,6 @@
 Name:           clipgrab
 Version:        3.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
 Group:          Applications/Internet
@@ -20,11 +20,11 @@ ClipGrab is a free downloader and converter for YouTube, Vimeo, Dailymotion
 and many other online video sites.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 chmod 0644 *.cpp *.h icon.png COPYING README license.odt
 
 %build
-qmake-qt4 %{name}.pro
+%{qmake_qt4} %{name}.pro
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +49,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
 
 
 %changelog
+* Wed Aug 17 2016 Leigh Scott <leigh123linux at googlemail.com> - 3.6.1-2
+- Use fedora build flags so package complies with packaging guidelines
+
 * Fri Jul 01 2016 Martin Gansser <martinkg at fedoraproject.org> - 3.6.1-1
 - Update to 3.6.1
 


More information about the rpmfusion-commits mailing list