rpms/librra/FC-6 librra-0.9.1-cflags.patch, NONE, 1.1 librra.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue May 1 11:53:05 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/librra/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8584/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	librra-0.9.1-cflags.patch librra.spec 
Log Message:
import

librra-0.9.1-cflags.patch:

--- NEW FILE librra-0.9.1-cflags.patch ---
--- ./lib/Makefile.am.cflags	2007-03-03 17:48:53.000000000 +0100
+++ ./lib/Makefile.am	2007-03-03 17:49:11.000000000 +0100
@@ -1,5 +1,5 @@
 ## useful flags
-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ -I..
+AM_CFLAGS = -ansi @CFLAGS@ -I..
 ## @APPLE_CFLAGS@
 
 includedir = @includedir@/rra
--- ./lib/Makefile.in.cflags	2007-03-03 17:48:59.000000000 +0100
+++ ./lib/Makefile.in	2007-03-03 17:49:25.000000000 +0100
@@ -132,7 +132,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ -I..
+AM_CFLAGS = -ansi @CFLAGS@ -I..
 
 include_HEADERS = \
 	appointment.h \
--- ./src/Makefile.in.cflags	2005-07-08 21:48:25.000000000 +0200
+++ ./src/Makefile.in	2007-03-03 17:47:13.000000000 +0100
@@ -131,7 +131,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ -I../lib
+AM_CFLAGS = -ansi @CFLAGS@ -I../lib
 LDADD = -L../lib ../lib/librra.la
 
 bin_PROGRAMS = synce-matchmaker
--- ./src/Makefile.am.cflags	2004-04-18 22:13:44.000000000 +0200
+++ ./src/Makefile.am	2007-03-03 17:47:13.000000000 +0100
@@ -1,5 +1,5 @@
 ## useful flags
-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ -I../lib
+AM_CFLAGS = -ansi @CFLAGS@ -I../lib
 LDADD = -L../lib ../lib/librra.la
 
 bin_PROGRAMS = synce-matchmaker


--- NEW FILE librra.spec ---
Name:           librra
Version:        0.9.1
Release:        1%{?dist}
Summary:        Connection to Pocket PC devices, part of SynCE

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.synce.org
Source0:        http://download.sf.net/synce/synce-rra-%{version}.tar.gz
Patch0:         librra-0.9.1-cflags.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsynce-devel, librapi-devel, libmimedir-devel
BuildRequires:  libtool

# Provide an upgrade path from the monilithic synce package
Provides:       synce = %{version}-%{release}
Obsoletes:      synce <= 0.9.1-10

%description
RRA is part of the SynCE project: http://www.synce.org

%package devel
Summary: Development libraries and header files for SynCE
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
# All header files include synce.h
Requires: libsynce-devel

%description devel
This package contains the header files and link libraries for librra

%prep
%setup -q -n synce-rra-%{version}
%patch0 -p1 -b .cflags

%build
%configure --disable-static --disable-rpath
make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}


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

rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README TODO LICENSE
%{_bindir}/synce-matchmaker
%{_libdir}/librra.so.0*
%{_mandir}/man1/synce-matchmaker.*

%files devel
%defattr(-,root,root,-)
%doc lib/README
%{_libdir}/lib*.so
%{_datadir}/aclocal/*.m4
%{_includedir}/rra


%changelog
* Sat Mar 03 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.1-1
- split off the synce package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/librra/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 22:02:56 -0000	1.1
+++ .cvsignore	1 May 2007 11:52:28 -0000	1.2
@@ -0,0 +1 @@
+synce-rra-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/librra/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:02:56 -0000	1.1
+++ sources	1 May 2007 11:52:28 -0000	1.2
@@ -0,0 +1 @@
+72742f93f19d5727159989ec80a725f0  synce-rra-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list