]> git.pld-linux.org Git - packages/colordiff.git/blame - colordiff.spec
- up to 1.0.8a
[packages/colordiff.git] / colordiff.spec
CommitLineData
47e3120d 1%include /usr/lib/rpm/macros.perl
2Summary: Perl script to colorize diffs
44354987 3Summary(pl.UTF-8): Skrypt w Perlu do kolorowania diffów
47e3120d 4Name: colordiff
745fe2f1 5Version: 1.0.8a
8b785e91 6Release: 1
9c27a642 7License: GPL v3
797e1cf9 8Group: Applications/Text
9c27a642 9Source0: http://colordiff.sourceforge.net/%{name}-%{version}.tar.gz
745fe2f1 10# Source0-md5: 2355debed9a9a0183c33ef27c62feb3b
9b37c142 11URL: http://colordiff.sourceforge.net/
1ee0ef15 12BuildRequires: rpm-perlprov
9c27a642
PG
13# Required for docs:
14#BuildRequires: xmlto
e873ee13 15BuildArch: noarch
47e3120d 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
797e1cf9 19This is a short perl script to colorize your diffs.
47e3120d 20
fcb96a98
JR
21%description -l pl.UTF-8
22Colorize jest krótkim skryptem w Perlu umożliwiającym pokolorowanie
23diffów.
47e3120d 24
25%prep
26%setup -q
27
9c27a642
PG
28%build
29# fails right now
30#%{__make} -j1 doc
31
47e3120d 32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
35
f862f214 36install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/colordiff
9c27a642 37install cdiff.sh $RPM_BUILD_ROOT%{_bindir}/cdiff
797e1cf9 38install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
47e3120d 39install %{name}rc $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
f54a7296 46%doc BUGS CHANGES README
47e3120d 47%attr(755,root,root) %{_bindir}/*
23f66b7c 48%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
07323544 49%{_mandir}/man1/*
This page took 0.064973 seconds and 4 git commands to generate.