diff --git a/README.md b/README.md index d4982f9..da53936 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # knewstuff +The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification. + diff --git a/knewstuff.spec b/knewstuff.spec new file mode 100644 index 0000000..9e76626 --- /dev/null +++ b/knewstuff.spec @@ -0,0 +1,108 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: knewstuff +Version: 5.9.0 +Release: 1mamba +Summary: Framework for downloading and sharing additional application data +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{majver}/knewstuff-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kconfig-devel +BuildRequires: libattica5-devel +BuildRequires: libgcc +BuildRequires: libkarchive-devel +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: libkitemviews-devel +BuildRequires: libkjobwidgets-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 +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification. + +%package -n lib%{name} +Group: System/Libraries +Summary: Framework for downloading and sharing additional application data + +%description -n lib%{name} +The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification. + +%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 knewstuff5 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} -p /sbin/ldconfig +%postun -n lib%{name} -p /sbin/ldconfig + +%files -n lib%{name} -f knewstuff5.lang +%defattr(-,root,root) +%{_libdir}/libKF5NewStuff.so.* +%{_datadir}/kf5/knewstuff/pics/thumb_frame.png +%doc COPYING.LIB + +%files -n lib%{name}-devel +%defattr(-,root,root) +%dir %{_includedir}/KF5/KNewStuff3 +%dir %{_includedir}/KF5/KNewStuff3/KNS3 +%{_includedir}/KF5/KNewStuff3/KNS3/* +%dir %{_includedir}/KF5/KNewStuff3/kns3 +%{_includedir}/KF5/KNewStuff3/kns3/* +%{_includedir}/KF5/knewstuff_version.h +%dir %{_libdir}/cmake/KF5NewStuff +%{_libdir}/cmake/KF5NewStuff/KF5NewStuff*.cmake +%{_libdir}/libKF5NewStuff.so +/usr/mkspecs/modules/qt_KNewStuff.pri +%doc README.md TODO + +%changelog +* Sat Apr 25 2015 Automatic Build System 5.9.0-1mamba +- automatic version update by autodist + +* Wed Apr 01 2015 Automatic Build System 5.8.0-1mamba +- automatic version update by autodist + +* Sat Feb 14 2015 Silvan Calarco 5.6.0-1mamba +- package created using the webbuild interface