rpms/syncevolution/F-7 syncevolution.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Mon Oct 15 16:35:21 UTC 2007


Author: mcepl

Update of /cvs/pkgs/rpms/syncevolution/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15434

Modified Files:
	.cvsignore sources 
Added Files:
	syncevolution.spec 
Log Message:
Initial import to CVS.


--- NEW FILE syncevolution.spec ---
Summary: SyncML client for evolution
Name: syncevolution
Version: 0.6
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Productivity
URL: http://www.estamos.de/projects/SyncML/
Source0: http://downloads.sourceforge.net/sync4jevolution/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Requires: evolution
Requires: curl
BuildRequires: evolution-data-server-devel
BuildRequires: curl-devel
BuildRequires: cppunit-devel

%description
syncevolution is designed to provide a SyncML client that can
connect to and sync with various SyncML-based servers

%prep
%setup -q
%configure --enable-unit-tests

%build
make %{?_smp_mflags}
ln -sf etc/{funambol,scheduleworld} .

%check
# FIXME: currently doesn't work at all, all tests fail; need to be
# discussed with upstream.
#make check

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_datadir}/share

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING HACKING funambol/ scheduleworld/
%{_bindir}/*

%changelog
* Mon Oct 15 2007 matej <mcepl at redhat.com> 0.6-2
- updated SPEC to make the package approved for the Fedora
  review process.

* Sun Oct 12 2007 Matěj Cepl <mcepl at redhat.com> 0.6-1
- Fixing .spec -- use make install and others
- Install also configuration templates to %%docs

* Sun Sep 30 2007 Matěj Cepl <mcepl at redhat.com> 0.6-0
- Experimental build from upstream source.

* Tue Jan 16 2007 Richard Monk <rmonk at redhat.com> 0.5-1
- Inital packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/syncevolution/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2007 15:44:03 -0000	1.1
+++ .cvsignore	15 Oct 2007 16:34:47 -0000	1.2
@@ -0,0 +1 @@
+syncevolution-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/syncevolution/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2007 15:44:03 -0000	1.1
+++ sources	15 Oct 2007 16:34:47 -0000	1.2
@@ -0,0 +1 @@
+ad208478fa8d3ef05f89295e8f71b0f8  syncevolution-0.6.tar.gz




More information about the fedora-extras-commits mailing list