]> git.pld-linux.org Git - packages/colordiff.git/blob - colordiff.spec
- ops. and kill TODO file from %doc (cat TODO -> "See BUGS")
[packages/colordiff.git] / colordiff.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Perl script to colorize diffs
3 Summary(pl):    Skrypt w Perlu do kolorowania diffów
4 Name:           colordiff
5 Version:        1.0.6
6 Release:        1
7 License:        GPL
8 Group:          Applications/Text
9 Source0:        http://dl.sourceforge.net/colordiff/%{name}-%{version}.tar.gz
10 # Source0-md5:  a27bfccc24cd9874eb1d1abe40dc2457
11 URL:            http://colordiff.sourceforge.net/
12 BuildRequires:  rpm-perlprov
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This is a short perl script to colorize your diffs.
18
19 %description -l pl
20 Colorize jest krótkim skryptem w Perlu umo¿liwiaj±cym pokolorowanie
21 diffów.
22
23 %prep
24 %setup -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
29
30 install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/colordiff
31 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
32 install %{name}rc $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc BUGS CHANGES README
40 %attr(755,root,root) %{_bindir}/*
41 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
42 %{_mandir}/man1/*
This page took 0.049886 seconds and 3 git commands to generate.