Clean up spec file, autodetect stable/unstable download folder

epel8
Dan Vrátil 10 years ago
parent aae2f28218
commit 9e8c8556db

@ -1,4 +1,3 @@
#%define snapshot 20140205
%define framework kconfigwidgets %define framework kconfigwidgets
Name: kf5-%{framework} Name: kf5-%{framework}
@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
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: kf5-rpm-macros BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -33,7 +35,6 @@ Requires: kf5-filesystem
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
well as a set of widgets which uses KConfig to store their settings. well as a set of widgets which uses KConfig to store their settings.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -50,6 +51,7 @@ Requires: kf5-kwidgetsaddons-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}
@ -65,11 +67,10 @@ make %{?_smp_mflags} -C %{_target_platform}
%make_install -C %{_target_platform} %make_install -C %{_target_platform}
%find_lang kconfigwidgets5_qt --with-qt --all-name %find_lang kconfigwidgets5_qt --with-qt --all-name
%post -p /sbin/ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f kconfigwidgets5_qt.lang %files -f kconfigwidgets5_qt.lang
%doc COPYING COPYING.LIB README.md %doc COPYING COPYING.LIB README.md
%{_kf5_libdir}/libKF5ConfigWidgets.so.* %{_kf5_libdir}/libKF5ConfigWidgets.so.*
@ -79,7 +80,6 @@ make %{?_smp_mflags} -C %{_target_platform}
%{_kf5_datadir}/locale/*/kf5_entry.desktop %{_kf5_datadir}/locale/*/kf5_entry.desktop
%files devel %files devel
%doc
%{_kf5_includedir}/kconfigwidgets_version.h %{_kf5_includedir}/kconfigwidgets_version.h
%{_kf5_includedir}/KConfigWidgets %{_kf5_includedir}/KConfigWidgets
%{_kf5_libdir}/libKF5ConfigWidgets.so %{_kf5_libdir}/libKF5ConfigWidgets.so

Loading…
Cancel
Save