]> git.pld-linux.org Git - packages/cvs2cl.git/commitdiff
- new auto/ac/cvs2cl-2_59-0_1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Sep 2005 11:16:21 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs2cl.spec -> 1.1

cvs2cl.spec [new file with mode: 0644]

diff --git a/cvs2cl.spec b/cvs2cl.spec
new file mode 100644 (file)
index 0000000..f97b71b
--- /dev/null
@@ -0,0 +1,43 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       CVS-log-message-to-ChangeLog conversion script
+Name:          cvs2cl
+Version:       2.59
+Release:       0.1
+Epoch:         0
+License:       GPL v2
+Group:         Applications
+Source0:       http://www.red-bean.com/cvs2cl/cvs2cl.pl
+# Source0-md5: 2267d1023719f72358d2739e41ca984c
+URL:           http://www.red-bean.com/cvs2cl/
+BuildRequires: rpm-perlprov
+BuildRequires: sed >= 4.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cvs2cl is Perl script that does what you think it does: it produces a
+GNU-style ChangeLog for CVS-controlled sources, by running "cvs log"
+and parsing the output. Duplicate log messages get unified in the
+Right Way. If you don't know what any of that means, then you're doing
+fine, just keep on truckin'.
+
+%prep
+%setup -q -c -T
+cp %{SOURCE0} .
+
+# remove shell header for perl autoreqdep to work
+sed -i -e '1,/^#!perl -w/d' %{name}.pl
+# and add proper one
+sed -i -e '1i#!%{__perl} -w' %{name}.pl
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.075757 seconds and 4 git commands to generate.