Author: glen                         Date: Sat Mar  4 10:16:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/remv.spec
diff -u /dev/null SPECS/remv.spec:1.1
--- /dev/null   Sat Mar  4 11:16:57 2006
+++ SPECS/remv.spec     Sat Mar  4 11:16:50 2006
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+Summary:       Regular expression powered renaming tool
+Name:          remv
+Version:       0.4.1
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://labix.org/download/remv/%{name}-%{version}.tar.gz
+# Source0-md5: d5de032eadb412bf2b86629aa031ba89
+URL:           http://labix.org/remv
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+That's a tool to rename files with the help of regular expressions. It allows
+one to replace parts of filenames and/or directories, rename them completely,
+remove files which match a given pattern, change the case of them, use help of
+external programs, and more.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install remv $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/remv
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/04 10:16:50  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to