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
|
||||
Version: 0.9.9
|
||||
Version: 0.10.0
|
||||
Release: 1mamba
|
||||
Summary: A library for importing WordPerfect (tm) documents
|
||||
Group: System/Libraries
|
||||
@ -18,6 +18,7 @@ BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: librevenge-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -65,14 +66,14 @@ This package package contains various programs for manipulating WordPerfect form
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwpd-%{majorminor}.so.*
|
||||
%{_libdir}/libwpd-stream-%{majorminor}.so.*
|
||||
%{_libdir}/libwpd-%{apiver}.so.*
|
||||
#%{_libdir}/libwpd-stream-%{majorminor}.so.*
|
||||
%doc CREDITS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libwpd-%{majorminor}
|
||||
%{_includedir}/libwpd-%{majorminor}/*
|
||||
%dir %{_includedir}/libwpd-%{apiver}
|
||||
%{_includedir}/libwpd-%{apiver}/*
|
||||
%{_libdir}/libwpd-*.la
|
||||
%{_libdir}/libwpd-*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -88,6 +89,9 @@ This package package contains various programs for manipulating WordPerfect form
|
||||
%doc README
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user