automatic version update by autodist [release 0.3.4-1mamba;Fri Jul 26 2019]
This commit is contained in:
parent
ef64327fd5
commit
c7b216dfdf
@ -1,5 +1,5 @@
|
|||||||
Name: patchutils
|
Name: patchutils
|
||||||
Version: 0.3.3
|
Version: 0.3.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small collection of programs that operate on patch files
|
Summary: A small collection of programs that operate on patch files
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -10,6 +10,10 @@ URL: http://cyberelk.net/tim/software/patchutils
|
|||||||
Source: http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.xz
|
Source: http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.xz
|
||||||
Patch: %{name}-0.2.31-docbook.patch
|
Patch: %{name}-0.2.31-docbook.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: diffutils
|
Requires: diffutils
|
||||||
Requires: patch
|
Requires: patch
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
@ -35,7 +39,8 @@ Patchutils is a small collection of programs that operate on patch files:
|
|||||||
%build
|
%build
|
||||||
touch doc/patchutils.xml
|
touch doc/patchutils.xml
|
||||||
%configure
|
%configure
|
||||||
%make check
|
%make
|
||||||
|
#check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -46,12 +51,40 @@ touch doc/patchutils.xml
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*diff
|
%{_bindir}/combinediff
|
||||||
%{_mandir}/man1/*
|
%{_bindir}/dehtmldiff
|
||||||
|
%{_bindir}/editdiff
|
||||||
|
%{_bindir}/espdiff
|
||||||
|
%{_bindir}/filterdiff
|
||||||
|
%{_bindir}/fixcvsdiff
|
||||||
|
%{_bindir}/flipdiff
|
||||||
|
%{_bindir}/grepdiff
|
||||||
|
%{_bindir}/interdiff
|
||||||
|
%{_bindir}/lsdiff
|
||||||
|
%{_bindir}/recountdiff
|
||||||
|
%{_bindir}/rediff
|
||||||
|
%{_bindir}/splitdiff
|
||||||
|
%{_bindir}/unwrapdiff
|
||||||
|
%{_mandir}/man1/combinediff.1*
|
||||||
|
%{_mandir}/man1/dehtmldiff.1*
|
||||||
|
%{_mandir}/man1/editdiff.1*
|
||||||
|
%{_mandir}/man1/espdiff.1*
|
||||||
|
%{_mandir}/man1/filterdiff.1*
|
||||||
|
%{_mandir}/man1/fixcvsdiff.1*
|
||||||
|
%{_mandir}/man1/flipdiff.1*
|
||||||
|
%{_mandir}/man1/grepdiff.1*
|
||||||
|
%{_mandir}/man1/interdiff.1*
|
||||||
|
%{_mandir}/man1/lsdiff.1*
|
||||||
|
%{_mandir}/man1/recountdiff.1*
|
||||||
|
%{_mandir}/man1/rediff.1*
|
||||||
|
%{_mandir}/man1/splitdiff.1*
|
||||||
|
%{_mandir}/man1/unwrapdiff.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#BUGS ChangeLog NEWS README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2019 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 13 2013 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
* Sat Apr 13 2013 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
||||||
- update to 0.3.3
|
- update to 0.3.3
|
||||||
|
|
||||||
@ -66,3 +99,4 @@ touch doc/patchutils.xml
|
|||||||
|
|
||||||
* Fri Jun 08 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2.31-1mamba
|
* Fri Jun 08 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2.31-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
-bash: line 0: echo: write error: No space left on device
|
||||||
|
Loading…
Reference in New Issue
Block a user