Fix build with missing gets declaration
authorAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:13:35 +0000 (21:13 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:13:55 +0000 (21:13 -0800)
packaging/wdiff.spec

index af15aa2..184701a 100644 (file)
@@ -45,17 +45,12 @@ make "DESTDIR=%{buildroot}" install
 
 %files
 %defattr(-,root,root)
-%doc BACKLOG ChangeLog NEWS README* THANKS TODO ABOUT-NLS AUTHORS COPYING
+%license COPYING
 %{_infodir}/wdiff.info*
 /usr/bin/*
 %{_mandir}/man1/*
 
 %files lang -f %{name}-gnulib.lang -f %{name}.lang
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %changelog