C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.8 KiB
74 lines
1.8 KiB
Summary: @DESCRIPTION@ |
|
Name: @PACKAGE_NAME@ |
|
Version: @VERSION@ |
|
Release: @BUILD_NUMBER@%{?dist} |
|
License: LGPL |
|
Group: Development/Libraries/C++ |
|
Source0: %{name}-%{version}.tar.gz |
|
BuildRequires: subversion, automake, autoconf, doxygen |
|
%if 0%{?fedora} != 20 |
|
BuildRequires: graphviz |
|
%endif |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} |
|
BuildRequires: pkgconfig, cppunit-devel, redhat-lsb, subversion-svn2cl |
|
%if ! ( 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} ) |
|
BuildRequires: mscgen |
|
%endif |
|
%else%if 0%{?suse_version} || 0%{?sles_version} |
|
BuildRequires: pkg-config, libcppunit-devel, lsb-release |
|
%endif%endif |
|
|
|
%description |
|
@README@ |
|
|
|
This package contains only the shared libraries required at runtime. |
|
|
|
|
|
%prep |
|
%setup -q |
|
./configure --prefix=/usr --docdir=/usr/share/doc/packages/@PACKAGE_NAME@ --libdir=/usr/%_lib |
|
|
|
%build |
|
make |
|
|
|
%install |
|
DESTDIR=$RPM_BUILD_ROOT make install |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%defattr(-,root,root,-) |
|
/usr/%_lib/lib*.so.* |
|
%doc |
|
/usr/share/doc/packages/@PACKAGE_NAME@/AUTHORS |
|
/usr/share/doc/packages/@PACKAGE_NAME@/COPYING |
|
/usr/share/doc/packages/@PACKAGE_NAME@/ChangeLog |
|
/usr/share/doc/packages/@PACKAGE_NAME@/INSTALL |
|
/usr/share/doc/packages/@PACKAGE_NAME@/NEWS |
|
/usr/share/doc/packages/@PACKAGE_NAME@/README |
|
|
|
%package devel |
|
Summary: C++ Wrapper around OpenSSL, PCSC and Cryptoki (development files) |
|
Group: Development/Libraries/C++ |
|
Requires: @PACKAGE_NAME@ = @VERSION@ |
|
|
|
%description devel |
|
@README@ |
|
|
|
This Package contains all files required for developement. |
|
|
|
%files devel |
|
%defattr(-,root,root,-) |
|
/usr/%_lib/lib*.so |
|
/usr/%_lib/lib*.a |
|
/usr/%_lib/lib*.la |
|
/usr/%_lib/pkgconfig |
|
/usr/include/ |
|
%doc |
|
/usr/share/doc/packages/@PACKAGE_NAME@/html |
|
/usr/share/doc/packages/@PACKAGE_NAME@/examples |
|
|
|
%changelog |
|
|
|
|