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