Group :: Development/C++
RPM: libcontrol++
Main Changelog Spec Patches Sources Download Gear Bugs and FR Repocop
Name: libcontrol++
Version: 0.29.0
Release: alt2
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
…
Full changelog you can see here
Version: 0.29.0
Release: alt2
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
…
Full changelog you can see here