Accepting request 258613 from X11:lxde:lxqt:QT5

OBS-URL: https://build.opensuse.org/request/show/258613
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libqt5xdg?expand=0&rev=1
This commit is contained in:
andrea florio 2014-10-28 09:09:34 +00:00 committed by Git OBS Bridge
commit 274c3a81ce
5 changed files with 197 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

83
libqt5xdg.changes Normal file
View File

@ -0,0 +1,83 @@
-------------------------------------------------------------------
Sun Oct 26 11:23:03 UTC 2014 - andrea@opensuse.org
- ported to QT5
-------------------------------------------------------------------
Sat Oct 25 11:15:54 UTC 2014 - andrea@opensuse.org
- new upstream version 1.0.0
-------------------------------------------------------------------
Tue May 13 14:52:16 UTC 2014 - andrea@opensuse.org
- spec file clean up
- removed statically defined requires , we let rpm work for us
- use pkg-config where possible
-------------------------------------------------------------------
Tue May 13 14:43:44 UTC 2014 - sfalken@opensuse.org
- BuildRequires and patch cleanup
-------------------------------------------------------------------
Mon May 12 15:29:43 UTC 2014 - sfalken@opensuse.org
- Removed fedora spec, split into subproject
Del: libqtxdg-Fedora_20.spec
-------------------------------------------------------------------
Sun May 11 14:32:30 UTC 2014 - sfalken@opensuse.org
- Removed BuildRequires: pkgconfig() in favour of BuildRequires: libqt4-devel at the request of X11:lxde:lxqt maintainers
-------------------------------------------------------------------
Sat May 10 17:52:32 UTC 2014 - sfalken@opensuse.org
- Ran spec-cleaner on spec file
-------------------------------------------------------------------
Fri May 9 21:19:56 UTC 2014 - sfalken@opensuse.org
- Added specfile for Fedora_20
Add: libqtxdg-Fedora_20.spec
-------------------------------------------------------------------
Fri May 9 13:40:04 UTC 2014 - sfalken@opensuse.org
- Repackaged tarball to unpack to libqtxdg-0.5.3 instead of .
-------------------------------------------------------------------
Fri May 9 13:15:46 UTC 2014 - sfalken@opensuse.org
- First stable release, added stable tarball
Added: libqtxdg-0.5.3.tar.xz
Delete: _service
-------------------------------------------------------------------
Thu Apr 17 17:21:56 UTC 2014 - sfalken@opensuse.org
- .spec file cleanup for rpmlint checks
Removed explicit Requires:
Adjusted description
-------------------------------------------------------------------
Wed Apr 2 14:35:21 UTC 2014 - sfalken@opensuse.org
- Removed direct cmake calls, in favour of %cmake and %cmake_install
-------------------------------------------------------------------
Mon Mar 24 04:47:11 UTC 2014 - sfalken@opensuse.org
- Specfile complete, successful build and packaging
-------------------------------------------------------------------
Mon Mar 24 04:16:14 UTC 2014 - sfalken@opensuse.org
- Added 0001-translation-dir.patch to correct for openSUSE directories
-------------------------------------------------------------------
Mon Mar 24 02:53:11 UTC 2014 - sfalken@opensuse.org
- Wrote initial _service file and first source pull

87
libqt5xdg.spec Normal file
View File

@ -0,0 +1,87 @@
#
# spec file for package libqtxdg
#
# 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: libqt5xdg
Version: 1.0.0
Release: 0
Summary: Qt implementation of xdg specs for lxqt
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: https://lxqt.org
Source: libqtxdg-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: file-devel
BuildRequires: gcc-c++
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
#BuildRequires: pkgconfig(Qt5LinguistTools)
BuildRequires: libqt5-linguist-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Qt implementation of freedesktop.org xdg specs for lxqt
%package -n libQt5Xdg1
Summary: Libraries for qtxdg
Group: System/Libraries
Provides: libqtxdg
%description -n libQt5Xdg1
qtxdg libraries for development
%package devel
Summary: Devel files for libqtxdg
Group: Development/Libraries/C and C++
Requires: libQt5Xdg1 = %{version}
Requires: libqt5-linguist-devel
Requires: pkg-config
%description devel
qtxdg libraries for development
%prep
%setup -q -n libqtxdg-%{version}
%build
%cmake -DUSE_QT5=ON
%__make %{?_smp_mflags}
%install
%cmake_install
%fdupes -s %{buildroot}/%{_datadir}/locale
%post -n libQt5Xdg1 -p /sbin/ldconfig
%postun -n libQt5Xdg1 -p /sbin/ldconfig
%files -n libQt5Xdg1
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/libQt5Xdg.so.1
%{_libdir}/libQt5Xdg.so.1.0.0
%{_datadir}/%{name}
%files devel
%defattr(-,root,root)
%{_datadir}/cmake/qt5xdg
%{_includedir}/qt5xdg
%{_libdir}/pkgconfig/Qt5Xdg.pc
%{_libdir}/libQt5Xdg.so
%changelog

3
libqtxdg-1.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fae88c136d1f5df1d6bce5957fd52d9cd318fe7cf439552631a3b8a0581ec923
size 73466