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

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Feb 27 23:30:25 UTC 2006


Author: awjb

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

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

libopensync-plugin-gpe-Makefile.patch:

--- NEW FILE libopensync-plugin-gpe-Makefile.patch ---
--- src/Makefile.am.orig	2005-11-30 15:09:58.000000000 +0100
+++ src/Makefile.am	2005-11-30 15:10:14.000000000 +0100
@@ -4,7 +4,7 @@
 
 INCLUDES = @PACKAGE_CFLAGS@
 
-AM_CFLAGS = -Wall -Werror @PACKAGE_CFLAGS@
+AM_CFLAGS = -Wall @PACKAGE_CFLAGS@
 AM_LIBS = 
 
 config_DATA = gpe-sync
--- src/Makefile.in.orig	2005-11-30 15:26:58.000000000 +0100
+++ src/Makefile.in	2005-11-30 15:27:12.000000000 +0100
@@ -190,7 +190,7 @@
 configdir = @OPENSYNC_CONFIGDIR@
 opensyncheaderdir = @OPENSYNC_HEADERDIR@
 INCLUDES = @PACKAGE_CFLAGS@
-AM_CFLAGS = -Wall -Werror @PACKAGE_CFLAGS@
+AM_CFLAGS = -Wall @PACKAGE_CFLAGS@
 AM_LIBS = 
 config_DATA = gpe-sync
 opensyncheader_HEADERS = gpe_sync.h


--- NEW FILE libopensync-plugin-gpe.spec ---
Name:           libopensync-plugin-gpe
Version:        0.18
Release:        2%{?dist}
Summary:        GPE 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

%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
make %{?_smp_mflags}


%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 README
%{_libdir}/opensync/plugins/gpe_sync.so
%{_datadir}/opensync/defaults/gpe-sync

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

%changelog
* Sun Feb 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-2
- fix description
- add dist

* 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-gpe/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Feb 2006 23:29:36 -0000	1.1
+++ .cvsignore	27 Feb 2006 23:30:24 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-gpe-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Feb 2006 23:29:36 -0000	1.1
+++ sources	27 Feb 2006 23:30:24 -0000	1.2
@@ -0,0 +1 @@
+6b35732f34aad4becfc24ee500d32c9b  libopensync-plugin-gpe-0.18.tar.gz




More information about the fedora-extras-commits mailing list