SPECS: svn2log.spec (NEW) - new

glen glen at pld-linux.org
Sun May 28 20:34:12 CEST 2006


Author: glen                         Date: Sun May 28 18:34:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/svn2log.spec
diff -u /dev/null SPECS/svn2log.spec:1.1
--- /dev/null	Sun May 28 20:34:12 2006
+++ SPECS/svn2log.spec	Sun May 28 20:34:06 2006
@@ -0,0 +1,40 @@
+# $Revision$, $Date$
+Summary:	Convert specified subversion xml logfile to GNU-style ChangeLog
+Name:		svn2log
+Version:	0.1
+Release:	0.1
+License:	BSD
+Group:		Applications/Text
+Source0:	http://svn.digium.com/view/repotools/%{name}
+# Source0-md5:	d9cf6dd67691648f935ce0dabbf24c50
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Convert specified subversion xml logfile to GNU-style ChangeLog.
+
+%prep
+%setup -q -c -T
+cp %{SOURCE0} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%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  2006/05/28 18:34:06  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list