diff --git a/unison.changes b/unison.changes index a1caf15..4dab5ed 100644 --- a/unison.changes +++ b/unison.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 28 15:15:07 CET 2007 - seife@suse.de + +- add an application icon for unison (bug 309880) + ------------------------------------------------------------------- Thu Oct 25 20:15:52 CEST 2007 - seife@suse.de -- fix bug 335153 (one ":" too much in the profile) +- fix bug 331513 (one ":" too much in the profile) ------------------------------------------------------------------- Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de diff --git a/unison.desktop b/unison.desktop index 189620e..11e81d2 100644 --- a/unison.desktop +++ b/unison.desktop @@ -2,4 +2,4 @@ Type=Application Exec=unison Name=unison - +Icon=unison diff --git a/unison.png b/unison.png new file mode 100644 index 0000000..daf0dc0 --- /dev/null +++ b/unison.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87234ff28f298784cdf2dbe7e7887806ff348d30e1a8e8db92849c7fbb7b8c7f +size 2586 diff --git a/unison.spec b/unison.spec index 10f5552..c483c4b 100644 --- a/unison.spec +++ b/unison.spec @@ -21,10 +21,11 @@ License: GPL v2 or later Group: Productivity/Networking/Other AutoReqProv: on Version: 2.27.47 -Release: 15 +Release: 29 Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html Source2: %name.desktop +Source3: %name.png Patch0: unison-2.27.24-bug335153.diff Url: http://www.cis.upenn.edu/~bcpierce/unison BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,6 +59,8 @@ make UISTYLE=gtk2 NATIVE=true THREADS=true [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; mkdir -p $RPM_BUILD_ROOT%{_bindir} install -m 755 %name $RPM_BUILD_ROOT%{_bindir} +install -m 755 -d $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps +install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps install -m 644 %{SOURCE1} unison-manual.html %suse_update_desktop_file -i %name Utility SyncUtility %ifarch s390 s390x @@ -72,10 +75,14 @@ rm -rf $RPM_BUILD_ROOT; %defattr(-, root, root) %doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html /usr/share/applications/* +/usr/share/pixmaps/unison.png %{_bindir}/%{name} + %changelog +* Wed Nov 28 2007 - seife@suse.de +- add an application icon for unison (bug 309880) * Thu Oct 25 2007 - seife@suse.de -- fix bug 335153 (one ":" too much in the profile) +- fix bug 331513 (one ":" too much in the profile) * Sun Oct 07 2007 - tsieden@suse.de - Updated to 2.27.47: * Major rewrite and cleanup of the whole Mac OS X graphical user