forked from pool/doxygen
Accepting request 327292 from home:pluskalm:branches:devel:tools
- Move checks to doxywizard package to avoid build cycle - Move checks to doxywizard package to avoid build cycle OBS-URL: https://build.opensuse.org/request/show/327292 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=92
This commit is contained in:
parent
19d91ee541
commit
1406d9d5ed
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 07:34:04 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Move checks to doxywizard package to avoid build cycle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 21 09:41:39 UTC 2015 - tchvatal@suse.com
|
Fri Aug 21 09:41:39 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
12
doxygen.spec
12
doxygen.spec
@ -40,11 +40,6 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
|
||||||
# for make tests
|
|
||||||
BuildRequires: libxml2-tools
|
|
||||||
BuildRequires: texlive-bibtex
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Doxygen is a documentation system for C, C++, Java, and IDL. It can
|
Doxygen is a documentation system for C, C++, Java, and IDL. It can
|
||||||
@ -79,13 +74,6 @@ make %{?_smp_mflags}
|
|||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
|
||||||
%check
|
|
||||||
pushd build
|
|
||||||
make tests %{?_smp_mflags}
|
|
||||||
popd
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 07:34:32 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Move checks to doxywizard package to avoid build cycle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 21 09:42:05 UTC 2015 - tchvatal@suse.com
|
Fri Aug 21 09:42:05 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -39,6 +39,11 @@ BuildRequires: libqt4-devel >= 4.3
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: doxygen = %{version}
|
Requires: doxygen = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||||
|
# for make tests
|
||||||
|
BuildRequires: libxml2-tools
|
||||||
|
BuildRequires: texlive-bibtex
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Doxywizard is a graphical front-end to read/edit/write doxygen
|
Doxywizard is a graphical front-end to read/edit/write doxygen
|
||||||
@ -59,6 +64,13 @@ export CXXFLAGS="%{optflags} -fPIC"
|
|||||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
|
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||||
|
%check
|
||||||
|
pushd build
|
||||||
|
make tests %{?_smp_mflags}
|
||||||
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
rm %{buildroot}%{_bindir}/doxygen
|
rm %{buildroot}%{_bindir}/doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user