rebuilt with libwpd 0.10 and libwpg 0.3.0 [release 0.1.0-2mamba;Sat Jul 05 2014]
This commit is contained in:
parent
d5e9049fad
commit
3f31b0f7cd
26
libcdr.spec
26
libcdr.spec
@ -1,6 +1,7 @@
|
|||||||
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcdr
|
Name: libcdr
|
||||||
Version: 0.0.16
|
Version: 0.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library providing ability to interpret and import Corel Draw drawings into various applications
|
Summary: A library providing ability to interpret and import Corel Draw drawings into various applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,6 +20,8 @@ BuildRequires: libwpg-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libwpd-devel >= 0.10
|
||||||
|
BuildRequires: libwpg-devel >= 0.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,16 +66,17 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcdr-0.0.so.*
|
%{_libdir}/libcdr-%{apiver}.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libcdr-0.0/libcdr
|
%dir %{_includedir}/libcdr-%{apiver}
|
||||||
%{_includedir}/libcdr-0.0/libcdr/*.h
|
%dir %{_includedir}/libcdr-%{apiver}/libcdr
|
||||||
%{_libdir}/libcdr-0.0.la
|
%{_includedir}/libcdr-%{apiver}/libcdr/*.h
|
||||||
%{_libdir}/libcdr-0.0.so
|
%{_libdir}/libcdr-%{apiver}.la
|
||||||
%{_libdir}/pkgconfig/libcdr-0.0.pc
|
%{_libdir}/libcdr-%{apiver}.so
|
||||||
|
%{_libdir}/pkgconfig/libcdr-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libcdr
|
%dir %{_datadir}/doc/libcdr
|
||||||
%dir %{_datadir}/doc/libcdr/html
|
%dir %{_datadir}/doc/libcdr/html
|
||||||
%{_datadir}/doc/libcdr/html/*
|
%{_datadir}/doc/libcdr/html/*
|
||||||
@ -88,6 +92,12 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/cmx2xhtml
|
%{_bindir}/cmx2xhtml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-2mamba
|
||||||
|
- rebuilt with libwpd 0.10 and libwpg 0.3.0
|
||||||
|
|
||||||
|
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 0.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 0.0.16-1mamba
|
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 0.0.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user