SPECS: kleansweep.spec (NEW) - new, builds - TODO: write (pl) Desc...

blekot blekot at pld-linux.org
Sat Sep 17 16:19:24 CEST 2005


Author: blekot                       Date: Sat Sep 17 14:19:24 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, builds
- TODO: write (pl) Desc and Summary
- check BR's

---- Files affected:
SPECS:
   kleansweep.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kleansweep.spec
diff -u /dev/null SPECS/kleansweep.spec:1.1
--- /dev/null	Sat Sep 17 16:19:24 2005
+++ SPECS/kleansweep.spec	Sat Sep 17 16:19:19 2005
@@ -0,0 +1,64 @@
+# $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
+Release:	1
+License:	GPL
+Group:		Applications/System
+Source0:	http://linux.bydg.org/~yogin/%{name}-%{version}.tar.bz2
+# Source0-md5:	93f2562d56188946c855706f0cf29ee5
+URL:		http://linux.bydg.org/~yogin/
+BuildRequires:  docbook-dtd-sgml
+BuildRequires:  docbook-style-dsssl
+BuildRequires:	kdelibs >= 3.0
+BuildRequires:	perl
+BuildRequires:  rpmbuild(macros) >= 1.129
+BuildRequires:	scons
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KleanSweep consists of KDE-based (C++) graphical frontend and small
+helper Perl script that performs actual searching. All searches,
+except for orphaned files, duplicates and dead menu entries are as
+fast as usual 'find' would be. KleanSweep requires KDE libraries and
+Perl. Note: I take no responsibility for any damage caused by this
+program. Rate this project at kde-apps.org.
+
+%prep
+%setup -q
+
+%build
+scons configure \
+        qtincludes=%{_includedir}/qt \
+        prefix=%{_prefix} %{?debug:debug=full} \
+%if "%{_lib}" == "lib64"
+        libsuffix=64 \
+%endif
+        qtlibs=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+DESTDIR=$RPM_BUILD_ROOT scons install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%doc %{_kdedocdir}/en/
+%{_iconsdir}/hicolor/*/apps/*.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/17 14:19:19  blekot
+- new, builds
+- TODO: write (pl) Desc and Summary
+- check BR's
+
================================================================



More information about the pld-cvs-commit mailing list