]> git.pld-linux.org Git - packages/colorize.git/commitdiff
- added "%include /usr/lib/rpm/macros.perl" for autogenerate perl module dependencies,
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Jun 2002 09:31:34 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics.

Changed files:
    colorize.spec -> 1.3

colorize.spec

index 4b4aaa0fdd30670664f1d722f65b2a662a3f0f3e..252fe10e74e20062a12a90a5a83c9a023de26150 100644 (file)
@@ -1,3 +1,4 @@
+%include       /usr/lib/rpm/macros.perl
 Summary:       Perl script to colorize logs
 Summary(pl):   Skrypt w perlu do kolorowania logów
 Name:          colorize
@@ -27,8 +28,9 @@ w
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+
 install colorize.pl $RPM_BUILD_ROOT%{_bindir}/colorize.pl
-install colorize.pl.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/colorize.pl.1.gz
+install colorize.pl.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/
 install colorizerc $RPM_BUILD_ROOT%{_sysconfdir}/colorizerc
 
 %clean
@@ -36,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc changelog.gz copyright examples/ README THANKS TIPS TODO
 %attr(755,root,root) %{_bindir}/colorize.pl
 %{_mandir}/man1/colorize.pl.1*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/colorizerc
-%doc changelog.gz copyright examples/ README THANKS TIPS TODO
This page took 0.111088 seconds and 4 git commands to generate.