Author: blekot Date: Sun Oct 9 12:36:40 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.1.8 - small fix to .desktop file (extension fix)
---- Files affected: SPECS: kleansweep.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/kleansweep.spec diff -u SPECS/kleansweep.spec:1.4 SPECS/kleansweep.spec:1.5 --- SPECS/kleansweep.spec:1.4 Wed Sep 21 23:48:37 2005 +++ SPECS/kleansweep.spec Sun Oct 9 14:36:34 2005 @@ -2,12 +2,12 @@ Summary: KleanSweep - KDE-based (C++) graphical frontend and script that performs actual searching Summary(pl): KleanSweep - graficznego interjesu opartego na KDE i skrypt wykonujÄ…cy poszukiwania Name: kleansweep -Version: 0.1.5 +Version: 0.1.8 Release: 1 License: GPL Group: Applications/System Source0: http://linux.bydg.org/~yogin/%{name}-%{version}.tar.bz2 -# Source0-md5: 1521d883eb059575a6dbde42866ec4ec +# Source0-md5: ec540d1ebd8e05ce63116e217831b0a9 URL: http://linux.bydg.org/~yogin/ BuildRequires: docbook-dtd-sgml BuildRequires: docbook-style-dsssl @@ -15,6 +15,8 @@ BuildRequires: perl-base BuildRequires: rpmbuild(macros) >= 1.129 BuildRequires: scons +BuildRequires: sed >= 4.0 + BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -38,6 +40,9 @@ %prep %setup -q +%{__sed} -i 's/Icon=kleansweep/Icon=kleansweep.png/' ./src/%{name}.desktop +echo "Categories=Qt;KDE;Utility;System;" >> ./src/%{name}.desktop + %build scons configure \ qtincludes=%{_includedir}/qt \ @@ -54,7 +59,6 @@ DESTDIR=$RPM_BUILD_ROOT scons install mv -f $RPM_BUILD_ROOT%{_datadir}/applnk/System/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir} -echo "Categories=Qt;KDE;Utility;System;" >> $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -74,6 +78,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/10/09 12:36:34 blekot +- up to 0.1.8 +- small fix to .desktop file (extension fix) + Revision 1.4 2005/09/21 21:48:37 qboosh - shorter summaries, pl fixes, mv fixes, BR s/perl/perl-base/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kleansweep.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
