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