rpms/aplus-fsf/FC-6 aplus-fsf.spec,1.7,1.8

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Jun 25 18:05:51 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/aplus-fsf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18971

Modified Files:
	aplus-fsf.spec 
Log Message:
Fix some typos


Index: aplus-fsf.spec
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aplus-fsf.spec	13 Feb 2007 18:23:09 -0000	1.7
+++ aplus-fsf.spec	25 Jun 2007 18:05:03 -0000	1.8
@@ -15,7 +15,7 @@
 
 Name: %name
 Version: 4.20.2
-Release: 13%{?dist}
+Release: 19%{?dist}
 License: GPL
 
 Summary: Advanced APL interpreter with s interface
@@ -30,8 +30,9 @@
 Patch3: aplus-fsf-4.20-el.patch
 Patch4: aplus-fsf-4.20-atree.patch
 
+BuildRequires: libtool
 BuildRequires: xorg-x11-proto-devel
-BuildRequires: automake16 autoconf
+BuildRequires: automake autoconf
 
 Requires: xterm
 
@@ -59,12 +60,12 @@
 The A+ programming language development environment requires these 
 APL fonts to properly display A+ code in XTerm or XEmacs.
 
-this packages contans the fonts in the PCF format.
+This packages contains the fonts in the PCF format.
 
-They are not require to run a A+ program.
+They are not required to run a A+ program.
 
 %package -n fonts-truetype-apl
-Summary: TreuType fonts for the Advanced APL Interpreter
+Summary: TrueType fonts for the Advanced APL Interpreter
 Group: User Interface/X
 Provides: fonts-apl
 Requires(post): %{_x11bindir}/mkfontdir, ttmkfdir, fontconfig, chkfontpath
@@ -74,9 +75,9 @@
 The A+ programming language development environment requires these 
 APL fonts to properly display A+ code in XTerm or XEmacs.
 
-These package contains the fonts in the TrueType format.
+This package contains the fonts in the TrueType format.
 
-They are not requires to run a A+ program.
+They are not required to run a A+ program.
 
 %package -n xemacs-%{name}
 Summary: XEmacs lisp for A+ development
@@ -106,15 +107,16 @@
 # export CXXFLAGS=-O3 CFLAGS=-O3
 export CFLAGS=$RPM_OPT_FLAGS 
 export CXXLFAGS=$RPM_OPT_FLAGS
-automake-1.6
+aclocal
+automake
 autoconf
 %configure --prefix=/usr
-make %{?_smp_mflags}
+make %{?_smp_mflags} LIBTOOL="/usr/bin/libtool"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL='/usr/bin/libtool'
 
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
@@ -142,7 +144,11 @@
 
 cp -R src/scripts samples
 
+mv $RPM_BUILD_ROOT/%{_includedir}/a $RPM_BUILD_ROOT/%{_includedir}/a+
+
+%ifarch x86_64
 mv samples/Makefile samples/Makefile-%{_arch}
+%endif
 
 pushd $RPM_BUILD_ROOT/%{_x11fonts}/
 
@@ -258,6 +264,19 @@
 %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-*
 
 %Changelog
+* Tue Jun  5 2007 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-19
+- Correctiog come typos (#242304)
+
+* Sun Jun  3 2007 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-18
+- Correcting Typos (#242304)
+- Add libtool as a BR
+
+* Thu Feb 15 2007 Jochen Schmitt <s4504kr at zeus.herr-schmitt.de> 4.20.2-16
+- Remove dependency to automake-1.6
+
+* Wed Feb 14 2007 Jochen Schmitt <s4504kr at zeus.herr-schmitt.de> 4.20.2-14
+- A beeter solution for the multilib issue
+
 * Tue Feb 13 2007 Jochen Schmitt <s4504kr at zeus.herr-schmitt.de> 4.20.2-13
 - Solve multilib issue (#228353)
 




More information about the fedora-extras-commits mailing list