]> git.pld-linux.org Git - packages/wine.git/commitdiff
- move lib*.so to devel,
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Apr 2000 09:08:23 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added stripping binaries,
- some simplifications.

Changed files:
    wine.spec -> 1.6

wine.spec

index 92c330ae058b99c418cfede6e7002559308c5f28..cac94e41e56178141cc5f6f4516c228c779d9d72 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -48,8 +48,6 @@ Wine - pliki nag
 %setup -q
 
 %build
-
-#automake
 LDFLAGS="-s"; export LDFLAGS
 %configure \
     --disable-debug \
@@ -97,10 +95,11 @@ cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 ;
 EOF
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man5/*
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/*.so.*.*
+strip RPM_BUILD_ROOT%{_bindir}/*
 
-gzip -9nf README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
+       README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -113,12 +112,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc {README,WARRANTY,LICENSE,DEVELOPERS-HINTS,ChangeLog,BUGS,AUTHORS,ANNOUNCE}.gz
 %doc documentation wine.conf.example
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_mandir}/man5/*
-%attr(755,root,root) %{_libdir}/*.so*
+%{_mandir}/man[15]/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_libdir}/wine.sym
 %config %{_sysconfdir}/wine.conf
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/wine
+%attr(755,root,root) %{_libdir}/lib*.so
This page took 0.42065 seconds and 4 git commands to generate.