diff --git a/hxtools.spec b/hxtools.spec index 78713e3..1861396 100644 --- a/hxtools.spec +++ b/hxtools.spec @@ -35,6 +35,7 @@ Currently only these tools are included in Fedora: * fd0ssh - Pipe for password-over-stdin support to ssh * git-forest - A text-based git tree visualizer * ofl - Open file lister (replaces fuser and lsof -m) +* peicon - PE files icons extractor %prep %setup -q @@ -50,12 +51,7 @@ make %{?_smp_mflags} # remove unwanted files # Using %%exclude in %%files pollutes the debuginfo package :-/ # This seems to be only build if some dependency is present -#rm "$RPM_BUILD_ROOT%%{_libexecdir}/hxtools/printcaps" -#rm "$RPM_BUILD_ROOT%%{_libexecdir}/hxtools/proc_iomem_count" -#rm "$RPM_BUILD_ROOT%%{_datadir}/rfc2307bis-utf8.schema" -#rm "$RPM_BUILD_ROOT%%{_mandir}/man8/xfs_irecover.8"* -rm "%{buildroot}%{_bindir}/hcdplay" -rm "%{buildroot}%{_sysconfdir}/hxloginpref.conf" +rm "%{buildroot}%{_bindir}/bin2c" rm "%{buildroot}%{_bindir}/checkbrack" rm "%{buildroot}%{_bindir}/clock_info" rm "%{buildroot}%{_bindir}/cwdiff" @@ -67,14 +63,16 @@ rm "%{buildroot}%{_bindir}/git-export-patch" rm "%{buildroot}%{_bindir}/git-track" rm "%{buildroot}%{_bindir}/googtts" rm "%{buildroot}%{_bindir}/gpsh" +rm "%{buildroot}%{_bindir}/hcdplay" +rm "%{buildroot}%{_sysconfdir}/hxloginpref.conf" rm "%{buildroot}%{_bindir}/man2html" -#rm "%{buildroot}%{_bindir}/newns" rm "%{buildroot}%{_bindir}/omixer" rm "%{buildroot}%{_bindir}/oplay" rm "%{buildroot}%{_bindir}/orec" rm "%{buildroot}%{_bindir}/pesubst" rm "%{buildroot}%{_bindir}/pmap_dirty" rm "%{buildroot}%{_bindir}/qtar" +rm "%{buildroot}%{_bindir}/rot13" rm "%{buildroot}%{_bindir}/spec-beautifier" rm "%{buildroot}%{_bindir}/ssa2srt" rm "%{buildroot}%{_bindir}/su1" @@ -82,6 +80,7 @@ rm "%{buildroot}%{_bindir}/sysinfo" rm "%{buildroot}%{_bindir}/tailhex" rm "%{buildroot}%{_bindir}/wktimer" rm "%{buildroot}%{_bindir}/xcp" +rm "%{buildroot}%{_libexecdir}/hxtools/437cipher" rm "%{buildroot}%{_libexecdir}/hxtools/bsvplay" rm "%{buildroot}%{_libexecdir}/hxtools/cctypeinfo" rm "%{buildroot}%{_libexecdir}/hxtools/diff2php" @@ -101,8 +100,6 @@ rm "%{buildroot}%{_libexecdir}/hxtools/mpg2ogg" rm "%{buildroot}%{_libexecdir}/hxtools/netload" rm "%{buildroot}%{_libexecdir}/hxtools/paddrspacesize" rm "%{buildroot}%{_libexecdir}/hxtools/pcmdiff" -#rm "%{buildroot}%{_libexecdir}/hxtools/png2wx.pl" -#rm "%{buildroot}%{_libexecdir}/hxtools/png2wx.py" rm "%{buildroot}%{_libexecdir}/hxtools/printcaps" rm "%{buildroot}%{_libexecdir}/hxtools/proc_iomem_count" rm "%{buildroot}%{_libexecdir}/hxtools/proc_stat_signal_decode" @@ -143,6 +140,7 @@ rm "%{buildroot}%{_datadir}/hxtools/hxtools_dircolors" rm "%{buildroot}%{_datadir}/hxtools/hxtools_profile.bash" rm "%{buildroot}%{_datadir}/hxtools/rfc2307bis-utf8.schema" rm "%{buildroot}%{_mandir}/man1/bsvplay.1"* +rm "%{buildroot}%{_mandir}/man1/bin2c.1"* rm "%{buildroot}%{_mandir}/man1/cctypeinfo.1"* rm "%{buildroot}%{_mandir}/man1/checkbrack.1"* rm "%{buildroot}%{_mandir}/man1/clock_info.1"* @@ -170,10 +168,11 @@ rm "%{buildroot}%{_mandir}/man1/oplay.1"* rm "%{buildroot}%{_mandir}/man1/orec.1"* rm "%{buildroot}%{_mandir}/man1/pcmdiff.1"* rm "%{buildroot}%{_mandir}/man1/pesubst.1"* -#rm "%{buildroot}%{_mandir}/man1/png2wx.1"* rm "%{buildroot}%{_mandir}/man1/psthreads.1"* rm "%{buildroot}%{_mandir}/man1/qplay.1"* +rm "%{buildroot}%{_mandir}/man1/qtar.1"* rm "%{buildroot}%{_mandir}/man1/recursive_lower.1"* +rm "%{buildroot}%{_mandir}/man1/rot13.1"* rm "%{buildroot}%{_mandir}/man1/sourcefuncsize.1"* rm "%{buildroot}%{_mandir}/man1/spec-beautifier.1"* rm "%{buildroot}%{_mandir}/man1/ssa2srt.1"* @@ -186,7 +185,6 @@ rm "%{buildroot}%{_mandir}/man1/xcp.1"* rm "%{buildroot}%{_mandir}/man7/hxtools.7"* rm "%{buildroot}%{_mandir}/man8/logontime.8"* rm "%{buildroot}%{_mandir}/man8/netload.8"* -#rm "%{buildroot}%{_mandir}/man8/newns.8"* rm "%{buildroot}%{_mandir}/man8/printcaps.8"* rm "%{buildroot}%{_mandir}/man8/utmp_register.8"* rm "%{buildroot}%{_mandir}/man8/vcsaview.8"* @@ -197,13 +195,16 @@ rm "%{buildroot}%{_mandir}/man8/xfs_irecover.8"* %{_bindir}/git-forest %{_bindir}/ofl %{_libexecdir}/hxtools/fd0ssh +%{_libexecdir}/hxtools/peicon %{_mandir}/man1/fd0ssh.1* %{_mandir}/man1/git-forest.1* %{_mandir}/man1/ofl.1* +%{_mandir}/man1/peicon.1* %changelog * Thu Jun 19 2014 Christopher Meng - 20140325-1 - Update to 20140325 +- Add peicon. - Fix conflicting types include on AArch64. * Sat Jun 07 2014 Fedora Release Engineering - 20130605-3