[libqinfinity] 0.6 branch snapshot

Till Maas till at fedoraproject.org
Sat Oct 4 07:05:57 UTC 2014


commit 584593e25e3fb222fecd1cf9f1c10119da63a1c7
Author: Till Maas <opensource at till.name>
Date:   Sat Oct 4 08:39:34 2014 +0200

    0.6 branch snapshot

 .gitignore        |    1 +
 libqinfinity.spec |   36 +++++++++++++++++++++++-------------
 sources           |    2 +-
 3 files changed, 25 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 932fc85..5447ecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libqinfinity-1.0b5.tar.gz
 /libqinfinity-v0.5.0.tar.xz
 /libqinfinity-v0.5.1.tar.xz
 /libqinfinity-v0.5.2.tar.xz
+/libqinfinity-0.6-20140920.tar.xz
diff --git a/libqinfinity.spec b/libqinfinity.spec
index 79c688c..88ce9a6 100644
--- a/libqinfinity.spec
+++ b/libqinfinity.spec
@@ -1,16 +1,24 @@
+
+%define snap 20140920
+
 Name:           libqinfinity
-Epoch:          1
-Version:        0.5.2
-Release:        3%{?dist}
 Summary:        Qt bindings for libinfinity
+Epoch:          1
+Version:        0.6
+Release:        0.1.%{snap}%{?dist}
 
 License:        GPLv2
 URL:            https://projects.kde.org/projects/playground/libs/libqinfinity
+%if 0%{?snap}
+Source0:        libqinfinity-0.6-%{snap}.tar.xz 
+%else
 Source0:        http://download.kde.org/stable/%{name}/%{version}/src/%{name}-v%{version}.tar.xz
+%endif
 
-BuildRequires:  cmake
-BuildRequires:  qt-devel
-BuildRequires:  libinfinity-devel
+BuildRequires: cmake
+BuildRequires: pkgconfig(libinfinity-0.6)
+BuildRequires: pkgconfig(libgsasl) 
+BuildRequires: pkgconfig(QtNetwork)
 
 %description
 Qt wrapper around libinfinity, a library for collaborative editing
@@ -18,14 +26,13 @@ Qt wrapper around libinfinity, a library for collaborative editing
 %package        devel
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
-
 %description    devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-v%{version}
+%autosetup 
 
 
 %build
@@ -39,22 +46,25 @@ popd
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc
-%{_libdir}/*.so.*
+%{_libdir}/libqinfinity.so.3.1.0
+%{_libdir}/libqinfinity.so.5
 
 %files devel
 %doc AUTHORS COPYING README
-%{_includedir}/libqinfinity
-%{_libdir}/*.so
+%{_includedir}/libqinfinity/
+%{_libdir}/libqinfinity.so
 
 
 %changelog
+* Sat Sep 20 2014 Rex Dieter <rdieter at fedoraproject.org> 1:0.6-0.1.20140920
+- 0.6 branch snapshot
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index f19a6fc..5a979a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de78878142b492e2f9c79c3684ac2d23  libqinfinity-v0.5.2.tar.xz
+f1344eca67f4f37903744b2b527c7018  libqinfinity-0.6-20140920.tar.xz


More information about the scm-commits mailing list