2007-01-16 00:10:37 +01:00
|
|
|
#
|
2011-03-30 09:18:47 +02:00
|
|
|
# spec file for package doxywizard
|
2007-01-16 00:10:37 +01:00
|
|
|
#
|
2015-02-06 09:03:17 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:10:37 +01:00
|
|
|
#
|
2009-01-13 18:42:16 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:10:37 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: doxywizard
|
2015-08-17 18:12:41 +02:00
|
|
|
Version: 1.8.10
|
2012-07-13 10:46:49 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Graphical User Interface for Doxygen
|
2011-12-05 10:58:31 +01:00
|
|
|
License: GPL-2.0+
|
2007-01-16 00:10:37 +01:00
|
|
|
Group: Development/Tools/Doc Generators
|
2007-10-31 16:52:10 +01:00
|
|
|
Url: http://www.stack.nl/~dimitri/doxygen/
|
2013-03-26 09:28:59 +01:00
|
|
|
Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
2007-01-16 00:10:37 +01:00
|
|
|
Source1: doxywizard.desktop
|
2015-02-23 08:27:51 +01:00
|
|
|
BuildRequires: bison
|
2015-08-17 18:12:41 +02:00
|
|
|
BuildRequires: cmake
|
2015-02-23 08:27:51 +01:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
Requires: doxygen = %{version}
|
2007-01-16 00:10:37 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-01-08 17:30:01 +01:00
|
|
|
BuildRequires: libqt4-devel >= 4.3
|
|
|
|
BuildRequires: update-desktop-files
|
2007-01-16 00:10:37 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Doxywizard is a graphical front-end to read/edit/write doxygen
|
|
|
|
configuration files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n doxygen-%{version}
|
|
|
|
|
|
|
|
%build
|
2015-08-17 18:12:41 +02:00
|
|
|
mkdir build
|
|
|
|
pushd build
|
|
|
|
cmake -G "Unix Makefiles" \
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=%{buildroot}/usr \
|
|
|
|
-Dbuild_wizard=ON \
|
|
|
|
..
|
2011-09-20 17:57:54 +02:00
|
|
|
make %{?_smp_mflags}
|
2015-08-17 18:12:41 +02:00
|
|
|
popd
|
2015-02-23 08:27:51 +01:00
|
|
|
|
2007-01-16 00:10:37 +01:00
|
|
|
%install
|
2015-08-18 15:13:27 +02:00
|
|
|
pushd build
|
2015-08-17 18:12:41 +02:00
|
|
|
make install %{?_smp_mflags}
|
2015-08-18 15:13:27 +02:00
|
|
|
popd
|
2015-08-17 18:12:41 +02:00
|
|
|
rm %{buildroot}%{_bindir}/doxygen
|
2015-08-18 15:13:27 +02:00
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
|
|
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
2015-08-17 18:12:41 +02:00
|
|
|
%suse_update_desktop_file -i doxywizard Development Documentation
|
2007-01-16 00:10:37 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-02-23 08:27:51 +01:00
|
|
|
%attr(755,root,root) %{_bindir}/doxywizard
|
2010-01-08 17:30:01 +01:00
|
|
|
%{_datadir}/applications/doxywizard.desktop
|
2015-08-18 15:13:27 +02:00
|
|
|
%{_mandir}/man1/doxywizard.1.gz
|
2008-02-28 01:54:14 +01:00
|
|
|
|
2007-03-29 13:58:33 +02:00
|
|
|
%changelog
|