]> git.pld-linux.org Git - packages/tclap.git/blame - tclap.spec
- disable debug packages; not noarch just because of pkgconfigdir
[packages/tclap.git] / tclap.spec
CommitLineData
3bb29afa
JB
1Summary: Templatized C++ Command Line Argument Parser
2Summary(pl.UTF-8): Analizator argumentów linii poleceń oparty na szablonach C++
d1a6bfa9 3Name: tclap
0f8b64e3
JB
4Version: 1.2.5
5Release: 1
3bb29afa
JB
6License: MIT
7Group: Development/Libraries
42ce6efa 8Source0: https://downloads.sourceforge.net/tclap/%{name}-%{version}.tar.gz
0f8b64e3 9# Source0-md5: 346a92acf9b364dfbff0a6df03c8a59e
42ce6efa 10URL: https://tclap.sourceforge.net/
3bb29afa
JB
11BuildRequires: doxygen
12BuildRequires: graphviz
d1a6bfa9 13BuildRequires: libstdc++-devel
42ce6efa 14BuildRequires: rpm-build >= 4.6
3bb29afa 15Requires: libstdc++-devel
d1a6bfa9 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
42ce6efa
JB
18%define _enable_debug_packages 0
19
d1a6bfa9 20%description
3bb29afa
JB
21TCLAP (Templatized Command Line Argument Parser) is a simple
22templatized C++ library for parsing command line arguments. The
23library provides a simple, flexible object-oriented interface to the
24command line that automates argument parsing, USAGE creation and type
25casting.
26
27%description -l p.UTF-8
28TCLAP (Templatized Command Line Argument Parser) to prosta biblioteka
29oparta na szablonach C++, służąca do analizy argumentów linii poleceń.
30Biblioteka zapewnia prosty, elastyczny, zorientowany obiektowo
31interfejs do linii poleceń, automatyzujący analizę argumentów,
32tworzenie opisu składni i rzutowanie typów.
33
34%package apidocs
35Summary: TCLAP library documentation
36Summary(pl.UTF-8): Dokumentacja biblioteki TCLAP
37Group: Documentation
318a61ee 38BuildArch: noarch
3bb29afa
JB
39
40%description apidocs
41TCLAP library documentation.
42
43%description apidocs -l pl.UTF-8
44Dokumentacja biblioteki TCLAP.
d1a6bfa9 45
46%prep
3bb29afa 47%setup -q
d1a6bfa9 48
49%build
50%configure
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
0f8b64e3 55
d1a6bfa9 56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
0f8b64e3 64%doc AUTHORS COPYING ChangeLog README
3bb29afa
JB
65%{_includedir}/tclap
66%{_pkgconfigdir}/tclap.pc
67
68%files apidocs
69%defattr(644,root,root,755)
70%{_docdir}/%{name}
This page took 0.086128 seconds and 4 git commands to generate.