|
|
|
@ -43,7 +43,6 @@ command line.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-tests --disable-werror \
|
|
|
|
|
DOCBOOK2MAN='xmlto man'
|
|
|
|
@ -53,22 +52,18 @@ sed -i \
|
|
|
|
|
libtool
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING.* NEWS README
|
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
|
|
|
|
%{_libdir}/%{name}-c-%{apiversion}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_includedir}/%{name}-%{apiversion}
|
|
|
|
@ -78,12 +73,10 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-c-%{apiversion}.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%{_bindir}/cmis-client
|
|
|
|
|
%{_mandir}/man1/cmis-client.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.4.1-1
|
|
|
|
|
- new upstream release
|
|
|
|
|