]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- removed hashed lines,
authorkloczek <kloczek@pld-linux.org>
Wed, 28 Apr 1999 01:38:23 +0000 (01:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added stripping shared libraries,
- added missing %defattr in startic.

Changed files:
    dialog.spec -> 1.5

dialog.spec

index 1a13f4b97b7928a8ebd8a0f7d4098da4a1b0ce03..a4ece3d607a944745cbe86e6fd1cb2e3d5dbce7d 100644 (file)
@@ -10,7 +10,6 @@ Copyright:    GPL
 Group:                 Utilities/Terminal
 Group(pl):     Narzêdzia/Terminal
 Source:        ftp://iride.unipv.it/pub/linux/dialog/%{name}-%{version}.tar.gz
-#Patch2:       dialog-loop.patch
 Patch0:                dialog-shared.patch
 BuildPrereq:   ncurses-devel
 BuildPrereq:   gpm-devel
@@ -56,7 +55,7 @@ Group:                Libraries
 Group(pl):     Biblioteki
 
 %description libs
-Dialog library
+Dialog library.
 
 %description libs -l pl
 Biblioteka dialog pozwala na stworzenie przyjaznego interfejsu
@@ -83,17 +82,14 @@ Group(pl):      Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
 %description static
-Static dialog library
+Static dialog library.
 
 %description static -l pl
-Statyczna biblioteka dialog
-
+Statyczna biblioteka dialog.
 
 %prep
 %setup  -q
 %patch0 -p1 
-#%patch1 -p1 
-#%patch2 -p1 
 
 %build
 autoconf
@@ -112,6 +108,8 @@ make prefix=$RPM_BUILD_ROOT/usr install
 
 cp -a samples/* dialog.pl $RPM_BUILD_ROOT/usr/src/examples/%{name}-%{version}
 
+strip --strip-unneeded $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
+
 gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
        dialog.lsm README CMDLINE
 
@@ -149,6 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 /usr/man/man3/*
 
 %files static
+%defattr(644,root,root,755)
 /usr/lib/lib*.a
 
 %changelog
This page took 0.073553 seconds and 4 git commands to generate.