Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37916330
en ru br
Репозитории ALT
5.1: 0.11.5-alt0.2
4.1: 0.11-alt1
4.0: 0.10-alt1
www.altlinux.org/Changes

Группа :: Звук
Пакет: flake

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

%def_disable debug

%define Name Flake
Name: flake
%define lname lib%name
Version: 0.10
Release: alt1
Summary: FLAC audio encoder
License: LGPL
Group: Sound
URL: http://%name-enc.sourceforge.net/
Source: %name-%version.tar.bz2

%description
The purpose of %Name is to be an alternative to the FLAC reference
encoder with the goal of increasing encoding speed and implementing
experimental features.


%package -n %lname-devel
Summary: Development files of %Name
Group: Development/C
Provides: %lname-devel-static = %version-%release

%description -n %lname-devel
The purpose of %Name is to be an alternative to the FLAC reference
encoder with the goal of increasing encoding speed and implementing
experimental features.

This package includes files needed to develop %Name-based software.


%prep
%setup -q


%build
%define _optlevel 3
./configure \
   --prefix=%_prefix \
   --libdir=%_libdir \
   --incdir=%_includedir \
   --extra-cflags="%optflags" \
   %{!?_enable_debug:--disable-debug}

%make_build


%install
%make_install DESTDIR=%buildroot install


%files
%doc README Changelog
%_bindir/*


%files -n %lname-devel
%_includedir/*
%_libdir/*


%changelog

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

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