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

Revision 8738, 2.2 KB checked in by kudoh, 10 years ago (diff)

new up stream release & rebuilt

RevLine 
[521]1Summary: a collection of tools for manipulating patch files
2Summary(ja): パッチファイル処理ツール集
3Name: patchutils
[8738]4Version: 0.3.3
5Release: 1%{?_dist_release}
[521]6License: GPL
7Group: Development/Tools
8URL: http://cyberelk.net/tim/patchutils/
[8738]9Source0: http://cyberelk.net/tim/data/%{name}/stable/%{name}-%{version}.tar.xz
10#Patch0: patchutils-author.patch
[521]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
[8738]27#%patch0 -p1 -b .author
[521]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
[8738]50* Sat Jul 05 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.3-1
51- new upstream release
52- changed archive type bzip2 to xz
53- deleted Patch0
54
[3528]55* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.2.31-3
56- rebuilt with rpm-4.8.1-3
57
[521]58* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.31-2vl5
59- applied new versioning policy, spec in utf-8
60
61* Thu Jun  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.31-2vl1
62- updated to 0.2.31
63- added BuildReqires: xmlto, Obsoletes: interdiff, Provides: interdiff
64- added Japanese summary
65- added Patch0 from Fedora development
66  * Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com>
67  - Ship AUTHORS and ChangeLog as well (bug #112936).
68
69* Thu Oct 30 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.24-0vl1
70- new upstream version (patchutils-0.2.24)
71
72* Fri Mar 14 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.19-0vl1
73- updated to 0.2.19
74
75* Fri Mar 08 2002 Toru Sagami <sagami@vinelinux.org> 0.2.10-0vl1
76- updated to 0.2.10
77
78* Mon Jan 07 2002 Toru Sagami <sagami@vinelinux.org>
79- 0.2.7-0vl1: initial release
Note: See TracBrowser for help on using the repository browser.