rpms/libopensync-plugin-google-calendar/devel libopensync-plugin-google-calendar.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 23:29:38 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16994/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libopensync-plugin-google-calendar.spec 
Log Message:
- initial import



--- NEW FILE libopensync-plugin-google-calendar.spec ---
Name:           libopensync-plugin-google-calendar
Version:        0.35
Release:        1%{?dist}
Summary:        Google Calendar plugin for libopensync

Group:          System Environment/Libraries
License:        GPLv2
URL:            http://www.opensync.org
Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  libopensync-devel >= 0.35

Requires: python-httplib2

%description
Google Calendar plugin for libopensync.

%prep
%setup -q


%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_C_FALGS=%{optflags} \
    -DCMAKE_SKIP_RPATH=YES \
%ifarch x86_64 ppc64
    -DLIB_SUFFIX=64 \
%endif
   ../
make %{?_smp_mflags}

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

mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mv $RPM_BUILD_ROOT/%{_prefix}/google-cal-helper $RPM_BUILD_ROOT/%{_bindir}
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/google-cal-helper

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/opensync-1.0/plugins/gcalendar.so
%{_datadir}/opensync-1.0/*
%{_bindir}/google-cal-helper

%changelog
* Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.35-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 17:56:18 -0000	1.1
+++ .cvsignore	28 Dec 2007 23:29:03 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-google-calendar-0.35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 17:56:18 -0000	1.1
+++ sources	28 Dec 2007 23:29:03 -0000	1.2
@@ -0,0 +1 @@
+e39bf02ea747c80402e631d01da66d9a  libopensync-plugin-google-calendar-0.35.tar.bz2




More information about the fedora-extras-commits mailing list