]> git.pld-linux.org Git - packages/diffmk.git/blame - diffmk.spec
- tabs in preamble
[packages/diffmk.git] / diffmk.spec
CommitLineData
bcbf1aad 1%include /usr/lib/rpm/macros.perl
ec54c7d0 2Summary: Sun's XML difference tool in Perl
52e12589 3Summary(pl.UTF-8): Perlowe narzędzie Suna do znajdowania różnic w plikach XML
bcbf1aad 4Name: diffmk
5Version: 1.0
6Release: 1
7License: GPL
8Group: Development/Languages/Perl
ac403056 9Source0: http://wwws.sun.com/software/xml/developers/diffmk/%{name}-%{version}.zip
bcbf1aad 10# Source0-md5: 41f3ab2d63d73a28ba2f328c0998e4b7
bcbf1aad 11BuildRequires: rpm-perlprov >= 4.1-13
0a458637 12BuildRequires: unzip
00d861a2 13Requires: perl-XML-DOM
14Requires: perl-Algorithm-Diff
bcbf1aad 15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
ec54c7d0 19diffmk makes intelligently formatted output for showing changes in XML
bcbf1aad 20documents.
21
4e8191d3
JR
22%description -l pl.UTF-8
23diffmk generuje inteligentnie sformatowane wyjście ukazujące zmiany w
ec54c7d0 24dokumentach XML.
25
bcbf1aad 26%prep
fc111139 27%setup -q -c
bcbf1aad 28
bcbf1aad 29%install
30rm -rf $RPM_BUILD_ROOT
a73dba5f 31install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorlib}}
bcbf1aad 32
a73dba5f
JB
33install diffmk $RPM_BUILD_ROOT%{_bindir}
34install diffmk.xml $RPM_BUILD_ROOT%{perl_vendorlib}
bcbf1aad 35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc README*
42%attr(755,root,root) %{_bindir}/*
43%{perl_vendorlib}/*
This page took 0.058993 seconds and 4 git commands to generate.