]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- spaces -> tabs, other cosmetics
authorankry <ankry@pld-linux.org>
Thu, 13 May 2004 17:43:07 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rrdtool.spec -> 1.85

rrdtool.spec

index f8c46bb819979532164d60d28ddfb9bddaf0669d..407992462c7d35bafb6a558e78bae1de8e092ea9 100644 (file)
@@ -1,4 +1,4 @@
-%include        /usr/lib/rpm/macros.perl
+%include       /usr/lib/rpm/macros.perl
 Summary:       RRDtool - round robin database
 Summary(pl):   RRDtool - baza danych typu round-robin
 Summary(pt_BR):        Round Robin Database, uma ferramenta para construção de gráficos
@@ -149,8 +149,8 @@ RRD - 
 Summary:       RRDtool php module
 Summary(pl):   Modu³ PHP RRDtool
 Group:         Unknown/Unknown
-Requires(post,preun):   php-common
-Requires:       php-common
+Requires(post,preun):  php-common
+Requires:      php-common
 
 %description -n php-rrdtool
 RRDtool module for PHP.
@@ -198,9 +198,9 @@ cd ../../
 
 # Fix @perl@ and @PERL@
 find examples/ -type f \
-    -exec /usr/bin/perl -pi -e 's|^#! \@perl\@|#!/usr/bin/perl|gi' "{}" ";"
+       -exec /usr/bin/perl -pi -e 's|^#! \@perl\@|#!/usr/bin/perl|gi' "{}" ";"
 find examples/ -name "*.pl" \
-    -exec perl -pi -e 's|\015||gi' "{}" ";"
+       -exec perl -pi -e 's|\015||gi' "{}" ";"
 
 %{__make}
 
@@ -226,15 +226,15 @@ mv -f ../../../contrib .
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %post -n php-rrdtool
 %{_sbindir}/php-module-install install rrdtool %{_sysconfdir}/php.ini
 
 %preun -n php-rrdtool
 if [ "$1" = "0" ]; then
-        %{_sbindir}/php-module-install remove rrdtool %{_sysconfdir}/php.ini
+       %{_sbindir}/php-module-install remove rrdtool %{_sysconfdir}/php.ini
 fi
 
 %files
This page took 0.082683 seconds and 4 git commands to generate.