[mingw-webkitgtk: 19/36] Switch to the automatic dep extraction

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:11:02 UTC 2012


commit 6ced860d573656264ff0c2a8d15bbf1ba7145aee
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Aug 13 12:07:17 2011 +0300

    Switch to the automatic dep extraction
    
    Also fixed a macro-in-%changelog rpmlint warning and removed the defattr
    lines.

 mingw32-webkitgtk.spec |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index 30ee7af..f4d3ca6 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -1,8 +1,5 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 ## NOTE: Lots of files in various subdirectories have the same name (such as
@@ -188,7 +185,6 @@ fi
 
 
 %files -f webkit-2.0.lang
-%defattr(-,root,root,-)
 %{_docdir}/%{name}-%{version}/
 %{_mingw32_bindir}/jsc-1.exe
 %{_mingw32_bindir}/GtkLauncher.exe
@@ -202,7 +198,6 @@ fi
 %{_mingw32_datadir}/webkitgtk-1.0/
 
 %files static
-%defattr(-,root,root,-)
 %{_mingw32_libdir}/libwebkitgtk-1.0.a
 
 
@@ -244,7 +239,7 @@ fi
 - Improved the description
 - Bundle the various license files
 - Dropped the BuildRoot tag, the %%clean section and the
-  'rm -rf %{buildroot}' from the %%install section as they
+  'rm -rf %%{buildroot}' from the %%install section as they
   aren't needed anymore these days
 
 * Sun Nov 14 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.3.6-1


More information about the scm-commits mailing list