source: projects/specs/trunk/p/patchutils/patchutils-vl.spec @ 3528

Revision 3528, 2.1 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary: a collection of tools for manipulating patch files
2Summary(ja): パッチファイル処理ツール集
3Name: patchutils
4Version: 0.2.31
5Release: 3%{?_dist_release}
6License: GPL
7Group: Development/Tools
8URL: http://cyberelk.net/tim/patchutils/
9Source0: http://cyberelk.net/tim/data/%{name}/stable/%{name}-%{version}.tar.bz2
10Patch0: patchutils-author.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12Obsoletes: interdiff
13Provides: interdiff
14BuildRequires: xmlto
15
16%description
17Patchutils contains a collection of tools for manipulating patch files.
18You can use interdiff to create an incremental patch between two patches
19that are against a common source tree, and combinediff for creating a
20cumulative diff from two incremental patches. Filterdiff is for
21extracting or excluding patches from a patch set based on modified files
22matching shell wildcards. Lsdiff lists modified files in a patch. Rediff
23corrects hand-edited patches.
24
25%prep
26%setup -q
27%patch0 -p1 -b .author
28
29%build
30touch doc/patchutils.xml
31
32%configure
33make
34make check
35
36%install
37rm -rf %{buildroot}
38%makeinstall
39
40%clean
41rm -rf %{buildroot}
42
43%files
44%defattr(-,root,root)
45%doc AUTHORS ChangeLog README COPYING BUGS NEWS
46%{_bindir}/*
47%{_mandir}/man1/*
48
49%changelog
50* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.2.31-3
51- rebuilt with rpm-4.8.1-3
52
53* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.31-2vl5
54- applied new versioning policy, spec in utf-8
55
56* Thu Jun  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.31-2vl1
57- updated to 0.2.31
58- added BuildReqires: xmlto, Obsoletes: interdiff, Provides: interdiff
59- added Japanese summary
60- added Patch0 from Fedora development
61  * Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com>
62  - Ship AUTHORS and ChangeLog as well (bug #112936).
63
64* Thu Oct 30 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.24-0vl1
65- new upstream version (patchutils-0.2.24)
66
67* Fri Mar 14 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.19-0vl1
68- updated to 0.2.19
69
70* Fri Mar 08 2002 Toru Sagami <sagami@vinelinux.org> 0.2.10-0vl1
71- updated to 0.2.10
72
73* Mon Jan 07 2002 Toru Sagami <sagami@vinelinux.org>
74- 0.2.7-0vl1: initial release
Note: See TracBrowser for help on using the repository browser.