source: projects/specs/trunk/r/rpmfind/rpmfind-vl.spec @ 521

Revision 521, 4.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:     Finds and transfers RPM files for a specified program.
2Summary(ja): »ØÄꤷ¤¿¥×¥í¥°¥é¥à¤ËɬÍ×¤Ê rpm ¥Õ¥¡¥¤¥ë¤Î¸¡º÷¤È¼èÆÀ¤ò¹Ô¤¦¥Ä¡¼¥ë
3Name:        rpmfind
4Version:     1.7
5Release:     0vl1
6Group:       Applications/System
7URL:         http://rufus.w3.org/linux/rpm2html/rpmfind.html
8Copyright:   W3C Copyright (BSD like).
9Source:      ftp://rufus.w3.org/pub/rpmfind/rpmfind-%{version}.tar.gz
10Source1:     rpmfind.conf
11Patch1:      rpmfind-1.7-using_libxml1.patch
12Prefix:      %{_prefix}
13BuildPrereq: libxml-devel >= 1.8.7
14Requires:    libxml >= 1.8.7
15BuildRoot:   %{_tmppath}/%{name}-%{version}-root
16
17
18%description
19Rpmfind will query the local RPM database, or will request the
20associated RDF file for a program on a remote database, for
21information on a specified program.  Specifically, rpmfind will tell
22you what packages are needed to install the program to satisfy all
23dependencies and the size of the packages (so you can estimate
24download time).  Rpmfind can then even download the packages for you.
25
26%description -l ja
27rpmfind ¤Ï¥í¡¼¥«¥ë¥Þ¥·¥ó¾å¤Î rpm ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ä¡¤¥ê¥â¡¼¥È¥Þ¥·¥ó¾å¤Î
28RDF ¥Õ¥¡¥¤¥ë¤ò»È¤Ã¤Æ¡¤»ØÄꤷ¤¿¥×¥í¥°¥é¥à¤Î¾ðÊó¤ò¼èÆÀ¤·¤Þ¤¹¡¥Æäˡ¤
29¤¢¤ë¥×¥í¥°¥é¥à¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë°Í¸¾ðÊó¤òËþ¤¿¤¹ÍͤɤΥѥ屡¼¥¸¤ò
30Äɲäǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ë¤«¡¤°¿¤¤¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥Õ¥¡¥¤¥ë¥µ¥¤¥º¤¬
31¤É¤ÎÄøÅÙ¤« (¥À¥¦¥ó¥í¡¼¥É¤ËɬÍפʻþ´Ö¤òËÞ¤½¿ä¬¤Ç¤­¤Þ¤¹) Åù¤òɽ¼¨¤·¤Æ
32¤¯¤ì¤Þ¤¹¡¥rpmfind ¤ò»È¤Ã¤Æ¤½¤ì¤é¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë»ö¤â½ÐÍè¤Þ¤¹¡¥
33
34
35%prep
36%setup -q
37%patch1 -p1
38
39
40%build
41%configure
42make
43
44
45%install
46rm -rf ${RPM_BUILD_ROOT}
47
48install -d ${RPM_BUILD_ROOT}%{_bindir}
49install -s rpmfind ${RPM_BUILD_ROOT}%{_bindir}/
50
51install -d ${RPM_BUILD_ROOT}/%{_sysconfdir}
52install -c %SOURCE1 ${RPM_BUILD_ROOT}/%{_sysconfdir}/rpmfind.conf
53chmod -x ${RPM_BUILD_ROOT}/%{_sysconfdir}/rpmfind.conf
54
55install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
56install rpmfind.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/rpmfind.1
57
58
59%clean
60rm -rf ${RPM_BUILD_ROOT}
61
62
63%files
64%defattr(-,root,root)
65%doc BUGS CHANGES Copyright README TODO
66%{_bindir}/rpmfind
67%{_mandir}/man1/rpmfind.1*
68%config %{_sysconfdir}/rpmfind.conf
69
70
71%changelog
72* Mon Dec 16 2002 IWAI Masaharu <iwai@alib.jp> 1.7-0vl1
73- update source to version 1.7
74- drop obsoleted rpmfind-1.5-checkrelease2.patch (Patch0)
75- add rpmfind-1.7-using_libxml1.patch for configure script (Patch1)
76- fix BuildPrereq ( s/libxml/libxml-devel/ )
77
78* Thu Jun 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
79- 1.5-3vl7
80- Oops the spec was in Shift_JIS. Fixed.
81
82* Mon Jun 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
83- 1.5-3vl6
84- rebuilt without db3 on ppc (sorry...)
85
86* Thu May 31 2001 <sagami@vinelinux.org>
87- 1.5-3vl5: rebuilt for %%{_mandir}
88
89* Tue Aug 22 2000 Yoshihiro Kajiki <kajiki@ylug.org>
90- remove checkrelease option and amde it default buhaviour
91
92* Thu Aug 17 2000 Yoshihiro Kajiki <kajiki@ylug.org>
93- add checkrelease patch
94- add VineSeed configuration and remove RHL's conf
95
96* Mon Aug 14 2000 Yoshihiro Kajiki <kajiki@ylug.org>
97- rebuild for Vine-2.0/VineSeed
98
99* Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
100- add libxml requirement (#13630).
101
102* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
103- automatic rebuild
104
105* Wed Jun 21 2000 Jeff Johnson <jbj@redhat.com>
106- upgrade to 1.5.
107
108* Tue Jun 20 2000 Jeff Johnson <jbj@redhat.com>
109- coagulate rpm310/rpm40 patch into one.
110- better autoconf tests.
111
112* Mon Jun 19 2000 Jeff Johnson <jbj@redhat.com>
113- rebuild against rpm-4.0-0.40.
114
115* Thu Jun  1 2000 Matt Wilson <msw@redhat.com>
116- rebuild against rpm-4.0
117- use _mandir macros for FHS
118- use _sysconfdir for FHS
119
120* Sat May 13 2000 Jeff Johnson <jbj@redhat.com>
121- correct rpm-3.0.4 lossage.
122
123* Thu Feb 17 2000 Bernhard RosenkrçÏzer <bero@redhat.com>
124- Remove Packager: header (Bug #6371)
125
126* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
127- Fix bug #8650
128
129* Mon Jan 31 2000 Jeff Johnson <jbj@redhat.com>
130- update to 1.4.
131- add 6.2 configuration.
132- revert to http://rpmfind.net/linux/RDF.
133
134* Wed Oct  6 1999 Daniel Veillard <Daniel.Veillard@w3.org>
135- Preparing 1.3 release
136- Corrected a problem with the man installation
137- Removed XML and WWW code and reuses libwww and libxml
138
139* Sat Sep 25 1999 Jeff Johnson <jbj@redhat.com>
140- default www.redhat.com/RDF config file (Adrian Likins).
141- recompile with rpm-3.0.3-1.
142
143* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
144- move to Red Hat 6.1 distribution.
145
146* Wed Jul 21 1999 Tim Powers <timp@redhat.com>
147- rebuilt for 6.1
148
149* Fri Apr  9 1999 Jeff Johnson <jbj@redhat.com>
150- update to 1.2.
151
152* Fri Apr  8 1999 Daniel Veillard <Daniel.Veillard@w3.org>
153- Added man page provided by Emmanuel Rouat
154
155* Fri Apr  2 1999 Jeff Johnson <jbj@redhat.com>
156- repackage for Red Hat 6.0.
Note: See TracBrowser for help on using the repository browser.