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

josef radinger (cheese) fedora-extras-commits at redhat.com
Fri Nov 30 15:06:35 UTC 2007


Author: cheese

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

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



--- NEW FILE libopensync-plugin-syncml.spec ---
Name:           libopensync-plugin-syncml
Version:        0.22
Release:        4%{?dist}
Summary:        SyncML plugin for libopensync

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://www.opensync.org
# see http://www.opensync.org/wiki/download
Source0:        %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libopensync-devel
BuildRequires:  libsyncml-devel openobex-devel pkgconfig libsoup-devel
Requires:	libopensync

%description
This is a plugin to be able to use SyncML within opensync.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/opensync/plugins/syncml_plugin.so
%{_datadir}/opensync/defaults/syncml-http-server
%{_datadir}/opensync/defaults/syncml-obex-client

%changelog
* Wed Nov 24 2007 josef radinger <cheese at nosuchhost.net> 
- 0.22-4
- syncml -> SyncML
- fix description
- drop rpm-scripts
- adde requires for libopensync

* Wed Nov 21 2007 josef radinger <cheese at nosuchhost.net> 
- 0.22-3
- fresh build for f8
- license

* Sat Jun 23 2007 josef radinger <cheese at nosuchhost.net> 
- 0.22-2
- fixed specfile (removed devel package and empty docs)
- used rpmlint :)
- added pkgconfig and libsoup-devel to buildrequires

* Fri Jun 22 2007 josef radinger <cheese at nosuchhost.net> 
- 0.22-1
- initial version 
- template for spec-file taken from libopensync-plugin-evolution2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-syncml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Nov 2007 19:53:22 -0000	1.1
+++ .cvsignore	30 Nov 2007 15:06:02 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-syncml-0.22.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-syncml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Nov 2007 19:53:22 -0000	1.1
+++ sources	30 Nov 2007 15:06:02 -0000	1.2
@@ -0,0 +1 @@
+8ffa3233ad28fb3ead324d88573f0c38  libopensync-plugin-syncml-0.22.tar.bz2




More information about the fedora-extras-commits mailing list