Author: qboosh Date: Thu Mar 9 19:58:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanups/minor fixes
---- Files affected: SPECS: lineak-plugin-kde.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/lineak-plugin-kde.spec diff -u SPECS/lineak-plugin-kde.spec:1.1 SPECS/lineak-plugin-kde.spec:1.2 --- SPECS/lineak-plugin-kde.spec:1.1 Tue Mar 7 21:35:54 2006 +++ SPECS/lineak-plugin-kde.spec Thu Mar 9 20:58:47 2006 @@ -5,21 +5,21 @@ # %define packagename lineak_kdeplugins -Summary: These are KDE related plugins for the lineakd daemon. -Summary(pl): To są wtyczki do demona lineakd związane z KDE. +Summary: KDE related plugins for the lineakd daemon +Summary(pl): Wtyczki do demona lineakd związane z KDE Name: lineak-plugin-kde Version: 0.8.4 Release: 0.9 License: GPL -Url: http://lineak.sourceforge.net Group: Applications/System Source0: http://dl.sourceforge.net/lineak/%{packagename}-%{version}.tar.gz # Source0-md5: 4ddfc475e4df27f8822e0b08c0f701b5 +URL: http://lineak.sourceforge.net/ BuildRequires: autoconf >= 2.54 BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: lineakd >= %{version} +BuildRequires: lineakd-devel >= %{version} Requires: lineakd >= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,7 +59,7 @@ To jest zbiór wtyczek do lineakd. Wtyczki te pozwalają na dowiązywanie akcji do specjalnych klawiszy. -Ta paczka zawiera następujące wtyczki: +Ten pakiet zawiera następujące wtyczki: amarok_plugin juk_plugin kdesktop_plugin @@ -107,12 +107,15 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/lineakd/plugins/*.la + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog README TODO -%{_libdir}/lineakd/plugins/* +%attr(755,root,root) %{_libdir}/lineakd/plugins/*.so %{_mandir}/*/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -121,6 +124,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/03/09 19:58:47 qboosh +- cleanups/minor fixes + Revision 1.1 2006/03/07 20:35:54 czarny - init - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lineak-plugin-kde.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
