Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37502284
en ru br
Репозитории ALT
S:20110829-alt1.qa1
5.1: 20090406-alt1
www.altlinux.org/Changes

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

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

Name: liborigin2
Version: 20110829
Release: alt1.qa1
Summary: A library for reading OriginLab project files, version 2
License: BSD
Group: System/Libraries
Url: http://soft.proindependent.com/liborigin2/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %name-%version.zip

BuildPreReq: unzip boost-devel gcc-c++ libqt4-devel

%description
A library for reading OriginLab project files. Only files created with
Origin version 7.5 can be parsed for the moment.

%package devel
Summary: Development files of liborigin library, version 2
Group: Development/C++
Requires: %name = %version-%release

%description devel
A library for reading OriginLab project files. Only files created with
Origin version 7.5 can be parsed for the moment.

This package contains development files of liborigin library, version 2.

%package devel-doc
Summary: Documentation for liborigin library, version 2
Group: Development/Documentation
BuildArch: noarch

%description devel-doc
A library for reading OriginLab project files. Only files created with
Origin version 7.5 can be parsed for the moment.

This package contains development documentation for liborigin library,
version 2.

%prep
%setup

%build
qmake-qt4 QMAKE_CFLAGS_RELEASE="%optflags" \
QMAKE_CXXFLAGS_RELEASE="%optflags"
%make_build

%install
install -d %buildroot%_libdir
install -d %buildroot%_includedir/%name
install -d %buildroot%_docdir/%name

install -p -m644 *.h* %buildroot%_includedir/%name
cp -P *.so* %buildroot%_libdir
cp -fR doc/html/* %buildroot%_docdir/%name/


%files
%doc copying FORMAT readme
%_libdir/*.so.*

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

%files devel-doc
%_docdir/%name

%changelog

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

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