automatic version update by autodist [release 0.3.0-1mamba;Sat Jul 05 2014]
This commit is contained in:
parent
848e03e23c
commit
01c4fc26f4
25
libwpg.spec
25
libwpg.spec
@ -1,5 +1,6 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: libwpg
|
||||
Version: 0.2.2
|
||||
Version: 0.3.0
|
||||
Release: 1mamba
|
||||
Summary: A collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format
|
||||
Group: System/Libraries
|
||||
@ -13,9 +14,10 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel >= 0.8
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -78,20 +80,18 @@ find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwpg-0.2.so.*
|
||||
#%{_libdir}/libwpg-stream-0.1.so.*
|
||||
%{_libdir}/libwpg-%{apiver}.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwpg-0.2.so
|
||||
%{_libdir}/libwpg-0.2.la
|
||||
%{_libdir}/libwpg-0.2.a
|
||||
#%{_libdir}/libwpg-stream-0.1.so
|
||||
#%{_libdir}/libwpg-stream-0.1.la
|
||||
%dir %{_includedir}/libwpg-0.2/libwpg
|
||||
%{_includedir}/libwpg-0.2/libwpg/*.h
|
||||
%{_libdir}/libwpg-%{apiver}.so
|
||||
%{_libdir}/libwpg-%{apiver}.la
|
||||
%dir %{_includedir}/libwpg-%{apiver}/libwpg
|
||||
%{_includedir}/libwpg-%{apiver}/libwpg/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_docdir}/libwpg
|
||||
%dir %{_docdir}/libwpg/html
|
||||
%{_docdir}/libwpg/html/*
|
||||
%doc ChangeLog
|
||||
|
||||
@ -102,6 +102,9 @@ find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||
%{_bindir}/wpg2svgbatch.pl
|
||||
|
||||
%changelog
|
||||
* Sat Jul 05 2014 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 13 2013 Automatic Build System <autodist@mambasoft.it> 0.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user