Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37414899
en ru br
Репозитории ALT

Группа :: Работа с текстами
Пакет: tidyp

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

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Name: tidyp
Version: 1.04
Release: alt2
Summary: program that can validate your HTML, as well as modify it to be more clean and standard
License: W3C
Group: Text tools
Url: http://www.tidyp.com

# cloned from https://github.com/petdance/tidyp

Source: %name-%version.tar

%description
tidyp is a fork of tidy on SourceForge at http://tidy.sf.net.  The
library name is "tidyp", and the command-line tool is also "tidyp"
but all internal API stays the same.

tidyp will validate your HTML, and output cleaned-up HTML.

%package -n libtidyp
Summary: Shared libraries for tidyp
Group: System/Libraries

%description -n libtidyp
Shared libraries for tidyp.

%package -n libtidyp-devel
Summary: Development files for libtidyp
Group: Development/C
Requires: libtidyp = %EVR

%description -n libtidyp-devel
Development files for libtidyp.

%prep
%setup -q

%build
%add_optflags -D_FILE_OFFSET_BITS=64

touch NEWS COPYING AUTHORS
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%_bindir/tidyp
%doc ChangeLog README

%files -n libtidyp
%_libdir/libtidyp-%version.so.0*

%files -n libtidyp-devel
%_includedir/tidyp
%_libdir/libtidyp.so

%changelog

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

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