Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37703043
en ru br
ALT Linux repositórios
S:1.11.2-alt1

Group :: Desenvolvimento/Outros
RPM: scdoc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: scdoc
Version: 1.11.2
Release: alt1
License: MIT
Summary: Tool for generating roff manual pages
URL: https://git.sr.ht/~sircmpwn/scdoc
Group: Development/Other

Source: %name-%version.tar

BuildRequires: gcc

%description
scdoc is a tool designed to make the process of writing man pages more
friendly. It reads scdoc syntax from stdin and writes roff to stdout, suitable
for reading with man.

%prep
%setup

# Disable static linking

sed -i '/-static/d' Makefile

# Use INSTALL provided by the make_install macro

sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile

%build
%make_build PREFIX="%_prefix"

%install
%make_install install \
PREFIX="%buildroot%_prefix" \
PCDIR="%buildroot%_pkgconfigdir"

%check
%make check

%files
%_bindir/%name
%_man1dir/*
%_man5dir/*
# Not shipped in a -devel package since scdoc is a development tool not
# installed in a user runtime.
%_pkgconfigdir/%name.pc

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009