]> git.pld-linux.org Git - packages/cvsspam.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Feb 2005 15:32:27 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsspam.spec -> 1.1

cvsspam.spec [new file with mode: 0644]

diff --git a/cvsspam.spec b/cvsspam.spec
new file mode 100644 (file)
index 0000000..9d2ed48
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       CVSspam emails you diffs when someone commits a change to your CVS repository.
+Name:          cvsspam
+Version:       0.2.11
+Release:       0.1
+Epoch:         0
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.badgers-in-foil.co.uk/projects/cvsspam/%{name}-%{version}.tar.gz
+# Source0-md5: e2fe350b845ad1d2ff935f623a0f543a
+URL:           http://www.badgers-in-foil.co.uk/projects/cvsspam/
+Requires:      ruby
+Requires:      cvs
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _sysconfdir     /etc/%{name}
+
+%description
+CVSspam sends email when a change is committed to the CVS repository.
+Syntax-highlighted diffs describe the changes made, and links to Web
+frontends on CVS and bug tracking systems are generated where
+possible.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
+
+install collect_diffs.rb cvsspam.rb record_lastdir.rb $RPM_BUILD_ROOT%{_bindir}
+install cvsspam.conf $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS TODO cvsspam-doc.pdf cvsspam-doc.html
+%attr(755,root,root) %{_bindir}/*
+%dir %{_sysconfdir}
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.105596 seconds and 4 git commands to generate.