]> git.pld-linux.org Git - packages/colorgcc.git/blob - colorgcc.spec
- standarized line with BuildRoot field:
[packages/colorgcc.git] / colorgcc.spec
1 Summary:        perl wrapper which colorizes the output of the gcc/g++ compiler
2 Summary(pl):    program koloruj±cy komunikaty kompilatorów gcc/g++
3 Name:           colorgcc
4 Version:        1.3.2
5 Release:        1
6 Group:          Development/Tools
7 Group(pl):      Programowanie/Narzêdzia
8 Copyright:      GPL
9 Source:         http://home.i1.net/~jamoyers/software/colorgcc/%{name}-%{version}.tar.gz
10 Patch:          colorgcc-paths.patch
11 Requires:       perl-ANSIColor
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 colorgcc is a perl wrapper that colorizes the output 
16 of the gcc/g++ compiler.
17
18 Read %{_defaultdocdir}/INSTALL after installing colorgcc.
19
20 %description -l pl
21 colorgcc to napisany w perlu program opakowuj±cy (wrapper), który
22 koloruje tekst wypisywany przez kompilatory gcc/g++ podczas kompilacji.
23
24 Po zainstalowaniu tego pakietu przeczytaj %{_defaultdocdir}/INSTALL.
25
26 %prep
27 %setup -q
28 %patch -p1
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install colorgcc $RPM_BUILD_ROOT%{_bindir}
35
36 gzip -9nf INSTALL ChangeLog CREDITS
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc {INSTALL,ChangeLog,CREDITS}.gz colorgccrc
44
45 %attr(755,root,root) %{_bindir}/colorgcc
46
47 %changelog
48 * Sun May  9 1999 Piotr Czerwiñski <pius@pld.org.pl>
49   [1.3.2-1]
50 - initial rpm release.
This page took 0.066254 seconds and 3 git commands to generate.