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
|
Tue Feb 14 08:09:53 UTC 2017 - foss@grueninger.de
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@ Name: doxygen-doc
|
|||||||
Version: 1.8.13
|
Version: 1.8.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
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
|
Group: Development/Tools/Doc Generators
|
||||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||||
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
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."
|
# "If you need output in png format you also need to install graphviz-gnome."
|
||||||
BuildRequires: graphviz-gnome
|
BuildRequires: graphviz-gnome
|
||||||
BuildRequires: poppler-tools
|
BuildRequires: poppler-tools
|
||||||
BuildRequires: python-base
|
BuildRequires: python2-base
|
||||||
BuildRequires: python-xml
|
BuildRequires: python2-xml
|
||||||
BuildRequires: texlive-appendix
|
BuildRequires: texlive-appendix
|
||||||
BuildRequires: texlive-colortbl
|
BuildRequires: texlive-colortbl
|
||||||
BuildRequires: texlive-courier
|
BuildRequires: texlive-courier
|
||||||
@ -64,7 +65,6 @@ BuildRequires: texlive-wasy
|
|||||||
BuildRequires: texlive-wasy2-ps
|
BuildRequires: texlive-wasy2-ps
|
||||||
BuildRequires: texlive-wasysym
|
BuildRequires: texlive-wasysym
|
||||||
BuildRequires: texlive-xtab
|
BuildRequires: texlive-xtab
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%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
|
||||||
@ -103,7 +103,6 @@ rm -r %{buildroot}%{_mandir}/man1/
|
|||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
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
|
Version: 1.8.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
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
|
Group: Development/Tools/Doc Generators
|
||||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||||
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
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: cmake >= 2.8.12
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python-base
|
BuildRequires: python2-base
|
||||||
BuildRequires: python-xml
|
BuildRequires: python2-xml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%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
|
||||||
@ -60,7 +60,7 @@ as well.
|
|||||||
%ifarch ppc64le ppc64
|
%ifarch ppc64le ppc64
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch6 -p0
|
%patch6
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -72,7 +72,7 @@ as well.
|
|||||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
-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_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||||
-DCMAKE_SHARED_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
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -80,7 +80,6 @@ mkdir -p %{buildroot}%{_mandir}/man1/
|
|||||||
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%attr(444,root,root) %{_mandir}/man1/doxygen.1.gz
|
%attr(444,root,root) %{_mandir}/man1/doxygen.1.gz
|
||||||
%attr(755,root,root) %{_bindir}/*
|
%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
|
Wed Feb 22 07:08:16 UTC 2017 - foss@grueninger.de
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@ Name: doxywizard
|
|||||||
Version: 1.8.13
|
Version: 1.8.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical User Interface for Doxygen
|
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
|
Group: Development/Tools/Doc Generators
|
||||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||||
Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
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: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: python-xml
|
BuildRequires: python2-base
|
||||||
|
BuildRequires: python2-xml
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
Requires: doxygen = %{version}
|
||||||
%if 0%{?suse_version} < 1320
|
%if 0%{?suse_version} < 1320
|
||||||
BuildRequires: libqt4-devel >= 4.3
|
BuildRequires: libqt4-devel >= 4.3
|
||||||
%else
|
%else
|
||||||
@ -41,9 +45,6 @@ BuildRequires: pkgconfig(Qt5Gui)
|
|||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(Qt5Xml)
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
Requires: doxygen = %{version}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||||
# for make tests
|
# for make tests
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
@ -66,7 +67,7 @@ export CXXFLAGS="%{optflags} -fPIC"
|
|||||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
-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_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
|
||||||
-DCMAKE_SHARED_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
|
%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
|
||||||
%check
|
%check
|
||||||
@ -85,9 +86,8 @@ install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
|||||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
%suse_update_desktop_file -i doxywizard Development Documentation
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%attr(755,root,root) %{_bindir}/doxywizard
|
%attr(755,root,root) %{_bindir}/doxywizard
|
||||||
%{_datadir}/applications/doxywizard.desktop
|
%{_datadir}/applications/doxywizard.desktop
|
||||||
%{_mandir}/man1/doxywizard.1.gz
|
%{_mandir}/man1/doxywizard.1%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user