commit ed0fd27869548ad5b6806c4be0c373f6cd713aab23a556dd511f08f3239f875c Author: Dominique Leuenberger Date: Sat Nov 15 10:41:18 2014 +0000 Accepting request 260761 from X11:lxde fixed license tag OBS-URL: https://build.opensuse.org/request/show/260761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-policykit?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/lxqt-policykit-0.8.0.tar.xz b/lxqt-policykit-0.8.0.tar.xz new file mode 100644 index 0000000..38de145 --- /dev/null +++ b/lxqt-policykit-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236 +size 16012 diff --git a/lxqt-policykit.changes b/lxqt-policykit.changes new file mode 100644 index 0000000..4423004 --- /dev/null +++ b/lxqt-policykit.changes @@ -0,0 +1,52 @@ +------------------------------------------------------------------- +Mon Nov 10 21:22:56 UTC 2014 - andrea@opensuse.org + +- Fixed License string + +------------------------------------------------------------------- +Sat Oct 25 11:47:48 UTC 2014 - andrea@opensuse.org + +- new upstream version 0.8.0 + +------------------------------------------------------------------- +Tue May 13 17:59:38 UTC 2014 - andrea@opensuse.org + +- removed unsed buildrequires + +------------------------------------------------------------------- +Tue May 13 17:17:42 UTC 2014 - sfalken@opensuse.org + +- Specfile cleanup + +------------------------------------------------------------------- +Mon May 12 16:19:54 UTC 2014 - sfalken@opensuse.org + +- removed fedora spec, split into subproject + Del: lxqt-policykit-Fedora_20.spec + +------------------------------------------------------------------- +Sat May 10 21:20:25 UTC 2014 - sfalken@opensuse.org + +- Ran spec-cleaner on openSUSE specfile + +------------------------------------------------------------------- +Fri May 9 23:20:36 UTC 2014 - sfalken@opensuse.org + +- Added specfile for Fedora_20 + Add: lxqt-policykit-Fedora_20.spec + +------------------------------------------------------------------- +Fri May 9 16:35:47 UTC 2014 - sfalken@opensuse.org + +- Added tarball for new stable release + Add: lxqt-policykit-0.7.0.tar.xz + Del: _service + +------------------------------------------------------------------- +Thu Apr 3 20:11:52 UTC 2014 - sfalken@opensuse.org + +- Initial Source Upload + Add: _service + Add: lxqt-policykit.spec + Add: lxqt-policykit.changes + diff --git a/lxqt-policykit.spec b/lxqt-policykit.spec new file mode 100644 index 0000000..7931e51 --- /dev/null +++ b/lxqt-policykit.spec @@ -0,0 +1,53 @@ +# +# spec file for package lxqt-policykit +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: lxqt-policykit +Version: 0.8.0 +Release: 0 +Summary: PolicyKit authentication agent +License: LGPL-2.1+ +Group: System/GUI/LXDE-Qt +Url: http://www.lxde.org +Source: %{name}-%{version}.tar.xz +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(lxqt-qt5) >= 0.8.0 +BuildRequires: pkgconfig(lxqt-globalkeys-qt5) +BuildRequires: pkgconfig(polkit-qt5-core-1) +BuildRequires: pkgconfig(Qt5Xdg) +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +PolicyKit authentication agent for LXDE-Qt + +%prep +%setup -q + +%build +%cmake -DUSE_QT5=ON +%__make %{?_smp_mflags} + +%install +%cmake_install + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING +%{_bindir}/lxqt-policykit-agent + +%changelog