|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libcmis
|
|
|
|
|
Version: 0.2.3
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A C++ client library for the CMIS interface
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -53,26 +53,27 @@ make %{?_smp_mflags} V=1
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
# it seems that the hook for building and installing man page breaks
|
|
|
|
|
# installation of other data files
|
|
|
|
|
mkdir -p %{buildroot}/%{_libdir}/pkgconfig
|
|
|
|
|
cp -p %{name}-0.2.pc %{buildroot}/%{_libdir}/pkgconfig
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING.* README
|
|
|
|
|
%{_libdir}/%{name}-0.2.so.*
|
|
|
|
|
%{_libdir}/%{name}-0.3.so.3
|
|
|
|
|
%{_libdir}/%{name}-0.3.so.3.*
|
|
|
|
|
%{_libdir}/%{name}-c-0.3.so.3
|
|
|
|
|
%{_libdir}/%{name}-c-0.3.so.3.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}-0.2
|
|
|
|
|
%{_libdir}/%{name}-0.2.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-0.2.pc
|
|
|
|
|
%{_includedir}/%{name}-0.3
|
|
|
|
|
%{_includedir}/%{name}-c-0.3
|
|
|
|
|
%{_libdir}/%{name}-0.3.so
|
|
|
|
|
%{_libdir}/%{name}-c-0.3.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-0.3.pc
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-c-0.3.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
@ -81,6 +82,9 @@ cp -p %{name}-0.2.pc %{buildroot}/%{_libdir}/pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 06 2012 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 0.2.3-4
|
|
|
|
|
- clarify license
|
|
|
|
|
|
|
|
|
|