Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 3d81b71f41737a43c643861314bb25a5 > files > 2

colorize-0.3.4-2.mga2.src.rpm

Name:		colorize
Version:	0.3.4
Release:	%mkrel 2
License:	GPLv2+
Group:		Text tools
URL:		http://www.solbu.net/hoved/english/software.htm
Source0:	http://www.solbu.net/progs/%{name}-%{version}.tar.gz
Summary:	Colorized output from tail
BuildArch:	noarch
Requires:	perl

%description
This is a Perl script, made by Istvan Karaszi, to colorize your logs.
You can use your own colors by modifying your configuration file
in your home directory, or system-wide using /etc/colorizerc.

%prep
%setup -q
gunzip %{name}.1.gz

%build

%install
rm -rf %{buildroot}
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m644 %{name}rc -D %{buildroot}%{_sysconfdir}/%{name}rc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README THANKS TIPS TODO examples changelog.gz
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog

* Sat Feb 18 2012 shlomif <shlomif> 0.3.4-2.mga2
+ Revision: 210405
- Bumping the release so to build for i586

* Tue Dec 06 2011 shlomif <shlomif> 0.3.4-1.mga2
+ Revision: 177354
- imported package colorize


* Wed Dec 05 2011 Johnny A. Solbu <solbu@mandriva.org> 0.3.4-1
- Rebuild for Mageia
- Fixing compression on manpage
- Spec cleanup

* Sat May 07 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.3.4-1
+ Revision: 671289
- add empty %%build section for consistency and to satisfy rpmlint
- fix mixed-use-of-spaces-and-tabs
- cosmetics
- don't abbreviate 'configuration' with 'config' to satisfy rpmlint
- mark config file as %%config(noreplace)
- indent
- fix incorrect spelling
- remove '.' at end of summary line
- drop copyright file as the license doesn't require to ship it
- cleanups
- remove legacy rpm stuff
- imported package colorize


* Thu Apr 2 2010 Johnny A. Solbu <johnny@solbu.net> 0.3.4-1mdv
- Initial release