SPECS: weeder.spec (NEW) - new

glen glen at pld-linux.org
Wed Jun 15 16:52:13 CEST 2005


Author: glen                         Date: Wed Jun 15 14:52:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/weeder.spec
diff -u /dev/null SPECS/weeder.spec:1.1
--- /dev/null	Wed Jun 15 16:52:13 2005
+++ SPECS/weeder.spec	Wed Jun 15 16:52:08 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Weeder - binary file identifier
+Name:		weeder
+Version:	0.9.7
+Release:	0.1
+Epoch:		0
+License:	GPL
+Group:		Applications/Console
+Source0:	http://members.teleweb.at/erikajo/weeder-0.9.7.tgz
+# Source0-md5:	744a45626d1dfde49e456fb9ffb35380
+URL:		http://members.teleweb.at/erikajo/weeder.htm
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Weeder is a utility which takes fingerprints (crc and length) of
+files. Once a fingerprint is taken it can display or delete duplicates
+in vast amounts of files. Usually this applies to the maintenance of
+collections of pictures or archives. It serves as well for integrity
+checking purposes. Weeder is designed to be unlimited in the number of
+files processed and for speed.
+
+%prep
+%setup -q
+
+%build
+%{__make} -C src \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install src/%{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README history.txt
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%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/06/15 14:52:08  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list