Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:thomas-schraitle
rnv
rnv.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rnv.spec of Package rnv
# # spec file for package rnv # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # # norootforbuild Name: rnv %if %suse_version >= 1030 BuildRequires: libexpat-devel expat bzip2 %else BuildRequires: expat bzip2 %endif BuildRequires: docbook_4 sgml-skel docbook-xsl-stylesheets libxslt Summary: RELAX NG Compact Syntax Validator in C Version: 1.7.9 Release: 1 License: BSD Group: Productivity/Publishing/XML Source0: %{name}-%{version}.tar.bz2 Source1: reference.xml BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.davidashen.net/rnv.html Prefix: %{_prefix} Packager: Thomas Schraitle <thomas DOT schraitle AT suse DOT de> %description RNV is an implementation of RELAX NG Compact Syntax. It is written in ANSI C, the command-line utility uses Expat. RNV is a part of an on-going work, and the current code can have bugs and shortcomings; however, it validates documents against a number of grammars. I use it. Authors: -------- David Tolpin <dvd@davidashen.net> %prep %setup -q %build DB=http://docbook.sourceforge.net/release/xsl/current/ xsltproc --nonet $DB/manpages/docbook.xsl %{S:1} xsltproc --nonet --output reference.html $DB/html/docbook.xsl %{S:1} %configure %install rm -fr %{buildroot} %makeinstall # mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ for i in *.1; do install -m 644 $i $RPM_BUILD_ROOT%{_mandir}/man1/$i done %clean rm -fr %{buildroot} %files %defattr(-, root, root) %doc reference.html %doc tools %doc readme.txt %doc ChangeLog %{_mandir}/*/* %{prefix}/bin/arx %{prefix}/bin/rnv %{prefix}/bin/rvp %{prefix}/bin/xsdck
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor