]> git.pld-linux.org Git - packages/cvsspam.git/blob - cvsspam.spec
- wordwrap for css .comment class
[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:        6.1
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 Patch2:         %{name}-filenr.patch
14 Patch3:         %{name}-trailing-cvsinfo-slash.patch
15 Patch4:         %{name}-optkb_binary_hint.patch
16 Patch5:         %{name}-encode_email_personal_name.patch
17 Patch6:         %{name}-cvsroot_trailing_slash.patch
18 Patch7:         %{name}-mail_threading.patch
19 URL:            http://www.badgers-in-foil.co.uk/projects/cvsspam/
20 BuildRequires:  rpmbuild(macros) >= 1.177
21 Requires:       cvs
22 Requires:       ruby
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _sysconfdir     /etc/%{name}
27 %define         _datadir        %{_prefix}/share/%{name}
28
29 %description
30 CVSspam sends email when a change is committed to the CVS repository.
31 Syntax-highlighted diffs describe the changes made, and links to Web
32 frontends on CVS and bug tracking systems are generated where
33 possible.
34
35 %description -l pl
36 CVSspam wysy³a wiadomo¶æ po wykonaniu zmiany w repozytorium CVS.
37 Ró¿nice z pod¶wietlaniem sk³adni opisuj± wykonane zmiany, a je¶li to
38 mo¿liwe, generowane s± odno¶niki do frontendów WWW do CVS i systemów
39 ¶ledzenia b³êdów.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45 %patch2 -p1
46 %patch3 -p0
47 %patch4 -p0
48 %patch5 -p1
49 %patch6 -p0
50 %patch7 -p0
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT{%{_libdir},%{_datadir},%{_sysconfdir}}
55
56 install {collect_diffs,cvsspam,record_lastdir}.rb $RPM_BUILD_ROOT%{_datadir}
57 install cvsspam.conf $RPM_BUILD_ROOT%{_sysconfdir}
58
59 ln -s %{_datadir} $RPM_BUILD_ROOT%{_libdir}/%{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 # make compat symlink, the symlink is discarded using %ghost on package uninstall
65 %triggerpostun -- cvsspam < 0.2.11-5.3
66 # need rmdir, because the path belongs to new package (is %ghosted) and therefore is not removed by rpm
67 rmdir %{_libdir}/%{name} 2>/dev/null || mv -v %{_libdir}/%{name}{,.rpmsave}
68 ln -s %{_datadir} %{_libdir}/%{name}
69 %banner %{name} -e <<EOF
70 NOTE: The cvsspam programs have been moved to %{_datadir}.
71 I've created compat symlink so you don't feel so much pain of that.
72
73 EOF
74
75 %files
76 %defattr(644,root,root,755)
77 %doc CREDITS TODO cvsspam-doc.pdf cvsspam-doc.html
78 %dir %{_datadir}
79 %attr(755,root,root) %{_datadir}/*
80 %ghost %{_libdir}/%{name}
81 %dir %{_sysconfdir}
82 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.034142 seconds and 3 git commands to generate.