]> git.pld-linux.org Git - packages/libPropList.git/blobdiff - libPropList.spec
- massive attack: no need for 755 for *.la
[packages/libPropList.git] / libPropList.spec
index 7c9d4d7f858d063b13414d4208ad0a59a2c13550..73c9b658e05b65b3aef4cfbba6a98dfdbcbce082 100644 (file)
@@ -6,7 +6,7 @@ Summary(ru):    
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÄÌÑ ÞÉÔÁÎÎÑ/ÚÁÐÉÓÕ ÂÁÚ ÕÍÏ×ÞÁÎØ × ÓÔÉ̦ GNUstep
 Name:          libPropList
 Version:       0.10.1
-Release:       10
+Release:       11
 License:       GPL
 Group:         X11/Libraries
 Source0:       ftp://ftp.windowmaker.org/pub/libs/%{name}-%{version}.tar.gz
@@ -139,10 +139,10 @@ libPropList.
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c -f
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -151,8 +151,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -165,9 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.la
 %{_includedir}/*.h
 
 %files static
This page took 0.111189 seconds and 4 git commands to generate.