Author: lisu                         Date: Mon Dec  5 14:20:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/detox:
   detox.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/detox/detox.spec
diff -u /dev/null packages/detox/detox.spec:1.1
--- /dev/null   Mon Dec  5 15:20:40 2011
+++ packages/detox/detox.spec   Mon Dec  5 15:20:35 2011
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+# TODO: move samples to docs
+#
+Summary:       Utility designed to clean up filenames
+Name:          detox
+Version:       1.2.0
+Release:       1
+License:       BSD-like
+Group:         Applications
+Source0:       http://downloads.sourceforge.net/detox/%{name}-%{version}.tar.gz
+# Source0-md5: 04f1bc8501cd40c21610ea3fee7a6fc5
+URL:           http://detox.sourceforge.net/
+#BuildRequires:        -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+detox is a utility designed to clean up filenames, especially those
+created on other operating systems. It replaces non-standard
+characters, such as spaces or Latin-1 characters, with standard
+equivalents.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -j1 install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/detox
+%attr(755,root,root) %{_bindir}/inline-detox
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/detoxrc
+%{_datadir}/detox/*.tbl
+%{_mandir}/man1/detox*
+%{_mandir}/man5/detox*
+
+%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  2011/12/05 14:20:35  lisu
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to