rpms/msynctool/devel msynctool-rpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 msynctool.spec, 1.5, 1.6 sources, 1.3, 1.4

Andreas Bierfert awjb at fedoraproject.org
Fri Mar 27 18:49:21 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/msynctool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22146

Modified Files:
	.cvsignore msynctool.spec sources 
Added Files:
	msynctool-rpath.patch 
Log Message:
- downgrade


msynctool-rpath.patch:

--- NEW FILE msynctool-rpath.patch ---
--- tools/Makefile.am.orig	2009-02-07 18:43:04.000000000 +0100
+++ tools/Makefile.am	2009-02-07 18:43:15.000000000 +0100
@@ -7,13 +7,13 @@
 bin_PROGRAMS = msynctool convcard convtest
 
 msynctool_SOURCES = msynctool.c
-msynctool_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+msynctool_LDFLAGS = @PACKAGE_LIBS@
 
 convcard_SOURCES = convcard.c
-convcard_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+convcard_LDFLAGS = @PACKAGE_LIBS@
 
 convtest_SOURCES = convtest.c
-convtest_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+convtest_LDFLAGS = @PACKAGE_LIBS@
 
 man_MANS = convcard.1 msynctool.1
 
--- tools/Makefile.in.orig	2009-02-07 18:50:53.000000000 +0100
+++ tools/Makefile.in	2009-02-07 18:51:12.000000000 +0100
@@ -188,11 +188,11 @@
 AM_CFLAGS = -Wall -Werror -I$(top_srcdir)
 INCLUDES = @PACKAGE_CFLAGS@
 msynctool_SOURCES = msynctool.c
-msynctool_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+msynctool_LDFLAGS = @PACKAGE_LIBS@
 convcard_SOURCES = convcard.c
-convcard_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+convcard_LDFLAGS = @PACKAGE_LIBS@
 convtest_SOURCES = convtest.c
-convtest_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+convtest_LDFLAGS = @PACKAGE_LIBS@
 man_MANS = convcard.1 msynctool.1
 EXTRA_DIST = $(man_MANS)
 all: all-am


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Jun 2008 08:16:48 -0000	1.3
+++ .cvsignore	27 Mar 2009 18:48:51 -0000	1.4
@@ -1 +1 @@
-msynctool-0.36.tar.bz2
+msynctool-0.22.tar.bz2


Index: msynctool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/msynctool.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- msynctool.spec	26 Feb 2009 03:09:33 -0000	1.5
+++ msynctool.spec	27 Mar 2009 18:48:51 -0000	1.6
@@ -1,26 +1,20 @@
 Name:           msynctool
-Version:        0.36
-Release:        2%{?dist}
+Epoch:          1
+Version:        0.22
+Release:        1%{?dist}
 Summary:        Calendar (and other PIM data) synchronization program
 
 Group:          Applications/Communications
 License:        GPLv2
-URL:            http://www/opensync.org
+URL:            http://www.opensync.org
 Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
+Patch0:         msynctool-rpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cmake
-BuildRequires:  libopensync-devel >= 0.36
-
-# this is really what it should obsolete
-Obsoletes:	multisync <= 0.91.0-1
-
-# also obsolete -gui now to have a clean upgrade path for rawhide users till a
-# new gui version is released
-Obsoletes:      multisync-gui <= 0.91.0-1
+BuildRequires:  libopensync-devel
 
 %description
-%{name} is a program to synchronize calendars, addressbooks and other PIM
+msynctool 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
@@ -29,34 +23,31 @@
 
 %prep
 %setup -q
-
+%patch0
 
 %build
-mkdir build
-cd build
-%cmake -DCMAKE_SKIP_RPATH=YES ../
-make VERBOSE=1 %{?_smp_mflags}
-
+%configure
+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
+%doc AUTHORS COPYING README
+%{_bindir}/*
+%{_mandir}/man1/*gz
 
 
 %changelog
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.36-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Sat Feb 07 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1:0.22-1
+- downgrade (#474070)
+- fix URL #458663
 
 * Fri Jun 20 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.36-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/msynctool/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Jun 2008 08:16:48 -0000	1.3
+++ sources	27 Mar 2009 18:48:51 -0000	1.4
@@ -1 +1 @@
-9ef1c03d1e087493dbca67dabb612e6b  msynctool-0.36.tar.bz2
+3ddc55209e682a8b99a47cf3d0053dbf  msynctool-0.22.tar.bz2




More information about the fedora-extras-commits mailing list