rpms/msynctool/devel msynctool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Jan 3 17:10:46 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/msynctool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30838/devel

Modified Files:
	.cvsignore Makefile sources 
Added Files:
	msynctool.spec 
Log Message:
- initial version
- s/msyncool/msynctool/



--- NEW FILE msynctool.spec ---
Name:           msynctool
Version:        0.35
Release:        2%{?dist}
Summary:        Calendar (and other PIM data) synchronization program

Group:          Applications/Communications
License:        GPLv2
URL:            http://www/opensync.org
Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  libopensync-devel >= 0.35

%description
%{name} is a program to synchronize calendars, addressbooks and other PIM
data between programs on your computer and other computers, mobile devices,
PDAs or cell phones.
For proper use, please install the desired plugins found in the
libopensync-plugin-* packages.


%prep
%setup -q


%build
mkdir build
cd build
%cmake -DCMAKE_SKIP_RPATH=YES ../
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
cd build
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS CODING COPYING README
%{_bindir}/msynctool


%changelog
* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.35-1
- initial split from multisync package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 18:03:20 -0000	1.1
+++ .cvsignore	3 Jan 2008 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+msynctool-0.35.tar.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	28 Dec 2007 18:03:20 -0000	1.1
+++ Makefile	3 Jan 2008 17:10:11 -0000	1.2
@@ -1,6 +1,6 @@
-# Makefile for source rpm: msyncool
+# Makefile for source rpm: msynctool
 # $Id$
-NAME := msyncool
+NAME := msynctool
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 18:03:20 -0000	1.1
+++ sources	3 Jan 2008 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+2b59f8928bd178e794f6be18ceaac9e2  msynctool-0.35.tar.bz2




More information about the fedora-extras-commits mailing list