]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- pg_trgm desc cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Oct 2006 11:59:30 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped never used ac patch

Changed files:
    postgresql.spec -> 1.360

postgresql.spec

index cd95038d62e8f8f3d7857bea38b72c12528e83c7..c04f52bcdf45e798c0bb56667383c0a8925db211 100644 (file)
@@ -43,8 +43,7 @@ Patch1:               %{name}-absolute_dbpaths.patch
 Patch2:                %{name}-link.patch
 Patch3:                %{name}-ecpg_link.patch
 Patch4:                %{name}-ecpg-includedir.patch
-Patch5:                %{name}-ac.patch
-Patch6:                %{name}-pg_ctl-fix.patch
+Patch5:                %{name}-pg_ctl-fix.patch
 URL:           http://www.postgresql.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -738,17 +737,17 @@ http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
 
 %package module-pg_trgm
 Summary:       Trigram matching for PostgreSQL
-Summary(pl):   Dopasowanie trigram dla PostgreSQL-a
+Summary(pl):   Dopasowanie trigramowe dla PostgreSQL-a
 Group:         Applications/Databases
 Requires:      %{name} = %{version}-%{release}
 
 %description module-pg_trgm
-Provides functions and index classes for determining the similarity of
-text based on trigram matching.
+This module provides functions and index classes for determining the
+similarity of text based on trigram matching.
 
 %description module-pg_trgm -l pl
-Dostarcza funkcje i klasy do rozpoznawania podobnych tekstów bazuj±c
-na ,,trigram matching''.
+Ten modu³ dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
+w oparciu o dopasowywanie trigramowe (trigram matching).
 
 %prep
 %setup -q -a8
@@ -757,8 +756,7 @@ na ,,trigram matching''.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#patch5 -p1    needed for glibc2.3.4 + gcc4
-%patch6 -p0
+%patch5 -p0
 
 %if %{with php}
 patch -p1 < plphp.patch
This page took 0.832555 seconds and 4 git commands to generate.