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