Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37558679
en ru br
Репозитории ALT
S:0.5.5-alt3.qa1
5.1: 0.5.5-alt2
4.1: 0.5.5-alt1
4.0: 0.5.5-alt1
3.0: 0.5.4-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: frag-opt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_disable static

Name: frag-opt
Version: 0.5.4
Release: alt1

License: GPL
Url: http://koti.mbnet.fi/midiania/hack/
Packager: Pavlov Konstantin <thresh at altlinux.ru>
Summary: frag-opt is a re-entrant, portable command-line parsing library.
Group: System/Libraries
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Mon Mar 14 2005

BuildRequires: gcc-c++ gcc-g77 hostinfo libstdc++-devel

%description
frag-opt is a re-entrant, portable command-line parsing library.

%package devel
Summary: frag-opt development files.
Group: Development/C++
Requires: %name = %version-%release

%description devel
frag-opt is a re-entrant, portable command-line parsing library.
The package contains the C headers and library to compile programs
based on frag-opt.

%if_enabled static
%package devel-static
Summary: frag-opt static development files.
Group: Development/C++
Requires: %name = %version-%release

%description devel-static
frag-opt is a re-entrant, portable command-line parsing library.
The package contains static library to compile programs
based on frag-opt.
%endif

%prep
%setup -q -n %name-%version

%build
%configure \
%{subst_enable static}

%make_build

%install

%make_install DESTDIR="%buildroot" install

%if_disabled static
%__rm -f %buildroot%_libdir/*.a
%endif

%post -p %post_ldconfig

%postun -p %postun_ldconfig

%files
%_libdir/*.so.*
%_man3dir/*

%files devel
%_includedir/*.h
%_libdir/*.so

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin