Clean up spec file, autodetect stable/unstable download folder

epel8
Dan Vrátil 10 years ago
parent e1fd527928
commit 557acd6160

@ -1,4 +1,3 @@
#%define snapshot 20140205
%define framework kwallet %define framework kwallet
Name: kf5-%{framework} Name: kf5-%{framework}
@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 3 solution for password management
License: LGPLv2+ License: LGPLv2+
URL: http://www.kde.org URL: http://www.kde.org
# git archive --format=tar --prefix=%{framework}-%{version}/ \
# --remote=git://anongit.kde.org/%{framework}.git master | \ %global revision %(echo %{version} | cut -d. -f3)
# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 %if %{revision} >= 50
#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 %global stable unstable
Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz %else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
@ -69,6 +71,7 @@ Requires: kf5-kwindowsystem-devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%prep %prep
%setup -q -n %{framework}-%{version} %setup -q -n %{framework}-%{version}
@ -84,14 +87,13 @@ make %{?_smp_mflags} -C %{_target_platform}
%make_install -C %{_target_platform} %make_install -C %{_target_platform}
%find_lang kwalletd5_qt --with-qt --all-name %find_lang kwalletd5_qt --with-qt --all-name
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files %files
%doc COPYING.LIB README.md %doc COPYING.LIB README.md
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs %files libs
%{_kf5_libdir}/libKF5Wallet.so.* %{_kf5_libdir}/libKF5Wallet.so.*
%{_kf5_libdir}/libkwalletbackend5.so.* %{_kf5_libdir}/libkwalletbackend5.so.*
@ -112,6 +114,7 @@ make %{?_smp_mflags} -C %{_target_platform}
%{_kf5_libdir}/libkwalletbackend5.so %{_kf5_libdir}/libkwalletbackend5.so
%{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri
%changelog %changelog
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1 * Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
- KDE Frameworks 5.4.0 - KDE Frameworks 5.4.0

Loading…
Cancel
Save