[plasma-systemsettings] Import package - Plasma 5.1.95 (Plasma 5.2 beta)

Daniel Vrátil dvratil at fedoraproject.org
Fri Jan 16 11:37:24 UTC 2015


commit f58da47fb34c0080d6aaa6e378d744b6947c52fd
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Jan 16 12:37:43 2015 +0100

    Import package - Plasma 5.1.95 (Plasma 5.2 beta)

 .gitignore                 |    1 +
 plasma-systemsettings.spec |  126 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..657226d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/systemsettings-5.1.95.tar.xz
diff --git a/plasma-systemsettings.spec b/plasma-systemsettings.spec
new file mode 100644
index 0000000..efe0427
--- /dev/null
+++ b/plasma-systemsettings.spec
@@ -0,0 +1,126 @@
+%define         base_name systemsettings
+
+Name:           plasma-%{base_name}
+Version:        5.1.95
+Release:        1.beta%{?dist}
+Summary:        KDE's System Settings application
+
+License:        GPLv2+
+URL:            https://projects.kde.org/projects/kde/workspace/systemsettings
+
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0:        http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
+
+BuildRequires:  qt5-qtbase-devel
+
+BuildRequires:  kf5-rpm-macros
+BuildRequires:  extra-cmake-modules
+
+BuildRequires:  kf5-kitemviews-devel
+BuildRequires:  kf5-kcmutils-devel
+BuildRequires:  kf5-ki18n-devel
+BuildRequires:  kf5-kio-devel
+BuildRequires:  kf5-kservice-devel
+BuildRequires:  kf5-kiconthemes-devel
+BuildRequires:  kf5-kwindowsystem-devel
+BuildRequires:  kf5-kxmlgui-devel
+BuildRequires:  kf5-kdbusaddons-devel
+BuildRequires:  kf5-kconfig-devel
+BuildRequires:  kf5-khtml-devel
+BuildRequires:  kf5-kdelibs4support-devel
+BuildRequires:  kf5-kdoctools-devel
+
+BuildRequires:  desktop-file-utils
+
+Requires:       kf5-filesystem
+
+%description
+%{summary}.
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q -n %{base_name}-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%find_lang systemsettings5 --with-qt --with-kde --all-name
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/kdesystemsettings.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/systemsettings.desktop
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files -f systemsettings5.lang
+%doc COPYING COPYING.DOC
+%{_bindir}/systemsettings5
+%{_libdir}/libsystemsettingsview.so.*
+%{_kf5_qtplugindir}/*.so
+%{_datadir}/systemsettings
+%{_datadir}/applications/kdesystemsettings.desktop
+%{_datadir}/applications/systemsettings.desktop
+%{_kf5_datadir}/kservices5/*.desktop
+%{_kf5_datadir}/kservicetypes5/*.desktop
+%{_kf5_datadir}/kxmlgui5/systemsettings
+%{_docdir}/HTML/en/systemsettings
+
+%files devel
+%{_includedir}/systemsettingsview
+%{_libdir}/libsystemsettingsview.so
+
+%changelog
+* Tue Jan 13 2015 Daniel Vrátil <dvratil at redhat.com> - 5.1.95-1.beta
+- Plasma 5.1.95 Beta
+
+* Mon Jan 05 2015 Jan Grulich <jgrulich at redhat.com> - 5.1.1-2
+- Better URL
+  Used make install instead of make_install macro
+  Added desktop file validation
+  Fixed search for localization
+
+* Wed Dec 17 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.2-2
+- Plasma 5.1.2
+
+* Fri Nov 07 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.1-1
+- Plasma 5.1.1
+
+* Tue Oct 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0.1-1
+- Plasma 5.1.0.1
+
+* Thu Oct 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0-1
+- Plasma 5.1.0
+
+* Tue Sep 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.2-1
+- Plasma 5.0.2
+
+* Sun Aug 10 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.1-1
+- Plasma 5.0.1
+
+* Thu Jul 17 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-1
+- Plasma 5.0.0
+
+* Thu May 15 2014 Daniel Vrátil <dvratil at redhat.com> - 4.90.1-1.20140515git0cab60e
+- Intial snapshot
diff --git a/sources b/sources
index e69de29..e4610eb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d13c963142e8a9bef483bac601ff624a  systemsettings-5.1.95.tar.xz


More information about the scm-commits mailing list