~ubuntu-branches/ubuntu/intrepid/meanwhile/intrepid

« back to all changes in this revision

Viewing changes to meanwhile.spec

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-01-13 12:38:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113123818-zod7j3hd9z0iz5fy
Tags: 1.0.2-0ubuntu1
* New upstream release
* Rename libmeanwhile0 to libmeanwhile1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Christopher (siege) O'Brien  <siege@preoccupied.net>
2
2
 
 
3
%define with_doc_subpackage  1%{nil}
 
4
 
 
5
 
3
6
Summary: Lotus Sametime Community Client library
4
7
Name: meanwhile
5
8
Epoch: 0
6
 
Version: 0.4.2
7
 
Release: 0
 
9
Version: 1.0.2
 
10
Release: 1
8
11
License: LGPL
9
12
Group: Applications/Internet
10
13
URL: http://meanwhile.sourceforge.net/
15
18
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
16
19
BuildRequires: glib2-devel >= 2.0.0
17
20
 
 
21
%if %{with_doc_subpackage}
 
22
BuildRequires: doxygen
 
23
%endif
 
24
 
18
25
 
19
26
%description
20
27
Library for connecting as a client to a Lotus Sametime
27
34
 
28
35
 
29
36
%build
 
37
%if %{with_doc_subpackage}
 
38
%configure --enable-doxygen
 
39
%else
30
40
%configure
 
41
%endif
31
42
%{__make} %{?_smp_mflags}
32
43
 
33
44
 
42
53
 
43
54
%files
44
55
%defattr(-,root,root,0755)
45
 
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
 
56
%doc AUTHORS ChangeLog COPYING INSTALL LICENSE NEWS README TODO
46
57
%{_libdir}/libmeanwhile.so*
47
58
 
48
59
 
52
63
License: LGPL
53
64
Requires: %{name} = %{version}-%{release}
54
65
 
 
66
 
55
67
%description devel
56
68
Development package for the Meanwhile library
57
69
 
64
76
%{_libdir}/pkgconfig/meanwhile.pc
65
77
 
66
78
 
 
79
%if %{with_doc_subpackage}
 
80
%package doc
 
81
Group: Applications/Internet
 
82
Summary: Documentation for the Meanwhile library
 
83
License: GNU Free Documentation License
 
84
 
 
85
 
 
86
%description doc
 
87
Documentation for the Meanwhile library
 
88
 
 
89
 
 
90
%files doc
 
91
%defattr(-,root,root,-)
 
92
%{_datadir}/doc/%{name}-doc-%{version}/
 
93
%endif
 
94
 
 
95
 
67
96
%post
68
97
/sbin/ldconfig 2> /dev/null
69
98
 
73
102
 
74
103
 
75
104
%changelog
 
105
* Fri Nov 18 2005  <siege@preoccupied.net>
 
106
- removed the gmp and gmp-devel requirements
 
107
 
 
108
* Wed Sep 21 2005  <siege@preoccupied.net>
 
109
- added doc sub package
 
110
 
 
111
* Sat Sep 17 2005  <siege@preoccupied.net>
 
112
- added gmp and gmp-devel requrements
 
113
 
76
114
* Sun Jan 16 2005  <siege@preoccupied.net>
77
115
- removed python package (now in meanwhile-python module)
78
116