diff --git a/README.md b/README.md index 6d50568..dd4eefe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kpeople +KDE Frameworks 5 access to all contacts and aggregates them by person. + diff --git a/kpeople.spec b/kpeople.spec new file mode 100644 index 0000000..1c07641 --- /dev/null +++ b/kpeople.spec @@ -0,0 +1,101 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: kpeople +Version: 5.17.0 +Release: 1mamba +Summary: KDE Frameworks 5 access to all contacts and aggregates them by person +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/5.17/kpeople-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libkconfig-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkitemviews-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 +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Frameworks 5 access to all contacts and aggregates them by person. + +%package -n lib%{name} +Group: System/Libraries +Summary: KDE Frameworks 5 access to all contacts and aggregates them by person + +%description -n lib%{name} +KDE Frameworks 5 access to all contacts and aggregates them by person. + +%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 + +%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} +/sbin/ldconfig +exit 0 + +%postun -n lib%{name} +/sbin/ldconfig +exit 0 + +%files -n lib%{name} -f %{name}5_qt.lang +%defattr(-,root,root) +%{_kde5_libdir}/libKF5People.so.* +%{_kde5_libdir}/libKF5PeopleBackend.so.* +%{_kde5_libdir}/libKF5PeopleWidgets.so.* +%{_libdir}/qt5/qml/org/kde/people/libKF5PeopleDeclarative.so +%{_libdir}/qt5/qml/org/kde/people/qmldir +%{_kde5_datadir}/kf5/kpeople/dummy_avatar.png +%{_kde5_servicetypesdir}/*.desktop +%doc COPYING + +%files -n lib%{name}-devel +%defattr(-,root,root) +%dir %{_kde5_includedir}/KPeople +%{_kde5_includedir}/KPeople/* +%{_kde5_libdir}/cmake/KF5People/*.cmake +%{_kde5_libdir}/libKF5People.so +%{_kde5_libdir}/libKF5PeopleBackend.so +%{_kde5_libdir}/libKF5PeopleWidgets.so +%{_kde5_mkspecsdir}/qt_KPeople.pri +%{_kde5_mkspecsdir}/qt_KPeopleWidgets.pri + +%changelog +* Sun Jan 10 2016 Silvan Calarco 5.17.0-1mamba +- package created using the webbuild interface