osc copypac from project:KDE:Unstable:Extra package:kreport revision:60
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=1
This commit is contained in:
commit
140e243ef0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://anongit.kde.org/kreport</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="versionprefix">2.97.0git</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service><service name="set_version"/>
|
||||||
|
|
||||||
|
</services>
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bcaece636b8ce06c7902894fe6a00b93c786d9740b594ce14716bb63b51fb0ba
|
||||||
|
size 230080
|
91
_service:set_version:kreport.spec
Normal file
91
_service:set_version:kreport.spec
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kreport
|
||||||
|
#
|
||||||
|
# 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: kreport
|
||||||
|
Version: 2.97.0git.1483401384.e22c39c
|
||||||
|
Release: 0
|
||||||
|
Summary: Framework for creation and generation of reports
|
||||||
|
License: GPL-3.0
|
||||||
|
Group: Productivity/Office/Other
|
||||||
|
Url: https://projects.kde.org/projects/playground/libs/kreport
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kguiaddons-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: kproperty-devel
|
||||||
|
BuildRequires: git
|
||||||
|
|
||||||
|
%description
|
||||||
|
A framework for creation and generation of reports in multiple formats
|
||||||
|
|
||||||
|
%package -n libKReport3-3
|
||||||
|
Summary: Report Creation and generation Framework
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description -n libKReport3-3
|
||||||
|
A report creation and generation framework
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Framework for creation and generation of reports
|
||||||
|
Requires: libKReport3-3 = %{version}
|
||||||
|
Requires: kproperty-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development package for kreport
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf5 -d build
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
%post -n libKReport3-3 -p /sbin/ldconfig
|
||||||
|
%postun -n libKReport3-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files -n libKReport3-3
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_libdir/libKReport3.so.*
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_datadir/kreport3/
|
||||||
|
%_kf5_servicetypesdir/kreport_elementplugin.desktop
|
||||||
|
%{_kf5_plugindir}/kreport3/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_includedir/KReport3/
|
||||||
|
%_libdir/cmake/KReport3/
|
||||||
|
%_libdir/libKReport3.so
|
||||||
|
%_libdir/pkgconfig/KReport3.pc
|
||||||
|
%_kf5_mkspecsdir/qt_KReport3.pri
|
||||||
|
|
||||||
|
%changelog
|
91
kreport.spec
Normal file
91
kreport.spec
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kreport
|
||||||
|
#
|
||||||
|
# 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: kreport
|
||||||
|
Version: x
|
||||||
|
Release: 0
|
||||||
|
Summary: Framework for creation and generation of reports
|
||||||
|
License: GPL-3.0
|
||||||
|
Group: Productivity/Office/Other
|
||||||
|
Url: https://projects.kde.org/projects/playground/libs/kreport
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kguiaddons-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: kproperty-devel
|
||||||
|
BuildRequires: git
|
||||||
|
|
||||||
|
%description
|
||||||
|
A framework for creation and generation of reports in multiple formats
|
||||||
|
|
||||||
|
%package -n libKReport3-3
|
||||||
|
Summary: Report Creation and generation Framework
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description -n libKReport3-3
|
||||||
|
A report creation and generation framework
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Framework for creation and generation of reports
|
||||||
|
Requires: libKReport3-3 = %{version}
|
||||||
|
Requires: kproperty-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development package for kreport
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf5 -d build
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
%post -n libKReport3-3 -p /sbin/ldconfig
|
||||||
|
%postun -n libKReport3-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files -n libKReport3-3
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_libdir/libKReport3.so.*
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_datadir/kreport3/
|
||||||
|
%_kf5_servicetypesdir/kreport_elementplugin.desktop
|
||||||
|
%{_kf5_plugindir}/kreport3/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%_includedir/KReport3/
|
||||||
|
%_libdir/cmake/KReport3/
|
||||||
|
%_libdir/libKReport3.so
|
||||||
|
%_libdir/pkgconfig/KReport3.pc
|
||||||
|
%_kf5_mkspecsdir/qt_KReport3.pri
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user