]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- kill caps, tabs
authorankry <ankry@pld-linux.org>
Wed, 20 Jul 2005 06:00:13 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude.spec -> 1.6

libprelude.spec

index 915ae0f74abd6d44372f1e69ee5e6748dbc0abfe..3ad9c400909f26dd2698d2b34838e063c9c3d5ba 100644 (file)
@@ -1,5 +1,5 @@
 %include       /usr/lib/rpm/macros.perl
-Summary:       The Prelude Library
+Summary:       The Prelude library
 Summary(pl):   Biblioteka Prelude
 Name:          libprelude
 %define        _rc     rc9
@@ -20,7 +20,7 @@ BuildRequires:        rpm-perlprov
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The Prelude Library is a collection of generic functions providing
+The Prelude library is a collection of generic functions providing
 communication between the Prelude Hybrid IDS suite components. It
 provides a convenient interface for sending alerts to Prelude Manager
 with transparent SSL, failover and replication support, asynchronous
@@ -40,12 +40,12 @@ dost
 ulubiony program zwi±zany z bezpieczeñstwem na czujnik Prelude.
 
 %package libs
-Summary:       The Prelude Library
+Summary:       The Prelude library
 Summary(pl):   Biblioteka Prelude
 Group:         Libraries
 
 %description libs
-The Prelude Library.
+The Prelude library.
 
 %description libs -l pl
 Biblioteka Prelude.
@@ -118,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 cd bindings/perl && %{__perl} Makefile.PL \
-        INSTALLDIRS=vendor
+       INSTALLDIRS=vendor
 cd ../..
 %{__make} -C bindings/perl install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -129,7 +129,7 @@ cd ../..
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  libs   -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
 %files
This page took 0.096928 seconds and 4 git commands to generate.