Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
744ef7be51 | ||
|
|
9741f4ad82 | ||
|
|
02927ee9db | ||
|
|
47b1dd20d7 |
7 changed files with 2 additions and 137 deletions
|
|
@ -1 +0,0 @@
|
|||
unison-2.10.2.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
unison-2.27.57.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: unison
|
||||
# $Id$
|
||||
NAME := unison
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
unison has been replaced by unison213 and unison227.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a79bf5f4ebf2a1eaf15b1ac97f827374 unison-2.13.16.tar.gz
|
||||
BIN
unison.png
BIN
unison.png
Binary file not shown.
|
Before Width: | Height: | Size: 976 B |
114
unison.spec
114
unison.spec
|
|
@ -1,114 +0,0 @@
|
|||
Name: unison
|
||||
Version: 2.13.16
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: File-synchronization tool
|
||||
|
||||
Group: Applications/File
|
||||
License: GPL
|
||||
URL: http://www.cis.upenn.edu/~bcpierce/unison
|
||||
Source: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16.tar.gz
|
||||
Source1: unison.png
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: ocaml >= 3.09.1, lablgtk >= 2.6.0, tetex-latex
|
||||
BuildRequires: desktop-file-utils
|
||||
# for lablgtk
|
||||
BuildRequires: gtk2-devel
|
||||
|
||||
%description
|
||||
Unison is a file-synchronization tool. It allows two replicas of a
|
||||
collection of files and directories to be stored on different hosts
|
||||
(or different disks on the same host), modified separately, and then
|
||||
brought up to date by propagating the changes in each replica to the
|
||||
other.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make NATIVE=true UISTYLE=gtk2
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
cp -f unison $RPM_BUILD_ROOT%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
|
||||
cat > unison.desktop <<EOF
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=unison
|
||||
Name=Unison File Synchronizer
|
||||
GenericName=File Synchronizer
|
||||
Comment=Replicate files over different hosts or disks
|
||||
Terminal=false
|
||||
Icon=unison.png
|
||||
Encoding=UTF-8
|
||||
StartupNotify=true
|
||||
EOF
|
||||
|
||||
desktop-file-install --vendor fedora \
|
||||
--add-category X-Fedora-Extra \
|
||||
--add-category Application \
|
||||
--add-category Accessories \
|
||||
--add-category Utility \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
unison.desktop
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README
|
||||
#%doc doc/unison-manual.pdf
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/pixmaps/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 29 2006 Gerard Milmeister <gemi@bluewin.ch> - 2.13.16-3
|
||||
- Rebuild for FE6
|
||||
|
||||
* Tue Feb 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 2.13.16-2
|
||||
- Rebuild for Fedora Extras 5
|
||||
|
||||
* Thu Sep 1 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.13.16-1
|
||||
- New Version 2.13.16
|
||||
|
||||
* Sun Jul 31 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.12.0-0
|
||||
- New Version 2.12.0
|
||||
|
||||
* Fri May 27 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.10.2-7
|
||||
- Bump and rebuild with new ocaml and new lablgtk
|
||||
|
||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.10.2-6
|
||||
- rebuild on all arches
|
||||
|
||||
* Mon May 16 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.10.2-5
|
||||
- Patch: http://groups.yahoo.com/group/unison-users/message/3200
|
||||
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 24 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.10.2-2
|
||||
- BR gtk2-devel
|
||||
- Added NEWS and README docs
|
||||
|
||||
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 0:2.10.2-1
|
||||
- New Version 2.10.2
|
||||
|
||||
* Wed Apr 28 2004 Gerard Milmeister <gemi@bluewin.ch> - 0:2.9.74-0.fdr.1
|
||||
- New Version 2.9.74
|
||||
- Added icon
|
||||
|
||||
* Tue Jan 13 2004 Gerard Milmeister <gemi@bluewin.ch> - 0:2.9.72-0.fdr.1
|
||||
- New Version 2.9.72
|
||||
|
||||
* Tue Dec 9 2003 Gerard Milmeister <gemi@bluewin.ch> - 0:2.9.70-0.fdr.2
|
||||
- Changed Summary
|
||||
- Added .desktop file
|
||||
|
||||
* Fri Oct 31 2003 Gerard Milmeister <gemi@bluewin.ch> - 0:2.9.70-0.fdr.1
|
||||
- First Fedora release
|
||||
Loading…
Add table
Add a link
Reference in a new issue