rpms/libopensync-plugin-moto/devel libopensync-plugin-moto.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:34:21 UTC 2007


Author: awjb

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

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



--- NEW FILE libopensync-plugin-moto.spec ---
# only python stuff
%define debug_package %{nil}

Name:           libopensync-plugin-moto
Version:        0.35
Release:        2%{?dist}
Summary:        Plugin for syncing with Motorola phones via 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
BuildRequires:  python-devel

Requires: libopensync-plugin-python
Requires: python-dateutil
Requires: pybluez


%description
Plugin for syncing with Motorola phones via 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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/opensync-1.0/python-plugins/motosync*
%{_datadir}/opensync-1.0/defaults/moto-sync

%changelog
* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.35-2
- BR libopensync-devel >= 0.35

* 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-moto/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 17:58:02 -0000	1.1
+++ .cvsignore	28 Dec 2007 23:33:44 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-moto-0.35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-moto/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 17:58:02 -0000	1.1
+++ sources	28 Dec 2007 23:33:44 -0000	1.2
@@ -0,0 +1 @@
+b81d70466718a08a5dd362dcffc22fe2  libopensync-plugin-moto-0.35.tar.bz2




More information about the fedora-extras-commits mailing list