Author: rotom Date: Fri Oct 17 18:38:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: kpackagekit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kpackagekit.spec diff -u /dev/null SPECS/kpackagekit.spec:1.1 --- /dev/null Fri Oct 17 20:38:45 2008 +++ SPECS/kpackagekit.spec Fri Oct 17 20:38:39 2008 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: the KDE interface for PackageKit +Summary(pl.UTF-8): Interface KDE4 dla PackageKit +Name: kpackagekit +Version: 0.3.1 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://www.kde-apps.org/CONTENT/content-files/84745-%{name}-%{version}.tar.bz2 +# Source0-md5: eb4db65cf2b252dc39eb844ccc174a4d +URL: http:// +BuildRequires: qpackagekit-devel +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +the KDE interface for PackageKit. + +%description -l pl.UTF-8 +Interface KDE4 dla PackageKit + +%prep +%setup -q -n KPackageKit + +%build +export QTDIR=%{_prefix} +mkdir build +cd build +%cmake \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + ../ +%{__make} + +%install + +rm -rf $RPM_BUILD_ROOT +%{__make} -C build install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/kpackagekit +%attr(755,root,root) %{_bindir}/kpackagekit-smart-icon +%attr(755,root,root) %{_libdir}/kde4/kcm_kpk_addrm.so +%attr(755,root,root) %{_libdir}/kde4/kcm_kpk_settings.so +%attr(755,root,root) %{_libdir}/kde4/kcm_kpk_update.so +%attr(755,root,root) %{_libdir}/kde4/kded_kpackagekitd.so +%{_desktopdir}/kde4/kpackagekit.desktop +%{_datadir}/apps/KPackageKit +%{_datadir}/apps/kpackagekit +%{_datadir}/kde4/services/kded/kpackagekitd.desktop +%{_datadir}/kde4/services/kpk_addrm.desktop +%{_datadir}/kde4/services/kpk_settings.desktop +%{_datadir}/kde4/services/kpk_update.desktop +%{_datadir}/kde4/services/settings-add-and-remove-software.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/10/17 18:38:39 rotom +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
