/[packages]/cauldron/bouml-doc/current/SPECS/bouml-doc.spec
ViewVC logotype

Contents of /cauldron/bouml-doc/current/SPECS/bouml-doc.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1915548 - (show annotations) (download)
Sat Dec 3 00:42:53 2022 UTC (2 years, 3 months ago) by danf
File size: 916 byte(s)
SILENT: Switch URLs to https:
1 Summary: Bouml and Douml reference manual
2 Name: bouml-doc
3 Version: 7.3
4 Release: %mkrel 4
5 License: GPLv2+
6 Group: Development/Other
7 URL: https://www.bouml.fr/
8 Source0: https://www.bouml.fr/doc%{version}.tar.gz
9 Source1: https://www.bouml.fr/doc%{version}_A4.pdf
10 BuildArch: noarch
11
12 %description
13 BOUML is a free Unified Modeling Language (UML 2) tool box allowing you
14 to specify and generate code in C++, Java, Idl, Php and Python.
15 You can use it to create nearly all of UML diagrams.
16 BOUML can generate code from those diagrams in
17 C++, Java, IDL, PHP and Python, and can also reverse existing code.
18 DoUML is using manual from BOUML.
19
20 Contains reference manual.
21
22 %prep
23 %setup -q -c %{name}-%{version}
24 cp %{SOURCE1} .
25
26 %build
27 #nothing
28
29 %install
30 %__install -d -m 755 %{buildroot}%{_datadir}/%{name}/pdf
31 mv doc %{buildroot}%{_datadir}/%{name}/html
32 mv *.pdf %{buildroot}%{_datadir}/%{name}/pdf
33
34 %files
35 %{_datadir}/%{name}

  ViewVC Help
Powered by ViewVC 1.1.30