rpms/libopensync-plugin-palm/devel libopensync-plugin-palm-Makefile.patch, NONE, 1.1 libopensync-plugin-palm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Dec 13 08:40:28 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libopensync-plugin-palm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2314/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libopensync-plugin-palm-Makefile.patch 
	libopensync-plugin-palm.spec 
Log Message:
auto-import libopensync-plugin-palm-0.18-1 on branch devel from libopensync-plugin-palm-0.18-1.src.rpm

libopensync-plugin-palm-Makefile.patch:

--- NEW FILE libopensync-plugin-palm-Makefile.patch ---
--- src/Makefile.in.orig	2005-11-29 13:42:25.000000000 +0100
+++ src/Makefile.in	2005-11-29 13:42:46.000000000 +0100
@@ -196,7 +196,7 @@
 configdir = @OPENSYNC_CONFIGDIR@
 formatsdir = @OPENSYNC_FORMATSDIR@
 opensyncheaderdir = @OPENSYNC_HEADERDIR@
-AM_CFLAGS = @PILOT_CFLAGS@ @PACKAGE_CFLAGS@ -Wall -Werror
+AM_CFLAGS = @PILOT_CFLAGS@ @PACKAGE_CFLAGS@ -Wall
 EXTRA_DIST = \
 	palm-sync
 
--- src/Makefile.am.orig	2005-11-29 13:42:19.000000000 +0100
+++ src/Makefile.am	2005-11-29 13:42:57.000000000 +0100
@@ -3,7 +3,7 @@
 formatsdir=@OPENSYNC_FORMATSDIR@
 opensyncheaderdir=@OPENSYNC_HEADERDIR@
 
-AM_CFLAGS = @PILOT_CFLAGS@ @PACKAGE_CFLAGS@ -Wall -Werror
+AM_CFLAGS = @PILOT_CFLAGS@ @PACKAGE_CFLAGS@ -Wall
 
 EXTRA_DIST = \
 	palm-sync


--- NEW FILE libopensync-plugin-palm.spec ---
Name:           libopensync-plugin-palm
Version:        0.18
Release:        1
Summary:        Palm plugin for libopensync

Group:          System Environment/Libraries
License:        GPL
URL:            http://www.opensync.org
# see http://www.opensync.org/wiki/download
Source0:        %{name}-%{version}.tar.gz
Patch0:         %{name}-Makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libopensync-devel
BuildRequires:  pilot-link-devel
%description
%{summary}

%package devel
Summary:        Development package for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libopensync-devel

%description    devel
The %{name}-devel package contains the files needed for development
with %{name}.

%prep
%setup -q
%patch0

%build
%configure
# does not like smp flags
make


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/opensync/formats/palm*.so
%{_libdir}/opensync/plugins/palm*.so
%{_datadir}/opensync/defaults/palm-sync

%files devel
%defattr(-,root,root,-)
%{_includedir}/opensync-1.0/opensync/palm*.h

%changelog
* Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2005 08:39:32 -0000	1.1
+++ .cvsignore	13 Dec 2005 08:40:26 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-palm-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2005 08:39:32 -0000	1.1
+++ sources	13 Dec 2005 08:40:26 -0000	1.2
@@ -0,0 +1 @@
+d1b7e52318676294d205e3bcf5281294  libopensync-plugin-palm-0.18.tar.gz




More information about the scm-commits mailing list