]> git.pld-linux.org Git - packages/colordiff.git/blob - colordiff.spec
- caps unification, other cosmetics
[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.3
6 Release:        1
7 License:        GPL
8 Group:          Applications/Text
9 Source0:        http://dl.sourceforge.net/colordiff/%{name}-%{version}.tar.gz
10 # Source0-md5:  ccdeeae7555b9fcbb7b8c47b3a92f904
11 URL:            http://colorize.raszi.hu/
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is a short perl script to colorize your diffs.
17
18 %description -l pl
19 Colorize jest krótkim skryptem w perlu umo¿liwiaj±cym pokolorowanie
20 diffów.
21
22 %prep
23 %setup -q
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
28
29 install %{name}.pl $RPM_BUILD_ROOT%{_bindir}
30 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
31 install %{name}rc $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc CHANGES README BUGS TODO
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man1/*
41 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.07185 seconds and 3 git commands to generate.