[svn2cl] Initial import after re-review (#745547).

Ville Skyttä scop at fedoraproject.org
Thu Oct 13 17:25:48 UTC 2011


commit 2bee2d21be951a0505d77bd3899fed0bc66f7827
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Oct 13 20:21:59 2011 +0300

    Initial import after re-review (#745547).

 .gitignore   |    1 +
 dead.package |    1 -
 sources      |    1 +
 svn2cl.spec  |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2dd78e4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/svn2cl-0.13.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..f2b2a68
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+39764d18ef342145863d5d4e21610e2d  svn2cl-0.13.tar.gz
diff --git a/svn2cl.spec b/svn2cl.spec
new file mode 100644
index 0000000..6b1a751
--- /dev/null
+++ b/svn2cl.spec
@@ -0,0 +1,78 @@
+Name:           svn2cl
+Version:        0.13
+Release:        1%{?dist}
+Summary:        Create a ChangeLog from a Subversion log
+
+License:        BSD
+URL:            http://arthurdejong.org/svn2cl/
+Source0:        http://arthurdejong.org/svn2cl/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+Requires:       libxslt
+Requires:       subversion
+Obsoletes:      subversion-svn2cl < 1.7.0
+
+%description
+svn2cl is a simple XSL transformation and shell script wrapper for
+generating a classic GNU-style ChangeLog from a subversion repository
+log.  It is made from several change log -like scripts using common
+XSLT constructs found in different places.
+
+
+%prep
+%setup -q
+sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' svn2cl.sh
+
+
+%build
+
+
+%install
+install -Dpm 755 svn2cl.sh $RPM_BUILD_ROOT%{_bindir}/svn2cl
+install -dm 755 $RPM_BUILD_ROOT%{_datadir}/svn2cl
+install -pm 644 *.xsl $RPM_BUILD_ROOT%{_datadir}/svn2cl
+install -Dpm 644 svn2cl.1 $RPM_BUILD_ROOT%{_mandir}/man1/svn2cl.1
+
+
+%files
+%doc ChangeLog NEWS README TODO authors.xml svn2html.css
+%{_bindir}/svn2cl
+%{_datadir}/svn2cl/
+%{_mandir}/man1/svn2cl.1*
+
+
+%changelog
+* Wed Oct 12 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.13-1
+- Update to 0.13, obsolete subversion-svn2cl.
+- Specfile cleanups.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Dec 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
+- 0.11.
+
+* Sun Apr  6 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
+- 0.10, drop disttag.
+
+* Sun Apr  8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9-1
+- 0.9.
+
+* Thu Oct 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8-1
+- 0.8.
+- Add (empty) %%build section.
+
+* Fri Sep 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-2
+- Rebuild.
+
+* Fri Jun  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1
+- 0.7.
+
+* Fri Apr  7 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6-1
+- First FE build (#186632).
+
+* Thu Mar 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6-0.1
+- First build.


More information about the scm-commits mailing list