Author: qboosh Date: Thu Mar 9 18:54:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed files
---- Files affected: SPECS: kkeyled.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/kkeyled.spec diff -u SPECS/kkeyled.spec:1.5 SPECS/kkeyled.spec:1.6 --- SPECS/kkeyled.spec:1.5 Thu Mar 9 19:35:22 2006 +++ SPECS/kkeyled.spec Thu Mar 9 19:54:51 2006 @@ -1,8 +1,4 @@ # $Revision$, $Date$ -# -# TODO: -# - fix files -# Summary: Displays the status of the keyboard leds Summary(pl): WyĆwietlanie statusu diod klawiatury Name: kkeyled @@ -14,6 +10,7 @@ # Source0-md5: c34c80c8865a0aa5a9525ed7ee0da4a2 URL: http://www.truesoft.ch/dieter/index.html BuildRequires: kdelibs-devel >= 3.0 +BuildRequires: rpmbuild(macros) >= 1.129 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -29,6 +26,7 @@ %build %configure \ + --disable-rpath \ --with-qt-libraries=%{_libdir} %{__make} @@ -37,16 +35,24 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + shelldesktopdir=%{_desktopdir}/kde \ + kde_htmldir=%{_kdedocdir} \ + kde_libs_htmldir=%{_kdedocdir} + +%find_lang %{name} --with-kde %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/kkeyled -%{_datadir}/* +%{_datadir}/apps/kkeyled +%{_datadir}/config/kkeyledrc +%{_desktopdir}/kde/kkeyled.desktop +%{_iconsdir}/hicolor/*/apps/kkeyled.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -54,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/03/09 18:54:51 qboosh +- fixed files + Revision 1.5 2006/03/09 18:35:22 qboosh - BR: kdelibs-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kkeyled.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
