automatic version update by autodist [release 0.10.0-1mamba;Tue Jun 17 2014]
This commit is contained in:
parent
f8798d76df
commit
e6a2965a76
16
libwpd.spec
16
libwpd.spec
@ -1,7 +1,7 @@
|
|||||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
%define apiver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libwpd
|
Name: libwpd
|
||||||
Version: 0.9.9
|
Version: 0.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for importing WordPerfect (tm) documents
|
Summary: A library for importing WordPerfect (tm) documents
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: librevenge-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,14 +66,14 @@ This package package contains various programs for manipulating WordPerfect form
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libwpd-%{majorminor}.so.*
|
%{_libdir}/libwpd-%{apiver}.so.*
|
||||||
%{_libdir}/libwpd-stream-%{majorminor}.so.*
|
#%{_libdir}/libwpd-stream-%{majorminor}.so.*
|
||||||
%doc CREDITS
|
%doc CREDITS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libwpd-%{majorminor}
|
%dir %{_includedir}/libwpd-%{apiver}
|
||||||
%{_includedir}/libwpd-%{majorminor}/*
|
%{_includedir}/libwpd-%{apiver}/*
|
||||||
%{_libdir}/libwpd-*.la
|
%{_libdir}/libwpd-*.la
|
||||||
%{_libdir}/libwpd-*.so
|
%{_libdir}/libwpd-*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -88,6 +89,9 @@ This package package contains various programs for manipulating WordPerfect form
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user