SPECS: kleansweep.spec - up to 0.1.5 (added desktop file) - added ...
blekot
blekot at pld-linux.org
Sat Sep 17 17:52:37 CEST 2005
Author: blekot Date: Sat Sep 17 15:52:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.1.5 (added desktop file)
- added Categories to .desktop file and mv it to %{desktopdir}
---- Files affected:
SPECS:
kleansweep.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/kleansweep.spec
diff -u SPECS/kleansweep.spec:1.1 SPECS/kleansweep.spec:1.2
--- SPECS/kleansweep.spec:1.1 Sat Sep 17 16:19:19 2005
+++ SPECS/kleansweep.spec Sat Sep 17 17:52:31 2005
@@ -1,12 +1,12 @@
# $Revision$, $Date$
Summary: KleanSweep consists of KDE-based (C++) graphical frontend and small helper Perl script that performs actual searching
Name: kleansweep
-Version: 0.1.4
+Version: 0.1.5
Release: 1
License: GPL
Group: Applications/System
Source0: http://linux.bydg.org/~yogin/%{name}-%{version}.tar.bz2
-# Source0-md5: 93f2562d56188946c855706f0cf29ee5
+# Source0-md5: 1521d883eb059575a6dbde42866ec4ec
URL: http://linux.bydg.org/~yogin/
BuildRequires: docbook-dtd-sgml
BuildRequires: docbook-style-dsssl
@@ -38,9 +38,13 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
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
@@ -50,6 +54,8 @@
%attr(755,root,root) %{_bindir}/*
%doc %{_kdedocdir}/en/
%{_iconsdir}/hicolor/*/apps/*.png
+%{_datadir}/apps/%{name}/*.png
+%{_desktopdir}/%{name}.desktop
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -57,6 +63,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/09/17 15:52:31 blekot
+- up to 0.1.5 (added desktop file)
+- added Categories to .desktop file and mv it to %{desktopdir}
+
Revision 1.1 2005/09/17 14:19:19 blekot
- new, builds
- TODO: write (pl) Desc and Summary
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kleansweep.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list