]> git.pld-linux.org Git - packages/wine.git/commitdiff
- cleanups in %%files
authormichuz <michuz@pld-linux.org>
Mon, 15 Jan 2001 15:36:46 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.32

wine.spec

index 43738ab8d1c4ddc5b119493456091535f4198bbd..eba246213f1c16ddab6c54950e3457c071563c81 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -82,7 +82,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir} 
        
-cp wine.ini wine.conf.example
+cp documentation/samples/config wine.conf.example
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 ;
@@ -107,12 +107,11 @@ 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}/man[15]/*
 %attr(755,root,root) %{_libdir}/*.so*
-#%{_libdir}/wine.sym
+%{_mandir}/man[15]/*
 %config(noreplace) %{_sysconfdir}/wine.conf
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/wine
-#%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.a
This page took 0.052204 seconds and 4 git commands to generate.