rpms/libopensync-plugin-opie/devel libopensync-plugin-opie.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:36:28 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-opie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17302/devel

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



--- NEW FILE libopensync-plugin-opie.spec ---
Name:           libopensync-plugin-opie
Version:        0.35
Release:        1%{?dist}
Summary:        Synchronisation with the Opie handheld environment

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
BuildRequires:  libcurl-devel

%description
This OpenSync plugin is intended to allow synchronisation with the Opie
handheld environment (http://opie.handhelds.org).

%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

%clean
rm -rf $RPM_BUILD_ROOT

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

%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-opie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 17:59:51 -0000	1.1
+++ .cvsignore	28 Dec 2007 23:35:55 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-opie-0.35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-opie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 17:59:51 -0000	1.1
+++ sources	28 Dec 2007 23:35:55 -0000	1.2
@@ -0,0 +1 @@
+79bbf152a217dadb0a53962d6cce441e  libopensync-plugin-opie-0.35.tar.bz2




More information about the fedora-extras-commits mailing list