Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515716
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: libcontrol++

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

Name: libcontrol++
Version: 0.30.0
Release: alt1

Summary: control++ common classes and functions library
License: GPLv3
Group: Development/C++
Url: https://www.altlinux.org/Control++

Packager: Alexey Appolonov <alexey at altlinux.org>

# http://git.altlinux.org/people/alexey/packages/?p=libcontrolplusplus.git

Source: %{name}-%{version}.tar

BuildRequires: gcc-c++
BuildRequires: libacl-devel

%description
libcontrol++ provides useful classes and functions, that can be used
not only in control++ but in other applications as well.

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


%package -n %{name}-devel
Summary: %{name} headers
Group: Development/Other
Requires: %{name}
Requires: libacl-devel
BuildArch: noarch

%description -n %{name}-devel
Development package for %{name}.

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


%prep
%setup

%build
%make_build

%install
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
# Executables
cp bin/%{name}.so %{buildroot}%{_libdir}
# Includes
cp src/*.h %{buildroot}%{_includedir}/%{name}

%files
%{_libdir}/*.so

%files -n %{name}-devel
%{_includedir}/%{name}/

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


%changelog

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

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