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ä - 0.13-1 - Update to 0.13, obsolete subversion-svn2cl. - Specfile cleanups. * Sun Jul 26 2009 Fedora Release Engineering - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Dec 21 2008 Ville Skyttä - 0.11-1 - 0.11. * Sun Apr 6 2008 Ville Skyttä - 0.10-1 - 0.10, drop disttag. * Sun Apr 8 2007 Ville Skyttä - 0.9-1 - 0.9. * Thu Oct 19 2006 Ville Skyttä - 0.8-1 - 0.8. - Add (empty) %%build section. * Fri Sep 15 2006 Ville Skyttä - 0.7-2 - Rebuild. * Fri Jun 2 2006 Ville Skyttä - 0.7-1 - 0.7. * Fri Apr 7 2006 Ville Skyttä - 0.6-1 - First FE build (#186632). * Thu Mar 23 2006 Ville Skyttä - 0.6-0.1 - First build.