heliocastro pushed to libqtxdg (f20). "libqtxdg-1.0.0, soname bump (#1147204)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 12 22:04:14 UTC 2015


>From e39e08887d78b7bea91c02b3a44d8d873eea626f Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Thu, 16 Oct 2014 08:37:24 -0500
Subject: libqtxdg-1.0.0, soname bump (#1147204)


diff --git a/.gitignore b/.gitignore
index bce8140..146aa3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libqtxdg-0.5.3.tar.xz
+/libqtxdg-1.0.0.tar.xz
diff --git a/libqtxdg.spec b/libqtxdg.spec
index 9493ae1..384e201 100644
--- a/libqtxdg.spec
+++ b/libqtxdg.spec
@@ -10,8 +10,8 @@
 
 Name:           libqtxdg
 Summary:        Qt4 implementation of desktop specifications
-Version:        0.5.3
-Release:        4%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Group:          Applications/System
 License:        LGPLv2+
 URL:            https://github.com/lxde/libqtxdg
@@ -64,14 +64,14 @@ Files used for developing and building software that uses Qt5Xdg.
 
 
 %prep
-%setup -q -c
+%setup -q -n libqtxdg
 
 
 %build
 %if %with qt4
 mkdir build-qt4
 cd build-qt4
-%{?cmake28}%{!?cmake28:%{?cmake}} ..
+%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QTMIMETYPES:BOOL=OFF ..
 make %{?_smp_mflags}
 cd ..
 %endif
@@ -79,7 +79,7 @@ cd ..
 %if %with qt5
 mkdir build-qt5
 cd build-qt5
-%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5=Yes ..
+%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5:BOOL=ON ..
 make %{?_smp_mflags}
 cd ..
 %endif
@@ -108,7 +108,7 @@ grep "%{_datadir}/libqt5xdg/" libqtxdg-all.lang > libqtxdg-qt5.lang
 %postun -p /sbin/ldconfig
 
 %files -f libqtxdg.lang
-%{_libdir}/libqtxdg.so.0*
+%{_libdir}/libqtxdg.so.1*
 %dir %{_datadir}/libqtxdg/
 %doc COPYING AUTHORS
 
@@ -125,7 +125,7 @@ grep "%{_datadir}/libqt5xdg/" libqtxdg-all.lang > libqtxdg-qt5.lang
 %postun qt5 -p /sbin/ldconfig
 
 %files qt5 -f libqtxdg-qt5.lang
-%{_libdir}/libQt5Xdg.so.0*
+%{_libdir}/libQt5Xdg.so.1*
 %dir %{_datadir}/libqt5xdg/
 %doc COPYING AUTHORS
 
@@ -139,6 +139,9 @@ grep "%{_datadir}/libqt5xdg/" libqtxdg-all.lang > libqtxdg-qt5.lang
 
 
 %changelog
+* Thu Oct 16 2014 Rex Dieter <rdieter at fedoraproject.org> - 1.0.0-1
+- libqtxdg-1.0.0, soname bump (#1147204)
+
 * Thu Oct 02 2014 Rex Dieter <rdieter at fedoraproject.org> - 0.5.3-4
 - Provide qt4 support (#1147204)
 - rename libqtxdg-qt4 -> libqtxdg, libqtxdg-qt4-devel -> libqtxdg to ease/simplify upgrade path
diff --git a/sources b/sources
index 06a35b7..2ea5c51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a1058d61600907e15bca991a60a70d7  libqtxdg-0.5.3.tar.xz
+394b6cedec6d580d387a73842343f53e  libqtxdg-1.0.0.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libqtxdg.git/commit/?h=f20&id=e39e08887d78b7bea91c02b3a44d8d873eea626f


More information about the scm-commits mailing list