minor spec updates
This commit is contained in:
parent
4070d93364
commit
cba6f93269
108
gperf.spec
108
gperf.spec
@ -1,12 +1,13 @@
|
|||||||
Summary: A perfect hash function generator.
|
Summary: A perfect hash function generator.
|
||||||
Name: gperf
|
Name: gperf
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
URL: http://www.gnu.org/software/gperf/
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRoot: /var/tmp/gperf-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gperf is a perfect hash function generator written in C++. Simply
|
Gperf is a perfect hash function generator written in C++. Simply
|
||||||
@ -27,66 +28,69 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# remove the stuff from the buildroot
|
# remove the stuff from the buildroot
|
||||||
rm -rf $RPM_BUILD_ROOT/%{_mandir}/{dvi,html}
|
rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc}
|
||||||
rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/gperf.info.gz %{_infodir}/dir
|
/sbin/install-inor spec updates
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Questionable spec.patch
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Questionable i386
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Questionable gperf.spec.new
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Questionable gperf-3.0.1-3.src.rpm
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Questionable gperf-3.0.1
|
||||||
|
Argument --
|
||||||
|
Directory .
|
||||||
|
/cvs/dist/rpms/gperf/devel
|
||||||
|
Entry /gperf.spec/1.10//-ko/
|
||||||
|
Modified gperf.spec
|
||||||
|
u=rw,g=rw,o=r
|
||||||
|
3020
|
||||||
|
Summary: A perfect hash function generator.
|
||||||
|
Name: gperf
|
||||||
|
Version: 3.0.1
|
||||||
|
Release: 4
|
||||||
|
License: GPL
|
||||||
|
Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
|
||||||
|
Group: Development/Tools
|
||||||
|
URL: http://www.gnu.org/software/gperf/
|
||||||
|
Prereq: /sbin/install-info
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%preun
|
%description
|
||||||
if [ $1 = 0 ]; then
|
Gperf is a perfect hash function generator written in C++. Simply
|
||||||
/sbin/install-info --delete %{_infodir}/gperf.info.gz %{_infodir}/dir
|
stated, a perfect hash function is a hash function and a data
|
||||||
fi
|
structure that allows recognition of a key word in a set of words
|
||||||
|
using exactly one probe into the data structure.
|
||||||
|
|
||||||
%files
|
%prep
|
||||||
%defattr(-,root,root)
|
%setup -q
|
||||||
%doc README NEWS doc/gperf.html
|
|
||||||
/usr/bin/gperf
|
|
||||||
%{_mandir}/man1/gperf.1*
|
|
||||||
%{_infodir}/gperf.info*
|
|
||||||
|
|
||||||
%changelog
|
%build
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
%configure
|
||||||
- rebuilt
|
make
|
||||||
|
|
||||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
%install
|
||||||
- rebuilt
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
#mkdir -p $RPM_BUILD_ROOT/usr/share/{man,info}
|
||||||
|
|
||||||
* Fri Jun 13 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
%makeinstall
|
||||||
- 3.0.1
|
# remove the stuff from the buildroot
|
||||||
|
rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc}
|
||||||
|
|
||||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
%clean
|
||||||
- rebuilt
|
rm -rf $RPM_BUILD_ROOTnew gcc and binutils
|
||||||
|
|
||||||
* Thu May 08 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
||||||
- update to 3.0
|
|
||||||
|
|
||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- remove unpackaged files from the buildroot
|
|
||||||
|
|
||||||
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
||||||
- rebuilt with gcc-3.2 (we hope)
|
|
||||||
|
|
||||||
* Mon Jul 22 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- rebuild using gcc-3.2-0.1
|
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
|
||||||
- rebuild with new gcc and binutils
|
|
||||||
|
|
||||||
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.7.2-1
|
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.7.2-1
|
||||||
- Update to 2.7.2
|
- Update to 2.7.2
|
||||||
|
Loading…
Reference in New Issue
Block a user