rebuilt with debug package and without .la files [release 1.15.1-2mamba;Mon May 06 2024]
This commit is contained in:
parent
84e5ee6cc8
commit
fba51bb40c
@ -2,26 +2,21 @@
|
|||||||
|
|
||||||
Name: libcppunit
|
Name: libcppunit
|
||||||
Version: 1.15.1
|
Version: 1.15.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C++ Port of JUnit Testing Framework
|
Summary: C++ Port of JUnit Testing Framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/cppunit
|
URL: https://www.freedesktop.org/wiki/Software/cppunit/
|
||||||
Source: http://dev-www.libreoffice.org/src/cppunit-%{version}.tar.gz
|
Source: http://dev-www.libreoffice.org/src/cppunit-%{version}.tar.gz
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/cppunit/cppunit-%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: bash
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CppUnit is the C++ port of the famous JUnit framework for unit testing.
|
CppUnit is the C++ port of the famous JUnit framework for unit testing.
|
||||||
@ -34,9 +29,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
CppUnit is the C++ port of the famous JUnit framework for unit testing.
|
CppUnit is the C++ port of the famous JUnit framework for unit testing.
|
||||||
Test output is in XML for automatic testing and GUI based for supervised tests.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Summary: CppUnit API documentation
|
Summary: CppUnit API documentation
|
||||||
@ -46,6 +39,8 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
CppUnit API documentation.
|
CppUnit API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cppunit-%{version}
|
%setup -q -n cppunit-%{version}
|
||||||
|
|
||||||
@ -74,15 +69,11 @@ CppUnit API documentation.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/DllPlugInTester
|
%{_bindir}/DllPlugInTester
|
||||||
#%{_bindir}/cppunit-config
|
|
||||||
%dir %{_includedir}/cppunit/
|
%dir %{_includedir}/cppunit/
|
||||||
%{_includedir}/cppunit/*
|
%{_includedir}/cppunit/*
|
||||||
%{_libdir}/libcppunit.a
|
%{_libdir}/libcppunit.a
|
||||||
%{_libdir}/libcppunit.la
|
|
||||||
%{_libdir}/libcppunit.so
|
%{_libdir}/libcppunit.so
|
||||||
%{_libdir}/pkgconfig/cppunit.pc
|
%{_libdir}/pkgconfig/cppunit.pc
|
||||||
#%{_datadir}/aclocal/cppunit.m4
|
|
||||||
#%{_mandir}/man1/cppunit-config.*
|
|
||||||
%dir %{_docdir}/%{name}
|
%dir %{_docdir}/%{name}
|
||||||
%{_docdir}/%{name}/*
|
%{_docdir}/%{name}/*
|
||||||
#%doc BUGS ChangeLog NEWS README THANKS TODO
|
#%doc BUGS ChangeLog NEWS README THANKS TODO
|
||||||
@ -92,6 +83,9 @@ CppUnit API documentation.
|
|||||||
%{_datadir}/cppunit/*
|
%{_datadir}/cppunit/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 1.15.1-2mamba
|
||||||
|
- rebuilt with debug package and without .la files
|
||||||
|
|
||||||
* Fri Dec 27 2019 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
* Fri Dec 27 2019 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user