forked from pool/doxygen
Accepting request 540494 from devel:tools
- Update licensing information - Explicitly require python2 for building - Use more cmake macros - Run spec-cleaner - Update licensing information - Explicitly require python2 for building - Use more cmake macros - Run spec-cleaner - Update licensing information - Explicitly require python2 for building - Use more cmake macros - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/540494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=71
This commit is contained in:
commit
7bf3c9b3c1
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 13:21:16 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update licensing information
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 12:20:10 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Explicitly require python2 for building
|
||||
- Use more cmake macros
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 08:09:53 UTC 2017 - foss@grueninger.de
|
||||
|
||||
|
@ -20,7 +20,8 @@ Name: doxygen-doc
|
||||
Version: 1.8.13
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
# qtools are used for building and they are GPL-3.0 licensed
|
||||
License: GPL-2.0+ AND GPL-3.0
|
||||
Group: Development/Tools/Doc Generators
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
@ -37,8 +38,8 @@ BuildRequires: gcc-c++
|
||||
# "If you need output in png format you also need to install graphviz-gnome."
|
||||
BuildRequires: graphviz-gnome
|
||||
BuildRequires: poppler-tools
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: python2-base
|
||||
BuildRequires: python2-xml
|
||||
BuildRequires: texlive-appendix
|
||||
BuildRequires: texlive-colortbl
|
||||
BuildRequires: texlive-courier
|
||||
@ -64,7 +65,6 @@ BuildRequires: texlive-wasy
|
||||
BuildRequires: texlive-wasy2-ps
|
||||
BuildRequires: texlive-wasysym
|
||||
BuildRequires: texlive-xtab
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Doxygen is a documentation system for C, C++, Java, and IDL. It can
|
||||
@ -103,7 +103,6 @@ rm -r %{buildroot}%{_mandir}/man1/
|
||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 13:21:04 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update licensing information
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 12:19:34 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Explicitly require python2 for building
|
||||
- Use more cmake macros
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 13:14:24 UTC 2017 - meissner@suse.com
|
||||
|
||||
|
13
doxygen.spec
13
doxygen.spec
@ -20,7 +20,8 @@ Name: doxygen
|
||||
Version: 1.8.13
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
# qtools are used for building and they are GPL-3.0 licensed
|
||||
License: GPL-2.0+ AND GPL-3.0
|
||||
Group: Development/Tools/Doc Generators
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
@ -40,9 +41,8 @@ BuildRequires: bison
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-xml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python2-base
|
||||
BuildRequires: python2-xml
|
||||
|
||||
%description
|
||||
Doxygen is a documentation system for C, C++, Java, and IDL. It can
|
||||
@ -60,7 +60,7 @@ as well.
|
||||
%ifarch ppc64le ppc64
|
||||
%patch4 -p1
|
||||
%endif
|
||||
%patch6 -p0
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
@ -72,7 +72,7 @@ as well.
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
|
||||
make %{?_smp_mflags}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
@ -80,7 +80,6 @@ mkdir -p %{buildroot}%{_mandir}/man1/
|
||||
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
%attr(444,root,root) %{_mandir}/man1/doxygen.1.gz
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 13:21:26 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update licensing information
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 12:20:18 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Explicitly require python2 for building
|
||||
- Use more cmake macros
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 07:08:16 UTC 2017 - foss@grueninger.de
|
||||
|
||||
|
@ -20,7 +20,8 @@ Name: doxywizard
|
||||
Version: 1.8.13
|
||||
Release: 0
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
License: GPL-2.0+
|
||||
# qtools are used for building and they are GPL-3.0 licensed
|
||||
License: GPL-2.0+ AND GPL-3.0
|
||||
Group: Development/Tools/Doc Generators
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
@ -32,7 +33,10 @@ BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: python2-base
|
||||
BuildRequires: python2-xml
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: doxygen = %{version}
|
||||
%if 0%{?suse_version} < 1320
|
||||
BuildRequires: libqt4-devel >= 4.3
|
||||
%else
|
||||
@ -41,9 +45,6 @@ BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: doxygen = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||
# for make tests
|
||||
BuildRequires: libxml2-tools
|
||||
@ -66,7 +67,7 @@ export CXXFLAGS="%{optflags} -fPIC"
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
|
||||
make %{?_smp_mflags}
|
||||
%make_jobs
|
||||
|
||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||
%check
|
||||
@ -85,9 +86,8 @@ install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(755,root,root) %{_bindir}/doxywizard
|
||||
%{_datadir}/applications/doxywizard.desktop
|
||||
%{_mandir}/man1/doxywizard.1.gz
|
||||
%{_mandir}/man1/doxywizard.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user