[libqinfinity] libqinfinity 0.5.0

Daniel Vrátil dvratil at fedoraproject.org
Tue Aug 27 15:17:47 UTC 2013


commit b55258310841e1e374b86b85381138a4b1f1ee4f
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Tue Aug 27 17:06:45 2013 +0200

    libqinfinity 0.5.0

 .gitignore        |    1 +
 dead.package      |    1 -
 libqinfinity.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 4 files changed, 62 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b8af33..b192058 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libqinfinity-1.0b5.tar.gz
+/libqinfinity-v0.5.0.tar.xz
diff --git a/libqinfinity.spec b/libqinfinity.spec
new file mode 100644
index 0000000..8827d26
--- /dev/null
+++ b/libqinfinity.spec
@@ -0,0 +1,60 @@
+Name:           libqinfinity
+Epoch:          1
+Version:        0.5.0
+Release:        1%{?dist}
+Summary:        Qt bindings for libinfinity
+
+License:        GPLv2
+URL:            https://projects.kde.org/projects/playground/libs/libqinfinity
+Source0:        http://download.kde.org/stable/%{name}/%{version}/src/%{name}-v%{version}.tar.xz
+
+BuildRequires:  cmake
+BuildRequires:  qt-devel
+BuildRequires:  libinfinity-devel
+
+%description
+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}
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake ..
+make %{?_smp_mflags}
+popd
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc
+%{_libdir}/*.so.*
+
+%files devel
+%doc AUTHORS COPYING README
+%{_includedir}/libqinfinity-1.0
+%{_libdir}/*.so
+
+
+%changelog
+* Mon Aug 26 2013 Daniel Vrátil <dvratil at redhat.com> - 1:0.5.0
+ - libqinfinity 0.5.0
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..8a70e22
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+40259dc725a17dc396c3cff45c18c367  libqinfinity-v0.5.0.tar.xz


More information about the scm-commits mailing list