rpms/synce-gnomevfs/devel synce-gnomevfs-makefile.patch, NONE, 1.1 synce-gnomevfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Dec 12 15:23:31 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/synce-gnomevfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1120/devel

Modified Files:
	.cvsignore sources 
Added Files:
	synce-gnomevfs-makefile.patch synce-gnomevfs.spec 
Log Message:
auto-import synce-gnomevfs-0.9.0-1 on branch devel from synce-gnomevfs-0.9.0-1.src.rpm

synce-gnomevfs-makefile.patch:

--- NEW FILE synce-gnomevfs-makefile.patch ---
--- src/Makefile.am.orig	2005-08-23 01:29:41.000000000 +0200
+++ src/Makefile.am	2005-08-23 01:29:50.000000000 +0200
@@ -1,4 +1,4 @@
-AM_CFLAGS = -g -Wall -Werror
+AM_CFLAGS = -g -Wall
 module_flags = -export_dynamic -avoid-version -module -no-undefined
 
 INCLUDES=$(rapi_cflags) $(synce_cflags) $(VFS_CFLAGS)
--- src/Makefile.in.orig	2005-08-23 01:29:23.000000000 +0200
+++ src/Makefile.in	2005-08-23 01:29:39.000000000 +0200
@@ -187,7 +187,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-AM_CFLAGS = -g -Wall -Werror
+AM_CFLAGS = -g -Wall
 module_flags = -export_dynamic -avoid-version -module -no-undefined
 INCLUDES = $(rapi_cflags) $(synce_cflags) $(VFS_CFLAGS)
 modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules


--- NEW FILE synce-gnomevfs.spec ---
Name:           synce-gnomevfs
Version:        0.9.0
Release:        1
Summary:        Gnome-vfs module for synce

Group:          Applications/Communications
License:        MIT
URL:            http://synce.sourceforge.net/
Source0:        http://dl.sf.net/synce/synce-gnomevfs-0.9.0.tar.gz
Patch0:         synce-gnomevfs-makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  synce-devel
BuildRequires:  gnome-vfs2-devel
BuildRequires:  ORBit2-devel
BuildRequires:  glib2-devel

Requires:       synce
Requires:       gnome-vfs2

%description
This is a gnome-vfs module that enables access to the Windows CE or Pocket
PC file system through the gnome-vfs functions.

%prep
%setup -q
%patch0

%build
%configure --disable-static --with-libsynce-include=%{_includedir} \
--with-libsynce-lib=%{_libdir} --with-librapi2-include=%{_includedir} \
--with-librapi2-lib=%{_libdir}
make %{?_smp_mflags}


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

rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libsyncevfs.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog LICENSE NEWS
%{_bindir}/synce-in-computer-folder
%config(noreplace) %{_sysconfdir}/gnome-vfs-2.0/modules/synce-module.conf
%{_libdir}/gnome-vfs-2.0/modules/libsyncevfs.so
%{_datadir}/pixmaps/synce/synce-color.png
%{_datadir}/synce/synce-in-computer-folder.sh


%changelog
* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synce-gnomevfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Dec 2005 15:22:26 -0000	1.1
+++ .cvsignore	12 Dec 2005 15:23:29 -0000	1.2
@@ -0,0 +1 @@
+synce-gnomevfs-0.9.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synce-gnomevfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Dec 2005 15:22:26 -0000	1.1
+++ sources	12 Dec 2005 15:23:29 -0000	1.2
@@ -0,0 +1 @@
+1fa8d653297331479edcd5d983a0f75e  synce-gnomevfs-0.9.0.tar.gz




More information about the scm-commits mailing list