diff --git a/.gitignore b/.gitignore index 9c0b5e3..f451fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /hxtools-20130605.tar.asc /hxtools-20130605.tar.xz /hxtools-20140325.tar.xz +/hxtools-20140703.tar.xz +/hxtools-20140703.tar.asc diff --git a/hxtools.spec b/hxtools.spec index 2f427a7..b78411d 100644 --- a/hxtools.spec +++ b/hxtools.spec @@ -1,6 +1,6 @@ Name: hxtools -Version: 20140325 -Release: 2%{?dist} +Version: 20140703 +Release: 3%{?dist} Summary: A collection of several tools # fd0ssh: LGPLv2 or LGPLv3 # git-forest: GPLv2+ @@ -10,10 +10,9 @@ URL: http://inai.de/projects/hxtools/ # Signature is usually from the key with the fingerpint # B56B 8B9D 9915 AA87 96ED C013 DFFF 2CDB 19FC 338D # Verify it like this: -# xzdec hxtools-20130605.tar.xz | gpg --verify hxtools-20130605.tar.asc - +# xzdec hxtools-%{version}.tar.xz | gpg --verify hxtools-%{version}.tar.asc - Source0: http://inai.de/files/hxtools/hxtools-%{version}.tar.xz -#Source1: http://inai.de/files/hxtools/hxtools-%{version}.tar.asc -Patch0: hxtools-20140325-remove-conflicting-types-include.patch +Source1: http://inai.de/files/hxtools/hxtools-%{version}.tar.asc BuildRequires: libHX-devel # for sys/capability.h in printcaps.c BuildRequires: libcap-devel @@ -39,11 +38,10 @@ Currently only these tools are included in Fedora: %prep %setup -q -%patch0 -p1 %build %configure --disable-silent-rules -make %{?_smp_mflags} +%make_build %install %make_install @@ -54,6 +52,7 @@ make %{?_smp_mflags} rm "%{buildroot}%{_bindir}/bin2c" rm "%{buildroot}%{_bindir}/checkbrack" rm "%{buildroot}%{_bindir}/clock_info" +rm "%{buildroot}%{_bindir}/clt2bdf" rm "%{buildroot}%{_bindir}/cwdiff" rm "%{buildroot}%{_bindir}/declone" rm "%{buildroot}%{_bindir}/fduphl" @@ -80,9 +79,9 @@ 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/clt2pbm" rm "%{buildroot}%{_libexecdir}/hxtools/diff2php" rm "%{buildroot}%{_libexecdir}/hxtools/doxygen-kerneldoc-filter" rm "%{buildroot}%{_libexecdir}/hxtools/extract_d3pkg" @@ -144,6 +143,8 @@ 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"* +rm "%{buildroot}%{_mandir}/man1/clt2bdf.1"* +rm "%{buildroot}%{_mandir}/man1/clt2pbm.1"* rm "%{buildroot}%{_mandir}/man1/cwdiff.1"* rm "%{buildroot}%{_mandir}/man1/declone.1"* rm "%{buildroot}%{_mandir}/man1/diff2php.1"* @@ -202,9 +203,16 @@ rm "%{buildroot}%{_mandir}/man8/xfs_irecover.8"* %{_mandir}/man1/peicon.1* %changelog -* Sat Aug 16 2014 Fedora Release Engineering - 20140325-2 +* Mon Aug 18 2014 Till Maas - 20140703-3 +- Add missing GPG signature +- Fix man page removal + +* Sat Aug 16 2014 Fedora Release Engineering - 20140703-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild +* Mon Jul 21 2014 Christopher Meng - 20140703-1 +- Update to 20140703 + * Thu Jun 19 2014 Christopher Meng - 20140325-1 - Update to 20140325 - Add peicon. diff --git a/sources b/sources index 9d6615b..613af9f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -e23b7f0fae75e2c6048d4c5bbdea3502 hxtools-20140325.tar.xz +c0f615333ece3419e5bb106ffcd87ce8 hxtools-20140703.tar.asc +d0dd512b80c3ae8d2502a84315a5eb0d hxtools-20140703.tar.xz