Stephan Kulow 2015-02-16 20:12:21 +00:00 committed by Git OBS Bridge
commit b288a514da
5 changed files with 217 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

3
liblxqt-0.9.0.tar.xz Normal file
View File

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

85
liblxqt.changes Normal file
View File

@ -0,0 +1,85 @@
-------------------------------------------------------------------
Mon Feb 9 15:46:51 UTC 2015 - sfalken@opensuse.org
- New upstream version 0.9.0
- Added -lang subpackage
- Dropped -qt5 package naming, as none of the internal library
names use -qt5 in 0.9.0. Added Obsoletes and Conflicts, in the
odd chance that liblxqt-0.7.0 and liblxqt >=0.8.0 are installed
on the same system. Which should never happen. lxqt-0.9.0 is not
likely to be pushed to 13.2, and liblxqt can no longer be built
against Qt4.
-------------------------------------------------------------------
Sun Jan 25 18:52:02 UTC 2015 - sfalken@opensuse.org
- Added conditionals to build for Fedora
-------------------------------------------------------------------
Fri Oct 24 20:06:00 UTC 2014 - andrea@opensuse.org
- new upstream version 0.8.0
-------------------------------------------------------------------
Tue May 13 15:20:00 UTC 2014 - andrea@opensuse.org
- spec file clean up
-------------------------------------------------------------------
Tue May 13 14:31:48 UTC 2014 - sfalken@opensuse.org
- Cleaned up BuildRequires:
-------------------------------------------------------------------
Mon May 12 14:25:25 UTC 2014 - sfalken@opensuse.org
- Removed fedora spec, split into seperate subproject
Del: liblxqt-Fedora_20.spec
-------------------------------------------------------------------
Sun May 11 14:10:17 UTC 2014 - sfalken@opensuse.org
- Removed BuildRequires: pkgconfig entries in favour of BuildRequires: libqt4-devel at request of X11:lxde:lxqt maintainers
-------------------------------------------------------------------
Sat May 10 17:48:37 UTC 2014 - sfalken@opensuse.org
- Ran spec-cleaner on specfile
-------------------------------------------------------------------
Fri May 9 21:43:36 UTC 2014 - sfalken@opensuse.org
- Added specfile for Fedora_20
Add: liblxqt-Fedora_20.spec
-------------------------------------------------------------------
Fri May 9 13:56:53 UTC 2014 - sfalken@opensuse.org
- Added tarball for new stable release
Add: liblxqt-0.7.0.tar.xz
Del: _service
-------------------------------------------------------------------
Thu Apr 17 16:46:46 UTC 2014 - sfalken@opensuse.org
- Shortened Summary: to make rpmlint happy
Removed explicit Requires: per rpmlint
-------------------------------------------------------------------
Wed Apr 2 14:29:14 UTC 2014 - sfalken@opensuse.org
- Removed direct calls to cmake, in favour of %cmake and %cmake_install macros
-------------------------------------------------------------------
Wed Apr 2 02:28:41 UTC 2014 - sfalken@opensuse.org
- Specfile finalized
-------------------------------------------------------------------
Wed Apr 2 00:47:02 UTC 2014 - sfalken@opensuse.org
- Inital Source Upload
Add: _service
Add: liblxqt.spec
Add: liblxqt.changes

105
liblxqt.spec Normal file
View File

@ -0,0 +1,105 @@
#
# spec file for package liblxqt
#
# Copyright (c) 2015 SUSE LINUX 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: liblxqt
Version: 0.9.0
Release: 0
Summary: Core utility library for lxde-qt
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://www.lxqt.org
Source: http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: kwindowsystem-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
BuildRequires: pkgconfig(x11)
Obsoletes: liblxqt-qt5 < %{version}
Provides: liblxqt-qt5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Core utility library for all lxde-qt components
%package -n liblxqt0
Summary: Libraries for lxqt
Group: System/Libraries
Provides: liblxqt
%description -n liblxqt0
Development libraries for lxqt
%package devel
Summary: Devel files for liblxqt
Group: Development/Libraries/C and C++
Requires: liblxqt0 = %{version}
Requires: pkg-config
Requires: pkgconfig(Qt5Xdg)
%description devel
lxqt libraries for development
%lang_package
%prep
%setup -q -n liblxqt-%{version}
%build
mkdir build
pushd build
cmake \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
..
%__make %{?_smp_flags}
popd
%install
pushd build
make DESTDIR=$RPM_BUILD_ROOT install
popd
%fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
%fdupes -s %{buildroot}/%{_includedir}/lxqt
%post -n liblxqt0 -p /sbin/ldconfig
%postun -n liblxqt0 -p /sbin/ldconfig
%files -n liblxqt0
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/%{name}.so.0
%{_libdir}/%{name}.so.0.*
%dir %{_datadir}/lxqt
%files devel
%defattr (-,root,root)
%{_includedir}/lxqt/
%{_datadir}/cmake/lxqt/
%{_libdir}/pkgconfig/lxqt.pc
%{_libdir}/%{name}.so
%files -n %{name}-lang
%defattr(-,root,root)
%{_datadir}/lxqt/translations
%changelog