Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37737344
en ru br
Репозитории ALT
S:1.1.25-alt3
5.1: 1.1.12-alt4
www.altlinux.org/Changes

Группа :: Development/Tools
Пакет: sowing

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

%define somver 1
%define sover %somver.1.12
Name: sowing
Version: 1.1.12
Release: alt4
Summary: The program development and maintenance environment
License: Free
Group: Development/Tools
Url: http://ftp.mcs.anl.gov/pub/sowing/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: http://ftp.mcs.anl.gov/pub/sowing/sowing.tar.gz

Requires: %name-common = %version-%release

BuildPreReq: ghostscript-utils gcc-c++

%description
The tools that are part of the program development and maintenance environment.
They are really a collection of mostly simple tools that help leverage many of
the excellent Unix tools for programmers.

%package common
Summary: Architecture independend files of Sowing
Group: Development/Tools
BuildArch: noarch

%description common
The tools that are part of the program development and maintenance environment.
They are really a collection of mostly simple tools that help leverage many of
the excellent Unix tools for programmers.

This package contains architecture independend files of Sowing.

%package -n lib%name
Summary: Shared libraries of Sowing
Group: System/Libraries

%description -n lib%name
The tools that are part of the program development and maintenance environment.
They are really a collection of mostly simple tools that help leverage many of
the excellent Unix tools for programmers.

This package contains shared libraries of Sowing.

%package -n lib%name-devel
Summary: Development files of Sowing
Group: Development/C++
Requires: lib%name = %version-%release
Conflicts: lib%name-devel < %version-%release
Obsoletes: lib%name-devel < %version-%release

%description -n lib%name-devel
The tools that are part of the program development and maintenance environment.
They are really a collection of mostly simple tools that help leverage many of
the excellent Unix tools for programmers.

This package contains development files of Sowing.

%package -n lib%name-devel-static
Summary: Static libraries of Sowing
Group: Development/C++
Requires: lib%name-devel = %version-%release
Conflicts: lib%name-devel < %version-%release

%description -n lib%name-devel-static
The tools that are part of the program development and maintenance environment.
They are really a collection of mostly simple tools that help leverage many of
the excellent Unix tools for programmers.

This package contains static libraries of Sowing.

%prep
%setup

%build
%add_optflags %optflags_shared
%autoreconf
%configure \
--enable-strict \
--enable-memorycheck \
--with-wwwdir=$PWD/www/www1
%make_build

%install
%makeinstall \
man1dir=%buildroot%_man1dir \
datadir=%buildroot%_datadir/%name

install -d %buildroot%_libdir
install -d %buildroot%_includedir
install -m644 lib/*.a %buildroot%_libdir
cp -fR include/* %buildroot%_includedir/

# shared libraries


pushd %buildroot%_libdir
mkdir tmp
pushd tmp
for i in sowing tfilter; do
ar x ../lib$i.a
g++ -shared * \
-Wl,-soname,lib$i.so.%somver -o ../lib$i.so.%sover
ln -s lib$i.so.%sover ../lib$i.so.%somver
ln -s lib$i.so.%somver ../lib$i.so
rm -f *
done
popd
rmdir tmp
popd

%files
%_bindir/*

%files common
%_man1dir/*
%_datadir/%name

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

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

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

%changelog

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

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