diff --git a/gperf.spec b/gperf.spec index 817bc52..bdc7ccf 100644 --- a/gperf.spec +++ b/gperf.spec @@ -34,63 +34,62 @@ rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc} rm -rf $RPM_BUILD_ROOT %post -/sbin/ins spec broken by commit -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.11//-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 +/sbin/install-info %{_infodir}/gperf.info.gz %{_infodir}/dir -%description -Gperf is a perfect hash function generator written in C++. Simply -stated, a perfect hash function is a hash function and a data -structure that allows recognition of a key word in a set of words -using exactly one probe into the data structure. +%preun +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/gperf.info.gz %{_infodir}/dir +fi -%prep -%setup -q +%files +%defattr(-,root,root) +%doc README NEWS doc/gperf.html +%{_bindir}/%{name} +%{_mandir}/man1/gperf.1* +%{_infodir}/gperf.info* -%build -%configure -make +%changelog +* Mon Oct 11 2004 Ivana Varekova +- minor spec updates -%install -rm -rf $RPM_BUILD_ROOT -#mkdir -p $RPM_BUILD_ROOT/usr/share/{man,info} +* Tue Jun 15 2004 Elliot Lee +- rebuilt -%makeinstall -# remove the stuff from the buildroot -rm -rf $RPM_BUILD_ROOT{%{_mandir}/{dvi,html},%{_datadir}/doc} +* Fri Feb 13 2004 Elliot Lee +- rebuilt -%clean -rm -rf $RPM_BUId with new gcc and binutils +* Fri Jun 13 2003 Florian La Roche +- 3.0.1 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Thu May 08 2003 Florian La Roche +- update to 3.0 + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Nov 22 2002 Tim Powers +- remove unpackaged files from the buildroot + +* Sat Aug 10 2002 Elliot Lee +- rebuilt with gcc-3.2 (we hope) + +* Mon Jul 22 2002 Tim Powers +- rebuild using gcc-3.2-0.1 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Sep 12 2001 Tim Powers +- rebuild with new gcc and binutils * Tue Apr 24 2001 Bernhard Rosenkraenzer 2.7.2-1 - Update to 2.7.2