From 98a12cb13e976eab31a39bfc63e3f254eb4ab522 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:13:48 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20indent-?= =?UTF-8?q?2.2.5-6.src.rpm=20Fri=20Jul=2021=202000=20Trond=20Eivind=20Glom?= =?UTF-8?q?sr=F8d=20=20-=20rebuild=20Thu=20Jul=2013=202000?= =?UTF-8?q?=20Prospector=20=20-=20automatic=20rebuild?= =?UTF-8?q?=20Thu=20Jun=2008=202000=20Trond=20Eivind=20Glomsr=F8d=20=20-=20use=20%configure,=20%makeinstall,=20%{=5Finfod?= =?UTF-8?q?ir},=20%{=5Fmandir}=20and=20%{=5Ftmppath}=20-=20don't=20use=20%?= =?UTF-8?q?{=5Fprefix}=20Wed=20May=2010=202000=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20added=20URL=20-=20remove=20manual?= =?UTF-8?q?=20stripping=20Thu=20Feb=2003=202000=20Cristian=20Gafton=20=20-=20man=20pages=20are=20compressed=20Thu=20Ja?= =?UTF-8?q?n=2020=202000=20Bill=20Nottingham=20=20-=20?= =?UTF-8?q?2.2.5=20Mon=20Jul=2026=201999=20Bill=20Nottingham=20=20-=202.2.0=20Fri=20Jul=2016=201999=20Bill=20Nottingh?= =?UTF-8?q?am=20=20-=20update=20to=202.1.1=20Sun=20May?= =?UTF-8?q?=2030=201999=20Jeff=20Johnson=20=20-=20update?= =?UTF-8?q?=20to=201.10.0.=20Sun=20Mar=2021=201999=20Cristian=20Gafton=20=20-=20auto=20rebuild=20in=20the=20new=20buil?= =?UTF-8?q?d=20environment=20(release=2011)=20Fri=20Dec=2018=201998=20Bill?= =?UTF-8?q?=20Nottingham=20=20-=20build=20for=206.0=20?= =?UTF-8?q?tree=20Thu=20Aug=2013=201998=20Jeff=20Johnson=20=20-=20build=20root=20Thu=20May=2007=201998=20Prospector=20Sys?= =?UTF-8?q?tem=20=20-=20translations=20modified=20for=20d?= =?UTF-8?q?e,=20fr,=20tr=20Tue=20Oct=2021=201997=20Otto=20Hammersmith=20=20-=20use=20install-info=20Thu=20Jul=2010=20199?= =?UTF-8?q?7=20Erik=20Troan=20=20-=20built=20against=20gli?= =?UTF-8?q?bc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + indent.spec | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 105 insertions(+) create mode 100644 indent.spec diff --git a/.cvsignore b/.cvsignore index e69de29..a77a263 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +indent-2.2.5.tar.gz diff --git a/indent.spec b/indent.spec new file mode 100644 index 0000000..661471b --- /dev/null +++ b/indent.spec @@ -0,0 +1,103 @@ +Summary: A GNU program for formatting C code. +Name: indent +Version: 2.2.5 +Release: 6 +License: GPL +Group: Applications/Text +URL: http://www.gnu.org/software/indent/ +Source: ftp://ftp.gnu.org/pub/gnu/indent-%{version}.tar.gz +Prereq: /sbin/install-info +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Indent is a GNU program for beautifying C code, so that it is easier to +read. Indent can also convert from one C writing style to a different +one. Indent understands correct C syntax and tries to handle incorrect +C syntax. + +Install the indent package if you are developing applications in C and +you want a program to format your code. + +%prep +%setup -q + +%build + +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall +rm -f $RPM_BUILD_ROOT/%{_infodir}/dir +gzip -9nf $RPM_BUILD_ROOT/%{_infodir}/indent.info* + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." + +%preun +if [ "$1" = 0 ]; then + /sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." + +fi + +%files +%defattr(-,root,root) +/usr/bin/indent +%{_mandir}/*/* +%{_infodir}/* + + +%changelog +* Fri Jul 21 2000 Trond Eivind Glomsrød +- rebuild + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Thu Jun 08 2000 Trond Eivind Glomsrød +- use %%configure, %%makeinstall, %%{_infodir}, %%{_mandir} + and %%{_tmppath} +- don't use %%{_prefix} + +* Wed May 10 2000 Trond Eivind Glomsrød +- added URL +- remove manual stripping + + +* Thu Feb 03 2000 Cristian Gafton +- man pages are compressed + +* Thu Jan 20 2000 Bill Nottingham +- 2.2.5 + +* Mon Jul 26 1999 Bill Nottingham +- 2.2.0 + +* Fri Jul 16 1999 Bill Nottingham +- update to 2.1.1 + +* Sun May 30 1999 Jeff Johnson +- update to 1.10.0. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 11) + +* Fri Dec 18 1998 Bill Nottingham +- build for 6.0 tree + +* Thu Aug 13 1998 Jeff Johnson +- build root + +* Thu May 07 1998 Prospector System +- translations modified for de, fr, tr + +* Tue Oct 21 1997 Otto Hammersmith +- use install-info + +* Thu Jul 10 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..a7f265f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +24e09d442c451ae465b6737129699d69 indent-2.2.5.tar.gz