~ubuntu-branches/ubuntu/precise/libsyncml/precise

« back to all changes in this revision

Viewing changes to misc/libsyncml.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2010-01-24 21:29:53 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100124212953-klvyvldqkp4px1j3
Tags: 0.5.4-2
* Upload to unstable.
* debian/control (Standards-Version): Bumped to 3.8.3.
* debian/control (Build-Depends): Bump required debhelper version to 7.0.0.
* debian/compat: Set to 7.
* debian/rules (install): Replace call to dh_clean -k with dh_prep.
* debian/control (libsyncml2-dbg): Set section to debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Summary:                C library implementation of the SyncML protocol
2
 
Name:                   @PACKAGE@
3
 
Version:                @VERSION@
4
 
Release:                0
5
 
License:                LGPL
6
 
Group:                  Development/Libraries
7
 
Source:                 %{name}-%{version}.tar.gz
8
 
BuildRoot:              %{_tmppath}/%{name}-%{version}
9
 
Requires:               wbxml2 libsoup >= 2.2.91 openobex >= 1.1 bluez-libs
10
 
BuildRequires:          wbxml2-devel libsoup-devel >= 2.2.91 openobex-devel >= 1.1 bluez-libs-devel
11
 
 
12
 
%description
13
 
C library implementation of the SyncML protocol
14
 
 
15
 
%package devel
16
 
Summary:                Header files, libraries and development documentation for %{name}
17
 
Group:                  Development/Libraries
18
 
Requires:               %{name} = %{version}
19
 
 
20
 
%description devel
21
 
This package contains the header files, static libraries and development
22
 
documentation for %{name}. If you like to develop programs using %{name},
23
 
you will need to install %{name}-devel.
24
 
 
25
 
%prep
26
 
%setup -q
27
 
 
28
 
%build
29
 
%configure --enable-http --enable-obex
30
 
make
31
 
 
32
 
%install
33
 
rm -rf %{buildroot}
34
 
make install DESTDIR=%{buildroot}
35
 
 
36
 
%clean
37
 
rm -rf %{buildroot}
38
 
 
39
 
%files
40
 
%defattr(-,root,root)
41
 
%{_bindir}/syncml-http-server
42
 
%{_bindir}/syncml-obex-client
43
 
%{_libdir}/libsyncml.la
44
 
%{_libdir}/libsyncml.so
45
 
%{_libdir}/libsyncml.so.0
46
 
%{_libdir}/libsyncml.so.0.0.0
47
 
 
48
 
%files devel
49
 
%defattr(-,root,root)
50
 
%{_includedir}/libsyncml-1.0/libsyncml/http_client.h
51
 
%{_includedir}/libsyncml-1.0/libsyncml/http_server.h
52
 
%{_includedir}/libsyncml-1.0/libsyncml/obex_client.h
53
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_auth.h
54
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_base64.h
55
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_command.h
56
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_defines.h
57
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_devinf.h
58
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_ds_server.h
59
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_elements.h
60
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_error.h
61
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_md5.h
62
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_notification.h
63
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_parse.h
64
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_session.h
65
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_transport.h
66
 
%{_includedir}/libsyncml-1.0/libsyncml/syncml.h
67
 
%{_includedir}/libsyncml-1.0/libsyncml/obex_server.h
68
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_devinf_obj.h
69
 
%{_includedir}/libsyncml-1.0/libsyncml/sml_manager.h
70
 
%{_libdir}/pkgconfig/libsyncml-1.0.pc
71
 
 
72
 
 
73
 
%changelog
74
 
* Wed Apr 26 2006 Dumitru Ciobarcianu <cioby@ines.ro> 0.3.0
75
 
- Initial package