]> git.pld-linux.org Git - packages/libPropList.git/commitdiff
- some cosmetic changes for common l&f,
authorkloczek <kloczek@pld-linux.org>
Fri, 29 Jan 1999 23:53:43 +0000 (23:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

index db2fa8eb359139625fe5293e61c9401bc3bcf7f5..02383503904edd1f89e426aa717c0301809fb6a9 100644 (file)
@@ -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 <kloczek@rudy.mif.pg.gda.pl>
+  [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 <wiget@usa.net>
-[0.8.3-1d]
 - separated from WindowMaker.spec
This page took 0.085435 seconds and 4 git commands to generate.