https://bugzilla.redhat.com/show_bug.cgi?id=827136 --- Comment #2 from Alexey I. Froloff <raorn@xxxxxxxxxx> --- Upstream contacted, no reply so far, tarball repacked. ChangeLog file contains commit log from upstream VCS and it's not useful for end-users. "NEXTSTEP(tm)" replaced with "N*XTSTEP", common replacement for trademarked OS name. Specfile and source rpm re-uploaded, here's the diff: diff --git a/sources b/sources index ad3dcc4..3934b99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97f6e82f55f216ba724859d4652586b4 wmclock-1.0.12.2.tar.gz +ea12799ed9f4342024a52c68ea06466e wmclock-1.0.12.2-pruned.tar.gz diff --git a/wmclock.spec b/wmclock.spec index 8662c02..6cc1e74 100644 --- a/wmclock.spec +++ b/wmclock.spec @@ -7,14 +7,22 @@ License: GPLv2+ Group: User Interface/X Url: http://www.jmknoble.net/WindowMaker/wmclock -Source: %{url}/%name-%version.tar.gz -Patch: %name-1.0.12.2-nopolling.patch - -BuildRequires: gccmakedep imake libX11-devel libXext-devel libXpm-devel xorg-x11-proto-devel +# +# Source tarball contains original asclock source code, that is not used +# during build. Download original source, unpack and use the following +# commands to generate "pruned" tarball: +# +# ./configure +# make tar MAKE_CHANGELOG=: EXTRA_DIRS='lang.* xpm' TARBALL='$(TARDIR)-pruned.tar.gz' +# +Source: %{name}-%{version}-pruned.tar.gz +Patch: %{name}-1.0.12.2-nopolling.patch + +BuildRequires: imake libX11-devel libXext-devel libXpm-devel xorg-x11-proto-devel %description Wmclock is an applet which displays the date and time in a dockable -tile in the same style as the clock from the NEXTSTEP(tm) operating +tile in the same style as the clock from the N*XTSTEP operating system. Wmclock is specially designed for the WindowMaker window manager, by Alfredo Kojima, and features multiple language support, twenty-four-hour and twelve-hour (am/pm) time display, and, optionally, @@ -37,13 +45,13 @@ done make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS" %install -%make_install install.man install.share +%{make_install} install.man install.share %files -%doc README -%_bindir/%name -%_mandir/man1/%name.1* -%_datadir/%name +%doc README COPYING +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* +%{_datadir}/%{name} %changelog * Thu May 31 2012 Alexey I. Froloff <raorn@xxxxxxxxxx> - 1.0.12.2-1 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review