From 1ad88e4c4deda8908ca55e4c13c5ac6db35c6bbe Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 02:35:39 +0100 Subject: [PATCH] automatic version update by autodist [release 5.9.0-1mamba;Sat Apr 25 2015] --- README.md | 2 + kparts.spec | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 kparts.spec diff --git a/README.md b/README.md index b2bb698..0709444 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kparts +This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). + diff --git a/kparts.spec b/kparts.spec new file mode 100644 index 0000000..a364887 --- /dev/null +++ b/kparts.spec @@ -0,0 +1,116 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: kparts +Version: 5.9.0 +Release: 1mamba +Summary: Plugin framework for user interface components +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{majver}/kparts-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kconfig-devel +BuildRequires: libgcc +BuildRequires: libkauth-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkiconthemes-devel +BuildRequires: libkio-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libknotifications-devel +BuildRequires: libkservice-devel +BuildRequires: libktextwidgets-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkxmlgui-devel +BuildRequires: libqt5-devel +BuildRequires: libsonnet-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). + +%package -n lib%{name} +Group: System/Libraries +Summary: Plugin framework for user interface components + +%description -n lib%{name} +This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). + +%package -n lib%{name}-devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description -n lib%{name}-devel +This package contains libraries and header files for developing applications that use %{name}. + + +%debug_package + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang kparts5 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} -p /sbin/ldconfig +%postun -n lib%{name} -p /sbin/ldconfig + +%files -n lib%{name} -f kparts5.lang +%defattr(-,root,root) +%{_libdir}/libKF5Parts.so.* +%{_libdir}/plugins/notepadpart.so +%{_libdir}/plugins/spellcheckplugin.so +%{_datadir}/kservicetypes5/browserview.desktop +%{_datadir}/kservicetypes5/kpart.desktop +%{_datadir}/kservicetypes5/krop.desktop +%{_datadir}/kservicetypes5/krwp.desktop +%doc AUTHORS COPYING.LIB + +%files -n lib%{name}-devel +%defattr(-,root,root) +%dir %{_includedir}/KF5/KParts +%dir %{_includedir}/KF5/KParts/KParts +%{_includedir}/KF5/KParts/KParts/* +%{_includedir}/KF5/KParts/kde_terminal_interface.h +%dir %{_includedir}/KF5/KParts/kparts +%{_includedir}/KF5/KParts/kparts/* +%{_includedir}/KF5/kparts_version.h +%dir %{_libdir}/cmake/KF5Parts +%{_libdir}/cmake/KF5Parts/*.cmake +%{_libdir}/libKF5Parts.so +/usr/mkspecs/modules/qt_KParts.pri +%doc README.md + + +%changelog +* Sat Apr 25 2015 Automatic Build System 5.9.0-1mamba +- automatic version update by autodist + +* Fri Mar 27 2015 Automatic Build System 5.8.0-1mamba +- automatic version update by autodist + +* Tue Mar 03 2015 Silvan Calarco 5.7.0-1mamba +- update to 5.7.0 + +* Sun Feb 15 2015 Silvan Calarco 5.6.0-1mamba +- package created using the webbuild interface