From ad44f900afee2a6b15870845b5335d9c1f166c38 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Wed, 4 Aug 1999 17:12:07 +0000 Subject: [PATCH] - updated to 1.6.3 - moved *.la script to devel subpackage - removed gd-ref.html (outdated) Changed files: gd.spec -> 1.21 --- gd.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gd.spec b/gd.spec index 7193eae..6c2df76 100644 --- a/gd.spec +++ b/gd.spec @@ -1,13 +1,12 @@ Summary: Library for PNG creation Summary(pl): Biblioteka do tworzenia PNGów Name: gd -Version: 1.6.2 +Version: 1.6.3 Release: 1 Copyright: BSD-style Group: Libraries Group(pl): Biblioteki Source0: ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz -Source1: gd-ref.html BuildRequires: zlib-devel BuildRequires: libpng-devel BuildRequires: freetype-devel @@ -51,8 +50,7 @@ This package contains static GD library. Pakiet ten zawiera statyczn± bibliotekê GD. %prep -%setup -q -n %{name}-%{version} -install %{SOURCE1} . +%setup -q %build %configure @@ -62,7 +60,7 @@ make rm -rf $RPM_BUILD_ROOT make DESTDIR="$RPM_BUILD_ROOT" install strip $RPM_BUILD_ROOT{%{_bindir}/*,%{_libdir}/*.so} || : -gzip -9nf NEWS README index.html gd-ref.html +gzip -9nf NEWS README index.html %clean rm -rf $RPM_BUILD_ROOT @@ -75,12 +73,12 @@ rm -rf $RPM_BUILD_ROOT %doc {NEWS,README}.gz %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/*.so.*.* -%attr(644,root,root) %{_libdir}/libgd.la %files devel %defattr(644,root,root,755) -%doc index.html.gz gd-ref.html.gz +%doc index.html.gz %attr(755,root,root) %{_libdir}/*.so +%attr(644,root,root) %{_libdir}/libgd.la %{_includedir}/* %files static -- 2.44.0