diff --git a/README.md b/README.md index 979cd28..6e4a121 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # baloo-widgets +KDE Frameworks 5 Baloo Widgets. + diff --git a/baloo-widgets.spec b/baloo-widgets.spec new file mode 100644 index 0000000..7f0bcaf --- /dev/null +++ b/baloo-widgets.spec @@ -0,0 +1,100 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: baloo-widgets +Version: 16.08.0 +Release: 1mamba +Summary: KDE Frameworks 5 Baloo Widgets +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: http://download.kde.org/stable/applications/%{version}/src/baloo-widgets-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libbaloo-devel +BuildRequires: libgcc +BuildRequires: libkconfig-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkfilemetadata-devel +BuildRequires: libki18n-devel +BuildRequires: libkio-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libqt5-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Frameworks 5 Baloo Widgets. + +%package -n lib%{name} +Group: System/Libraries +Summary: KDE Frameworks 5 Baloo Widgets Library. +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description -n lib%{name} +KDE Frameworks 5 Baloo Widgets Library. +This package contains shared libraries for %{name}. + +%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_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} +/sbin/ldconfig +exit 0 + +%postun -n lib%{name} +/sbin/ldconfig +exit 0 + +%files +%defattr(-,root,root) +%{_bindir}/baloo_filemetadata_temp_extractor +%doc COPYING + +%files -n lib%{name} +%defattr(-,root,root) +%{_kde5_libdir}/libKF5BalooWidgets.so.* +%doc COPYING.LIB + +%files -n lib%{name}-devel +%defattr(-,root,root) +%dir %{_kde5_includedir}/BalooWidgets/Baloo +%{_kde5_includedir}/BalooWidgets/Baloo/* +%dir %{_kde5_includedir}/BalooWidgets/baloo +%{_kde5_includedir}/BalooWidgets/baloo/* +%dir %{_kde5_libdir}/cmake/KF5BalooWidgets +%{_kde5_libdir}/cmake/KF5BalooWidgets/KF5BalooWidgets*.cmake +%{_kde5_libdir}/libKF5BalooWidgets.so + +%changelog +* Sun Aug 28 2016 Silvan Calarco 16.08.0-1mamba +- package created using the webbuild interface