]> git.pld-linux.org Git - packages/cvsspam.git/blob - cvsspam.spec
- --charset arg support (a patch of mine)
[packages/cvsspam.git] / cvsspam.spec
1 Summary:        CVSspam emails you diffs when someone commits a change to your CVS repository
2 Summary(pl):    CVSspam - wysy³anie ró¿nic po wykonaniu zmiany w repozytorium CVS
3 Name:           cvsspam
4 Version:        0.2.11
5 Release:        2
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://www.badgers-in-foil.co.uk/projects/cvsspam/%{name}-%{version}.tar.gz
10 # Source0-md5:  e2fe350b845ad1d2ff935f623a0f543a
11 Patch0:         %{name}-users-quote.patch
12 Patch1:         %{name}-charset-arg.patch
13 URL:            http://www.badgers-in-foil.co.uk/projects/cvsspam/
14 Requires:       cvs
15 Requires:       ruby
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc/%{name}
19
20 %description
21 CVSspam sends email when a change is committed to the CVS repository.
22 Syntax-highlighted diffs describe the changes made, and links to Web
23 frontends on CVS and bug tracking systems are generated where
24 possible.
25
26 %description -l pl
27 CVSspam wysy³a wiadomo¶æ po wykonaniu zmiany w repozytorium CVS.
28 Ró¿nice z pod¶wietlaniem sk³adni opisuj± wykonane zmiany, a je¶li to
29 mo¿liwe, generowane s± odno¶niki do frontendów WWW do CVS i systemów
30 ¶ledzenia b³êdów.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
40
41 install collect_diffs.rb cvsspam.rb record_lastdir.rb $RPM_BUILD_ROOT%{_bindir}
42 install cvsspam.conf $RPM_BUILD_ROOT%{_sysconfdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc CREDITS TODO cvsspam-doc.pdf cvsspam-doc.html
50 %attr(755,root,root) %{_bindir}/*
51 %dir %{_sysconfdir}
52 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.029718 seconds and 4 git commands to generate.