forked from deltaray/clide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclide.spec.in
38 lines (30 loc) · 880 Bytes
/
clide.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%global clideversion @VERSION@
Summary: color and style highlighting program for text
Name: clide
Version: %{clideversion}
Release: 1
License: GPL
Group: Utilities
Source: clide-%{clideversion}.tar.gz
BuildArch: noarch
BuildRoot: /var/tmp/clide-build-%{clideversion}
Packager: Mark Krenz <[email protected]>
Vendor: suso.com
%description
clide is a program that takes a list of search expressions tied to color
sequences to use and reformats the output so that strings that matched
are colorized in ANSI colors according to the fg and bg specified.
%prep
%setup
%build
make
%install
make ROOT="$RPM_BUILD_ROOT" rpminstall
%files
%attr(0755 root root) %{_bindir}/clide
%doc %attr(- root root) CHANGELOG COPYING GOALS IDEAS LICENSE README.md WARNING
%doc %attr(- root root) tests/
%{_mandir}/man1/clide.1.gz
%changelog
* Tue May 19 2010 Mark Krenz <[email protected]>
- 0.9 release