From 67e1fa9a79d1379088d09a21708e39e17c623f25 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 29 Jan 1999 23:53:43 +0000 Subject: [PATCH] - some cosmetic changes for common l&f, - removed "Prereq: /sbin/ldconfig" (this is generated automatically), - fixed Requires for static subpackage (must be %%{name}-devel = %%{version}). Changed files: libPropList.spec -> 1.2 --- libPropList.spec | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/libPropList.spec b/libPropList.spec index db2fa8e..0238350 100644 --- a/libPropList.spec +++ b/libPropList.spec @@ -1,15 +1,14 @@ Summary: libPropList library +Summary(pl): Biblioteka libPropList Name: libPropList Version: 0.8.3 Release: 1d Group: X11/Libraries Group(pl): X11/Biblioteki Copyright: GPL -URL: http://www.windowmaker.org Source: ftp://ftp.windowmaker.org/pub/beta/srcs/%{name}.tar.gz -Prereq: /sbin/ldconfig +URL: http://www.windowmaker.org/ BuildRoot: /tmp/%{name}-%{version}-root -Summary(pl): Biblioteka libPropList %description libPropList library, needed by Window Maker. @@ -19,10 +18,10 @@ libPropList jest biblioteka potrzebn %package devel Summary: libPropList libraries +Summary(pl): Biblioteki libPropList Group: Development/Libraries Group(pl): Programowanie/Biblioteki Requires: %{name} = %{version} -Summary(pl): Biblioteki libPropList %description devel libPropList headers files @@ -33,10 +32,10 @@ aplikacji korzystaj %package static Summary: libPropList static libraries +Summary(pl): Biblioteki statyczne libPropList Group: Development/Libraries Group(pl): Programowanie/Biblioteki -Requires: %{name} = %{version} -Summary(pl): Biblioteki statyczne libPropList +Requires: %{name}-devel = %{version} %description static This package contains static libraries for building libPropList @@ -50,27 +49,19 @@ aplikacji korzystaj %setup -q %build - -CFLAGS=$RPM_OPT_FLAGS LDFLAGS="-s" \ - ./configure --prefix=/usr/X11R6 - +CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ +./configure \ + --prefix=/usr/X11R6 make -# CFLAGS="$RPM_OPT_FLAGS" \ -# LDFLAGS="-s" - %install rm -rf $RPM_BUILD_ROOT - make install \ DESTDIR=$RPM_BUILD_ROOT - - bzip2 -9 AUTHORS ChangeLog NEWS README -%post -p /sbin/ldconfig - +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean @@ -92,6 +83,11 @@ rm -r $RPM_BUILD_ROOT /usr/X11R6/lib/lib*.la %changelog +* Fri Jan 29 1999 Tomasz K³oczko + [0.8.3-1d] +- removed "Prereq: /sbin/ldconfig" (this is generated automatically), +- fixed Requires for static subpackage + (must be %%{name}-devel = %%{version}). + * Fri Jan 29 1999 Artur Frysiak -[0.8.3-1d] - separated from WindowMaker.spec -- 2.44.0