]> git.pld-linux.org Git - packages/tclap.git/commitdiff
- pl, fixed md5, finished packaging auto/th/tclap-1.2.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Nov 2013 11:38:52 +0000 (12:38 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Nov 2013 11:38:52 +0000 (12:38 +0100)
- separated -apidocs (50 times larger than base, development package)

tclap.spec

index 7e3e780da297f05f84638b79c78570443ef61d12..edabca3d33ad7523e97b3022b93feb9a9efb4091 100644 (file)
@@ -1,20 +1,46 @@
-Summary:       Argument parser
+Summary:       Templatized C++ Command Line Argument Parser
+Summary(pl.UTF-8):     Analizator argumentów linii poleceń oparty na szablonach C++
 Name:          tclap
 Version:       1.2.1
 Release:       1
-License:       ?
-Group:         Libraries
+License:       MIT
+Group:         Development/Libraries
 Source0:       http://downloads.sourceforge.net/tclap/%{name}-%{version}.tar.gz
-# Source0-md5: 2e7c950061e0085fd75d94576
+# Source0-md5: eb0521d029bf3b1cc0dcaa7e42abf82a
 URL:           http://tclap.sourceforge.net/
+BuildRequires: doxygen
+BuildRequires: graphviz
 BuildRequires: libstdc++-devel
+Requires:      libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Just headers ?!
+TCLAP (Templatized Command Line Argument Parser) is a simple
+templatized C++ library for parsing command line arguments. The
+library provides a simple, flexible object-oriented interface to the
+command line that automates argument parsing, USAGE creation and type
+casting.
+
+%description -l p.UTF-8
+TCLAP (Templatized Command Line Argument Parser) to prosta biblioteka
+oparta na szablonach C++, służąca do analizy argumentów linii poleceń.
+Biblioteka zapewnia prosty, elastyczny, zorientowany obiektowo
+interfejs do linii poleceń, automatyzujący analizę argumentów,
+tworzenie opisu składni i rzutowanie typów.
+
+%package apidocs
+Summary:       TCLAP library documentation
+Summary(pl.UTF-8):     Dokumentacja biblioteki TCLAP
+Group:         Documentation
+
+%description apidocs
+TCLAP library documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja biblioteki TCLAP.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 %configure
@@ -31,7 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%{_includedir}/%{name}
-%{_pkgconfigdir}/%{name}.pc
-%doc %{_docdir}/%{name}
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_includedir}/tclap
+%{_pkgconfigdir}/tclap.pc
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_docdir}/%{name}
This page took 0.117256 seconds and 4 git commands to generate.