automatic version update by autodist [release 1.14.0-1mamba;Sat Jun 17 2017]
This commit is contained in:
parent
591ec78fb2
commit
b5f9f96469
@ -1,8 +1,8 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libcppunit
|
||||
Version: 1.13.2
|
||||
Release: 3mamba
|
||||
Version: 1.14.0
|
||||
Release: 1mamba
|
||||
Summary: C++ Port of JUnit Testing Framework
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -52,7 +52,7 @@ CppUnit API documentation.
|
||||
%build
|
||||
%configure \
|
||||
--enable-doxygen \
|
||||
--docdir=%{_docdir}
|
||||
--docdir=%{_docdir}/%{name}
|
||||
|
||||
%make
|
||||
|
||||
@ -74,22 +74,27 @@ CppUnit API documentation.
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/DllPlugInTester
|
||||
%{_bindir}/cppunit-config
|
||||
#%{_bindir}/cppunit-config
|
||||
%dir %{_includedir}/cppunit/
|
||||
%{_includedir}/cppunit/*
|
||||
%{_libdir}/libcppunit.a
|
||||
%{_libdir}/libcppunit.la
|
||||
%{_libdir}/libcppunit.so
|
||||
%{_libdir}/pkgconfig/cppunit.pc
|
||||
%{_datadir}/aclocal/cppunit.m4
|
||||
%{_mandir}/man1/cppunit-config.*
|
||||
%doc BUGS ChangeLog NEWS README THANKS TODO
|
||||
#%{_datadir}/aclocal/cppunit.m4
|
||||
#%{_mandir}/man1/cppunit-config.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/*
|
||||
#%doc BUGS ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/cppunit/*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.2-3mamba
|
||||
- rebuilt (not fixing gcc 5.3.0 problem on x86)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user