~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to libwpd.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
%if %{!?_without_docs:1}%{?_without_docs:0}
42
42
%package docs
43
43
Requires: libwpd
 
44
BuildRequires: doxygen
44
45
Summary: Documentation of libwpd API
45
46
Group: Development/Documentation
46
47
 
54
55
%setup -q -n %{name}-%{version}
55
56
 
56
57
%build
57
 
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} \
 
58
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --libdir=%{_libdir} \
58
59
        %{?_without_stream:--without-stream} \
59
60
        %{?_with_debug:--enable-debug}  \
60
61
        %{?_without_docs:--without-docs}
65
66
umask 022
66
67
 
67
68
%__make DESTDIR=$RPM_BUILD_ROOT install
 
69
%__rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
68
70
 
69
71
%clean
70
72
%__rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}
82
84
%files devel
83
85
%defattr(644,root,root,755)
84
86
%{_libdir}/libwpd*-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.so
85
 
%{_libdir}/libwpd*-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.*a
 
87
#%{_libdir}/libwpd*-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.*a
86
88
%{_libdir}/pkgconfig/libwpd*-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.pc
87
89
%{_includedir}/libwpd-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@/libwpd
88
90