Accepting request 303589 from KDE:Applications

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/303589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2015-05-11 17:21:58 +00:00 committed by Git OBS Bridge
parent 294269bfb7
commit 54f2455f0f
4 changed files with 124 additions and 50 deletions

3
okteta-15.04.0.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Sat Apr 11 13:56:11 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.04.0
* KDE Applications 15.04.0
* https://www.kde.org/announcements/announce-applications-15.04.0.php
-------------------------------------------------------------------
Sat Mar 21 18:59:42 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.03.95
* KDE Applications 15.04 RC
-------------------------------------------------------------------
Sun Mar 8 12:59:41 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.03.80
* KDE Applications 15.04 Beta
-------------------------------------------------------------------
Tue Mar 3 10:50:46 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.3
* KDE Applications 14.12.3
* See https://www.kde.org/announcements/announce-applications-14.12.3.php
-------------------------------------------------------------------
Sun Feb 1 11:27:02 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.2
* KDE Applications 14.12.2
* See https://www.kde.org/announcements/announce-applications-14.12.2.php
-------------------------------------------------------------------
Mon Jan 12 20:17:07 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.1
* KDE Applications 14.12.1
* See https://www.kde.org/announcements/announce-applications-14.12.1.php
-------------------------------------------------------------------
Wed Dec 17 20:44:21 UTC 2014 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
-------------------------------------------------------------------
Wed Dec 17 20:18:48 UTC 2014 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
-------------------------------------------------------------------
Wed Dec 3 08:14:10 UTC 2014 - tittiatcoke@gmail.com
Update to KDE Applications 14.11.97
* KDE Applications 14.12 Release Candidate
* See http://www.kde.org/announcements/announce-applications-14.12-rc.php
* Okteta is now KDE Frameworks based
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 9 21:13:35 UTC 2014 - tittiatcoke@gmail.com Sun Nov 9 21:13:35 UTC 2014 - tittiatcoke@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package okteta # spec file for package okteta
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,34 @@
Name: okteta Name: okteta
BuildRequires: libkde4-devel BuildRequires: attica-qt5-devel
BuildRequires: libqca2-devel BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kcmutils-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: knewstuff-devel
BuildRequires: kparts-devel
BuildRequires: kiconthemes-devel
BuildRequires: kdbusaddons-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Designer)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5ScriptTools)
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
Obsoletes: okteta5 < %{version}
Summary: Hex Editor Summary: Hex Editor
License: GPL-2.0 and GFDL-1.2 License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/Other Group: Development/Tools/Other
Url: http://www.kde.org/ Url: http://www.kde.org/
Version: 4.14.3 Version: 15.04.0
Release: 0 Release: 0
Source0: %{name}-%{version}.tar.xz Source0: okteta-%{version}.tar.xz
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description %description
Okteta is a hex editor for the KDE desktop. Okteta is a hex editor for the KDE desktop.
@ -36,63 +53,55 @@ Okteta is a hex editor for the KDE desktop.
Summary: Development files for the Okteta Hex Editor Summary: Development files for the Okteta Hex Editor
Group: Development/Tools/Other Group: Development/Tools/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
Obsoletes: okteta5-devel
%description devel %description devel
Contains the development files for the Okteta Hex Editor Contains the development files for the Okteta Hex Editor
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%ifarch ppc64 %cmake_kf5 -d build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" %make_jobs
%endif
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
make
%install %install
%kde4_makeinstall -C build %kf5_makeinstall -C build
%suse_update_desktop_file okteta Utility Editor %suse_update_desktop_file org.kde.okteta Utility Editor
%kde_post_install
%post -p /sbin/ldconfig %post
/sbin/ldconfig
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
%postun -p /sbin/ldconfig %postun
/sbin/ldconfig
%clean %{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.DOC README %{_kf5_bindir}/struct2osd
%{_kde4_bindir}/okteta %{_kf5_bindir}/okteta
%{_kde4_bindir}/struct2osd.sh %{_kf5_sharedir}/mime/packages/okteta.xml
%{_kde4_appsdir}/oktetapart/ %{_kf5_applicationsdir}/org.kde.okteta.desktop
%{_kde4_modulesdir}/libkbytearrayedit.so %config %{_kf5_configdir}/okteta-structures.knsrc
%{_kde4_modulesdir}/oktetapart.so %{_kf5_sharedir}/icons/hicolor/*/*/*.*
%{_kde4_modulesdir}/plugins/designer/oktetadesignerplugin.so %{_kf5_sharedir}/okteta*/
%{_kde4_libdir}/libkasten2*.so.* %{_kf5_sharedir}/kxmlgui5/
%{_kde4_libdir}/libokteta1*.so.* %{_kf5_sharedir}/appdata/
%{_kde4_htmldir}/en/okteta/ %{_kf5_plugindir}/
%{_kde4_iconsdir}/hicolor/*/apps/okteta.* %{_kf5_libdir}/libkasten*.so.*
%{_kde4_appsdir}/okteta/ %{_kf5_libdir}/libokteta*.so.*
%{_kde4_configkcfgdir}/structviewpreferences.kcfg %{_kf5_configkcfgdir}/
%{_kde4_configdir}/okteta-structures.knsrc %dir %{_kf5_htmldir}/en
%{_kde4_servicesdir}/kbytearrayedit.desktop %dir %{_kf5_htmldir}
%{_kde4_servicesdir}/oktetapart.desktop %doc %{_kf5_htmldir}/en/okteta/
%{_kde4_datadir}/mime/packages/okteta.xml
%{_kde4_applicationsdir}/okteta.desktop
%{_datadir}/appdata/okteta.appdata.xml
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_kde4_includedir}/KDE/Kasten2/ %{_kf5_prefix}/include/*/
%{_kde4_includedir}/KDE/Okteta1/ %{_kf5_libdir}/libkasten*.so
%{_kde4_includedir}/kasten2/ %{_kf5_libdir}/libokteta*.so
%{_kde4_includedir}/okteta1/ %{_kf5_libdir}/cmake/
%{_kde4_libdir}/libkasten2*.so
%{_kde4_libdir}/libokteta1*.so
%changelog %changelog