automatic version update by autodist [release 5.9.0-1mamba;Sat Apr 25 2015]
This commit is contained in:
parent
fd2d5b6da6
commit
1ad88e4c4d
@ -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).
|
||||
|
||||
|
116
kparts.spec
Normal file
116
kparts.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 5.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.0-1mamba
|
||||
- update to 5.7.0
|
||||
|
||||
* Sun Feb 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user