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