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
|
||||
Version: 0.0.16
|
||||
Release: 1mamba
|
||||
Version: 0.1.0
|
||||
Release: 2mamba
|
||||
Summary: A library providing ability to interpret and import Corel Draw drawings into various applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -19,6 +20,8 @@ BuildRequires: libwpg-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRequires: libwpg-devel >= 0.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -63,16 +66,17 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcdr-0.0.so.*
|
||||
%{_libdir}/libcdr-%{apiver}.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libcdr-0.0/libcdr
|
||||
%{_includedir}/libcdr-0.0/libcdr/*.h
|
||||
%{_libdir}/libcdr-0.0.la
|
||||
%{_libdir}/libcdr-0.0.so
|
||||
%{_libdir}/pkgconfig/libcdr-0.0.pc
|
||||
%dir %{_includedir}/libcdr-%{apiver}
|
||||
%dir %{_includedir}/libcdr-%{apiver}/libcdr
|
||||
%{_includedir}/libcdr-%{apiver}/libcdr/*.h
|
||||
%{_libdir}/libcdr-%{apiver}.la
|
||||
%{_libdir}/libcdr-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libcdr-%{apiver}.pc
|
||||
%dir %{_datadir}/doc/libcdr
|
||||
%dir %{_datadir}/doc/libcdr/html
|
||||
%{_datadir}/doc/libcdr/html/*
|
||||
@ -88,6 +92,12 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/cmx2xhtml
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user