Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37709709
en ru br
Репозитории ALT
S:0.3.0.5-alt5
5.1: 0.3.0.5-alt1
4.1: 0.3.0.4-alt2
4.0: 0.3.0.4-alt2.M40.1
www.altlinux.org/Changes

Группа :: Система/Настройка/Оборудование
Пакет: progsreiserfs

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

%def_enable shared
%def_enable static
%def_enable nls

Name: progsreiserfs
Version: 0.3.0.5
Release: alt1

Summary: Programs needed for manipulating reiserfs partitions
License: %gpl2plus
Group: System/Configuration/Hardware

# Url: ftp://ftp.namesys.com/pub/libreiserfs/

Source: http://ftp.uni-kl.de/pub/linux/archlinux/other/progsreiserfs/%name-%version.tar.gz
Packager: Michael Shigorin <mike at altlinux.org>

Requires: lib%name = %version-%release

# Automatically added by buildreq on Mon May 25 2009

BuildRequires: gcc-c++ libuuid-devel

BuildRequires: rpm-build-licenses

%define lname lib%name

Summary(uk_UA.CP1251): оПНЦПЮЛХ ДКЪ ЛЮМЁОСКЧБЮММЪ ПНГДЁКЮЛХ ДХЯЙС Г reiserfs

%description
%name is a package that allows you to create, destroy, resize
and copy reiserfs filesystem.

%description -l uk_UA.CP1251
%name - ОЮЙЕР, ЪЙХИ ДНГБНК╨ ЯРБНПЧБЮРХ, ГМХЫСБЮРХ, ГЛЁМЧБЮРХ
ПНГЛЁП РЮ ЙНОЁЧБЮРХ ТЮИКНБС ЯХЯРЕЛС reiserfs.

%if_enabled shared
%package -n %lname
Summary: Shared library for reiserfs utilities
Group: System/Libraries

%description -n %lname
This package includes the shared library needed to run
%lname-based software.
%endif

%package -n %lname-devel
Summary: Files required to compile software that uses %lname
Group: Development/C
Requires: %lname%{?_disable_shared:-devel-static} = %version-%release

%description -n %lname-devel
This package includes the header files for %lname.

%if_enabled static
%package -n %lname-devel-static
Summary: Files required to compile statically linked software that uses %lname
Group: Development/C
Requires: %lname = %version-%release

%description -n %lname-devel-static
This package includes the libraries needed to statically link software
with %lname.
%endif

%prep
%setup

%build
%configure \
   %{subst_enable shared} \
   %{subst_enable static} \
   %{subst_enable nls} \
   --with-pic
%make_build
bzip2 --keep --best --force ChangeLog

%install
%make_install DESTDIR=%buildroot install
#mv %buildroot%_sbindir/{fsck.reiserfs,reiserfs.fsck}
mv %buildroot%_sbindir/{mkfs.reiserfs,reiserfs.mkfs}
mv %buildroot%_man8dir/{mkfs.reiserfs,reiserfs.mkfs}.8

%if_enabled shared
%files -n %lname
%_libdir/*.so.*
%endif

%files -n %lname-devel
%{?_enable_shared:%_libdir/*.so}
%_includedir/*
%_datadir/aclocal/*

%if_enabled static
%files -n %lname-devel-static
%_libdir/*.a
%endif

%files
%doc AUTHORS ChangeLog.* NEWS README THANKS TODO
%_sbindir/*
%_man8dir/*

%changelog

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

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