-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxsl-tools.spec.in
45 lines (35 loc) · 1.13 KB
/
pxsl-tools.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary: Tools for using PXSL, the Parsimonious XML Shorthand Language
Name: pxsl-tools
Version: @@VERSION@@
Release: 1
License: GPL
Group: Development/Tools
URL: http://community.moertel.com/pxsl/
Source0: http://community.moertel.com/pxsl/pxsl-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ghc >= 6.4, perl
%description
PXSL is a shorthand for XML that makes it easy for developers and
advanced content-creators to read, write, and edit markup-dense XML
documents. It is especially well suited to handle data-centric uses
of XML and XML-embedded languages like XSLT.
%prep
%setup -q -n pxsl-%{version}
%build
make allopt
%install
rm -rf $RPM_BUILD_ROOT
libtool install -D -m 755 pxslcc $RPM_BUILD_ROOT%{_bindir}/pxslcc
libtool install -D -m 644 xsl2pxsl.xsl $RPM_BUILD_ROOT%{_datadir}/xsl2pxsl.xsl
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/pxslcc
%{_datadir}/xsl2pxsl.xsl
%doc README README.html TODO examples
%changelog
* Thu Mar 23 2006 <[email protected]> - 0.9.4-1
- Updated for 0.9.4
* Thu Jun 5 2003 Tom Moertel <[email protected]>
- Initial build.