Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37558786
en ru br
Репозитории ALT
3.0: 1.57-alt3.cvs20040530.1
www.altlinux.org/Changes

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

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

Name: libfxscintilla
Version: 1.57
Release: alt3.cvs20040530.1
Summary: FXScintilla - Scintilla Editor Widget for FOX
License: LGPL
Group: System/Libraries
Url: http://savannah.gnu.org/projects/fxscintilla/
Source: fxscintilla.tar.bz2

Requires: libfox
# Automatically added by buildreq on Fri Jun 04 2004
BuildRequires: XFree86-libs gcc-c++ libfox-devel libstdc++-devel automake_1.7

%description
FXScintilla is an implementation of the Scintilla Widget Editor for the FOX
Graphical User Interface toolkit. This package includes the library itself.

%package devel
Summary: Files for developping programs that use the Scintilla widget editor
Group: Development/C++
Requires: %{name} = %{PACKAGE_VERSION}
Requires: libfox-devel

Obsoletes: fxscintilla
Provides: fxscintilla = 1.57-alt1

%description devel
FXScintilla is an implementation of the Scintilla Widget Editor for
the FOX Graphical User Interface toolkit. This package includes the
library itself and all include files needed by developers.

%package devel-static
Summary: A version of FOX Scintilla widget editor for static linking
Group: Development/C++
Requires: %{name}-devel = %{PACKAGE_VERSION}

%description devel-static
A version of FOX Scintilla widget editor for static linking

%prep
%setup -q -n fxscintilla

%build
%configure --enable-nolexer \
--enable-shared \
--with-foxinclude=/usr/include/fox-1.2/ \
--with-foxlib=/usr/lib/
%make

%install
%makeinstall
docdir=%buildroot/%_docdir/%name-%version
mkdir -p $docdir
cp -r scintilla/doc $docdir
cp -r tests $docdir
cp COPYING INSTALL License.txt README $docdir


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%_docdir/%name-%version/COPYING
%_docdir/%name-%version/INSTALL
%_docdir/%name-%version/License.txt
%_docdir/%name-%version/README
%{_libdir}/lib*.so*

%files devel
%_docdir/%name-%version/doc
%_docdir/%name-%version/tests
%{_includedir}/fxscintilla/*

#%files devel-static

#%{_libdir}/lib*.a

%changelog

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

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