forked from pool/kfloppy
Accepting request 395329 from KDE:Applications
KDE Applications 16.04.1 OBS-URL: https://build.opensuse.org/request/show/395329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfloppy?expand=0&rev=60
This commit is contained in:
commit
80727e58d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e8119e5879e475881be88d7fb5003cba979936ec464d3d90d52216213da56b7
|
|
||||||
size 53320
|
|
3
kfloppy-16.04.1.tar.xz
Normal file
3
kfloppy-16.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35128373c4b528d7989330127e33fecb5e3343190fe64beecc9721f4ec1cf9dd
|
||||||
|
size 53612
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 7 10:26:13 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.04.1
|
||||||
|
* KDE Applications 16.04.1
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.04.1.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 17 06:03:23 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.04.0
|
||||||
|
* KDE Applications 16.04.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.04.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 11 06:39:41 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.03.90
|
||||||
|
* KDE Applications 16.04.0 RC
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.04-rc.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 13 15:43:13 UTC 2016 - tittiatcoke@gmail.com
|
Sun Mar 13 15:43:13 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
31
kfloppy.spec
31
kfloppy.spec
@ -17,17 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kfloppy
|
Name: kfloppy
|
||||||
Version: 15.12.3
|
Version: 16.04.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Floppy Formatter
|
Summary: Floppy Formatter
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kfloppy-%{version}.tar.xz
|
Source0: kfloppy-%{version}.tar.xz
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: kdoctools-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Floppy Disk Utility
|
KDE Floppy Disk Utility
|
||||||
@ -36,14 +43,12 @@ KDE Floppy Disk Utility
|
|||||||
%setup -q -n kfloppy-%{version}
|
%setup -q -n kfloppy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%suse_update_desktop_file org.kde.kfloppy System Filesystem
|
||||||
%suse_update_desktop_file KFloppy System Filesystem
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -52,9 +57,9 @@ cd build
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README TODO
|
%doc COPYING README TODO
|
||||||
%_kde4_bindir/kfloppy
|
%_bindir/kfloppy
|
||||||
%_kde4_applicationsdir/*.desktop
|
%_kf5_applicationsdir/*.desktop
|
||||||
%_kde4_htmldir/en/kfloppy/
|
%_kf5_htmldir/en/kfloppy/
|
||||||
%_kde4_iconsdir/hicolor/*/*/*.png
|
%_kf5_iconsdir/hicolor/*/*/*.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user