rpms/libgcal/devel import.log, NONE, 1.1 libgcal--pc_include_fix.diff, NONE, 1.1 libgcal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

mrceresa mrceresa at fedoraproject.org
Sat May 29 17:38:20 UTC 2010


Author: mrceresa

Update of /cvs/pkgs/rpms/libgcal/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23665/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libgcal--pc_include_fix.diff libgcal.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
libgcal-0_9_3-4_fc12:HEAD:libgcal-0.9.3-4.fc12.src.rpm:1275154643

libgcal--pc_include_fix.diff:
 libgcal.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libgcal--pc_include_fix.diff ---
--- libgcal.pc.in~	2009-08-26 18:11:46.000000000 +0400
+++ libgcal.pc.in	2010-03-13 20:29:23.290425956 +0300
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/libgcal
 
 Name: libgcal
 Description: Implements google data protocol for calendar and contacts


--- NEW FILE libgcal.spec ---
Name:		libgcal
Version:	0.9.3
Release:	4%{?dist}
Summary:	A library to access google calendar events and contacts

Group:		System Environment/Libraries
License:	BSD
URL:		http://code.google.com/p/libgcal/
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
# The following patch has been provided by Peter Lemenkov on 
# http://peter.fedorapeople.org/patches/libgcal--pc_include_fix.diff
Patch0:		libgcal--pc_include_fix.diff
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libcurl-devel
BuildRequires:	libxml2-devel
BuildRequires:	check-devel

%description
This is a library to access google calendar events and contacts, its purpose is
   - provide easy access to available events/contacts
   - enable common operations: add, delete, edit
   - have few dependencies (up until now, only requires libcurl and libxml)

It implements Google Data API 2.0 and is tested on Linux and MacOSX.


%package        devel
Summary:	Development files to use libgcal
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig

%description devel
libgcal is a library to access google calendar events and contacts: these are 
the development files that can be used to link against it.


%prep
%setup -q
%patch0

%build
%configure --enable-static=NO --enable-check
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name *.la | xargs rm

mkdir -p $RPM_BUILD_ROOT/usr/include/libgcal
mv $RPM_BUILD_ROOT/usr/include/*.h $RPM_BUILD_ROOT/usr/include/libgcal/

%clean
rm -rf $RPM_BUILD_ROOT

%check
#make check


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING README Changelog.txt
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%dir %{_includedir}/libgcal
%{_includedir}/libgcal/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libgcal.pc

%changelog
* Sun Mar 21 2010 Mario Ceresa <mrceresa at gmail.com> 0.9.3-4
- Removed INSTALL from the devel package

* Thu Mar 13 2010 Mario Ceresa <mrceresa at gmail.com> 0.9.3-3
- Patched pc_include (Thanks to Peter Lemenkov for the patch)

* Thu Jan 21 2010 Mario Ceresa <mrceresa at gmail.com> 0.9.3-2
- Fixed the comments from the reviewers

* Tue Dec 29 2009 Mario Ceresa <mrceresa at gmail.com> 0.9.3-1
- Initial RPM Release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgcal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Apr 2010 00:41:37 -0000	1.1
+++ .cvsignore	29 May 2010 17:38:20 -0000	1.2
@@ -0,0 +1 @@
+libgcal-0.9.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgcal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Apr 2010 00:41:38 -0000	1.1
+++ sources	29 May 2010 17:38:20 -0000	1.2
@@ -0,0 +1 @@
+da5f842905111b0b88ee79049282dac3  libgcal-0.9.3.tar.bz2



More information about the scm-commits mailing list