rpms/svn2cl/devel svn2cl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Apr 7 16:51:43 UTC 2006


Author: scop

Update of /cvs/extras/rpms/svn2cl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10803/devel

Modified Files:
	.cvsignore sources 
Added Files:
	svn2cl.spec 
Log Message:
auto-import svn2cl-0.6-0.1 on branch devel from svn2cl-0.6-0.1.src.rpm


--- NEW FILE svn2cl.spec ---
Name:           svn2cl
Version:        0.6
Release:        0.1%{?dist}
Summary:        Create a ChangeLog from a Subversion log

Group:          Development/Tools
License:        BSD
URL:            http://ch.tudelft.nl/~arthur/svn2cl/
Source0:        http://ch.tudelft.nl/~arthur/svn2cl/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       libxslt
Requires:       subversion

%description
svn2cl is a simple xsl transformation and shellscript wrapper for
generating a classic GNU-style ChangeLog from a subversion repository
log.  It is made from several changelog-like scripts using common xslt
constructs found in different places.


%prep
%setup -q
sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' svn2cl.sh


%install
rm -rf $RPM_BUILD_ROOT
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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog NEWS README TODO authors.xml svn2html.css
%{_bindir}/svn2cl
%{_datadir}/svn2cl/
%{_mandir}/man1/svn2cl.1*


%changelog
* Thu Mar 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6-0.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/svn2cl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Apr 2006 16:51:15 -0000	1.1
+++ .cvsignore	7 Apr 2006 16:51:43 -0000	1.2
@@ -0,0 +1 @@
+svn2cl-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/svn2cl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Apr 2006 16:51:15 -0000	1.1
+++ sources	7 Apr 2006 16:51:43 -0000	1.2
@@ -0,0 +1 @@
+2458aeed899959f0c79319acd49c8e86  svn2cl-0.6.tar.gz




More information about the fedora-extras-commits mailing list