]> git.pld-linux.org Git - packages/colorgcc.git/commitdiff
[1.3.2-1]
authorpius <pius@pld-linux.org>
Sun, 9 May 1999 21:09:29 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- initial rpm release.

Changed files:
    colorgcc.spec -> 1.1

colorgcc.spec [new file with mode: 0644]

diff --git a/colorgcc.spec b/colorgcc.spec
new file mode 100644 (file)
index 0000000..f54a0ce
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       perl wrapper which colorizes the output of the gcc/g++ compiler
+Summary(pl):   program koloruj±cy komunikaty kompilatorów gcc/g++
+Name:          colorgcc
+Version:       1.3.2
+Release:       1
+Group:         Development/Tools
+Group(pl):     Programowanie/Narzêdzia
+Copyright:     GPL
+Source:                http://home.i1.net/~jamoyers/software/colorgcc/%{name}-%{version}.tar.gz
+Patch:         colorgcc-paths.patch
+Requires:      perl-ANSIColor
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+colorgcc is a perl wrapper that colorizes the output 
+of the gcc/g++ compiler.
+
+Read /usr/share/doc/INSTALL after installing colorgcc.
+
+%description -l pl
+colorgcc to napisany w perlu program opakowuj±cy (wrapper), który
+koloruje tekst wypisywany przez kompilatory gcc/g++ podczas kompilacji.
+
+Po zainstalowaniu tego pakietu przeczytaj /usr/share/doc/INSTALL.
+
+%prep
+%setup -q
+%patch -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/bin
+
+install colorgcc $RPM_BUILD_ROOT/usr/bin
+
+gzip -9nf INSTALL ChangeLog CREDITS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {INSTALL,ChangeLog,CREDITS}.gz colorgccrc
+
+%attr(755,root,root) /usr/bin/colorgcc
+
+%changelog
+* Sun May  9 1999 Piotr Czerwiñski <pius@pld.org.pl>
+  [1.3.2-1]
+- initial rpm release.
This page took 0.089665 seconds and 4 git commands to generate.