Hello community, here is the log from the commit of package hp2xx for openSUSE:Factory checked in at 2015-08-03 17:21:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hp2xx (Old) and /work/SRC/openSUSE:Factory/.hp2xx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hp2xx" Changes: -------- --- /work/SRC/openSUSE:Factory/hp2xx/hp2xx.changes 2015-02-22 17:26:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hp2xx.new/hp2xx.changes 2015-08-03 17:22:06.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Aug 2 09:26:42 UTC 2015 - [email protected] + +- Use url for source +- Upate info file scriplets and their dependencies +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- hp2xx-3.4.2.tar.bz2 New: ---- hp2xx-3.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hp2xx.spec ++++++ --- /var/tmp/diff_new_pack.HFZ2NZ/_old 2015-08-03 17:22:07.000000000 +0200 +++ /var/tmp/diff_new_pack.HFZ2NZ/_new 2015-08-03 17:22:07.000000000 +0200 @@ -22,8 +22,8 @@ Summary: Converts HP-GL Plotter Language into a Variety of Formats License: GPL-2.0+ Group: Productivity/Graphics/Convertors -Url: http://www.gnu.org/software/hp2xx/hp2xx.html -Source: hp2xx-%{version}.tar.bz2 +Url: https://www.gnu.org/software/hp2xx/hp2xx.html +Source: https://ftp.gnu.org/gnu/hp2xx/hp2xx-%{version}.tar.gz # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch0: hp2xx-%{version}-fix.patch # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines @@ -36,11 +36,12 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: xorg-x11-libX11-devel -%if 0%{suse_version} > 1220 +Requires(post): %{install_info_prereq} +Requires(preun): %{install_info_prereq} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1220 BuildRequires: makeinfo %endif -Requires(pre): %install_info_prereq -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The hp2xx program is a versatile tool for converting vector graphics @@ -55,7 +56,7 @@ %patch3 -p1 %build -make CC="gcc" OPTFLAGS="%{optflags}" LFLAGS="-L/usr/X11R6/%{_lib}" +make %{?_smp_mflags} CC="gcc" OPTFLAGS="%{optflags}" LFLAGS="-L/usr/X11R6/%{_lib}" %install mkdir -p %{buildroot}/{usr/bin,%{_infodir},%{_mandir}/man1} @@ -63,9 +64,6 @@ infodir=%{buildroot}/%{_infodir} \ mandir=%{buildroot}/%{_mandir} install STRIP=true -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %{_bindir}/hp2xx @@ -76,7 +74,7 @@ %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %changelog
