Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045649
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
%define shortname frag-opt

Name: %shortname
Version: 0.5.5
Release: alt3.qa1

License: LGPL
Url: http://personal.penny-craal.org/midianian/hack/
Packager: Pavlov Konstantin <thresh at altlinux.ru>
Summary: frag-opt is a re-entrant, portable command-line parsing library.
Group: System/Libraries
Source: %shortname-%version.tar.bz2

# Automatically added by buildreq on Mon Mar 14 2005

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

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

%package -n lib%name
Summary: frag-opt commandline parsing library.
Group: Development/C++
Provides: frag-opt = %version-%release
Conflicts: frag-opt <= 0.5.4

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

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

%description -n lib%name-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 -n lib%name-devel-static
Summary: frag-opt static development files.
Group: Development/C++
Requires: lib%name = %version-%release

%description -n lib%name-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 %shortname-%version

%build
%configure \
%{subst_enable static}

%make_build

%install

%make_install DESTDIR="%buildroot" install

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

%files -n lib%name
%_libdir/*.so.*
%_man3dir/*

%files -n lib%name-devel
%_includedir/*.h
%_libdir/*.so

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

%changelog

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

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