~ubuntu-branches/ubuntu/lucid/libopensync-plugin-evolution2/lucid

« back to all changes in this revision

Viewing changes to misc/evolution2.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2006-11-29 18:24:38 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061129182438-wimzg0i1oi0vvb8c
Tags: 0.19-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/rules: don't invoke dh_python(1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Summary:                Evolution 2 sync. plugin for OpenSync
2
 
Name:                   @PACKAGE@
3
 
Version:                @VERSION@
4
 
Release:                1
5
 
License:                GPL
6
 
Group:                  Development/Libraries
7
 
Source:                 %{name}-%{version}.tar.gz
8
 
BuildRoot:              %{_tmppath}/%{name}-%{version}
9
 
Requires:               glib2 libopensync evolution-data-server
10
 
BuildRequires:  glib2-devel libopensync-devel evolution-data-server-devel
11
 
 
12
 
%description
13
 
This plugin allows applications using OpenSync to synchronise to and from
14
 
Evolution 2.
15
 
 
16
 
%package devel
17
 
Summary:                Header files, libraries and development documentation for %{name}
18
 
Group:                  Development/Libraries
19
 
Requires:               %{name} = %{version}
20
 
 
21
 
%description devel
22
 
This package contains the header files, static libraries and development
23
 
documentation for %{name}. If you like to develop programs using %{name},
24
 
you will need to install %{name}-devel.
25
 
 
26
 
%prep
27
 
%setup -q
28
 
 
29
 
%build
30
 
%configure
31
 
make
32
 
 
33
 
%install
34
 
rm -rf %{buildroot}
35
 
make install DESTDIR=%{buildroot}
36
 
rm -f %{buildroot}%{_libdir}/opensync/plugins/*.la
37
 
 
38
 
%clean
39
 
rm -rf %{buildroot}
40
 
 
41
 
%files
42
 
%defattr(-,root,root)
43
 
%{_libdir}/opensync/plugins/evo2_sync.so
44
 
%{_datadir}/opensync/defaults/evo2-sync
45
 
 
46
 
%files devel
47
 
%defattr(-,root,root)
48
 
%{_includedir}/opensync-1.0/opensync/evo2_sync.h
49
 
 
50
 
%changelog
51
 
* Wed Apr  6 2005 Pierre Ossman <drzeus@drzeus.cx> 0.15-1
52
 
- Initial package