This commit is contained in:
parent
092f34e7d5
commit
0860e2c5ab
@ -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
|
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
|
Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
Type=Application
|
Type=Application
|
||||||
Exec=unison
|
Exec=unison
|
||||||
Name=unison
|
Name=unison
|
||||||
|
Icon=unison
|
||||||
|
3
unison.png
Normal file
3
unison.png
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87234ff28f298784cdf2dbe7e7887806ff348d30e1a8e8db92849c7fbb7b8c7f
|
||||||
|
size 2586
|
11
unison.spec
11
unison.spec
@ -21,10 +21,11 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.27.47
|
Version: 2.27.47
|
||||||
Release: 15
|
Release: 29
|
||||||
Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
|
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
|
Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html
|
||||||
Source2: %name.desktop
|
Source2: %name.desktop
|
||||||
|
Source3: %name.png
|
||||||
Patch0: unison-2.27.24-bug335153.diff
|
Patch0: unison-2.27.24-bug335153.diff
|
||||||
Url: http://www.cis.upenn.edu/~bcpierce/unison
|
Url: http://www.cis.upenn.edu/~bcpierce/unison
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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;
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||||
install -m 755 %name $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
|
install -m 644 %{SOURCE1} unison-manual.html
|
||||||
%suse_update_desktop_file -i %name Utility SyncUtility
|
%suse_update_desktop_file -i %name Utility SyncUtility
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -72,10 +75,14 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html
|
%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html
|
||||||
/usr/share/applications/*
|
/usr/share/applications/*
|
||||||
|
/usr/share/pixmaps/unison.png
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 28 2007 - seife@suse.de
|
||||||
|
- add an application icon for unison (bug 309880)
|
||||||
* Thu Oct 25 2007 - seife@suse.de
|
* 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
|
* Sun Oct 07 2007 - tsieden@suse.de
|
||||||
- Updated to 2.27.47:
|
- Updated to 2.27.47:
|
||||||
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||||
|
Loading…
Reference in New Issue
Block a user