From 3514f0453e83b5b233aefa07e419276b4b02a0f2 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Jun 26 2014 14:36:26 +0000 Subject: Removing static libraries Resolves: #979179 --- diff --git a/postgis.spec b/postgis.spec index c192646..a6efa18 100644 --- a/postgis.spec +++ b/postgis.spec @@ -12,7 +12,7 @@ Summary: Geographic Information Systems Extensions to PostgreSQL Name: postgis Version: 2.1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Databases Source0: http://download.osgeo.org/%{name}/source/%{name}-%{version}.tar.gz @@ -110,6 +110,8 @@ make install DESTDIR=%{buildroot} make %{?_smp_mflags} -C utils install DESTDIR=%{buildroot} make %{?_smp_mflags} -C extensions install DESTDIR=%{buildroot} +rm -f %{buildroot}%{_libdir}/liblwgeom.{a,la} + # (moved into install section) # Install postgis-2.0.so file manually: %{__mkdir} -p %{buildroot}/%{_libdir}/pgsql @@ -200,7 +202,11 @@ rm -rf %{buildroot} %doc postgis*.pdf %changelog -* Mon Jun 09 2014 Jozef Mlich - 2.1.3-1 +* Thu Jun 26 2014 Jozef Mlich - 2.1.3-3 +- Removing static libraries + Resolves: #979179 + +* Mon Jun 09 2014 Jozef Mlich - 2.1.3-2 - removing sinjdoc from BuildRequires as it is not available in rawhide anymore