rpms/aplus-fsf/devel aplus-fsf-4.20-elstart, NONE, 1.1 aplus-fsf-4.20-gcc41.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, NONE, 1.1 aplus-fsf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Jul 27 15:19:48 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/aplus-fsf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23845/devel

Modified Files:
	.cvsignore sources 
Added Files:
	aplus-fsf-4.20-elstart aplus-fsf-4.20-gcc41.patch 
	aplus-fsf-4.20-makefile.patch aplus-fsf.spec 
Log Message:
auto-import aplus-fsf-4.20.2-5 on branch devel from aplus-fsf-4.20.2-5.src.rpm


--- NEW FILE aplus-fsf-4.20-elstart ---
(load "/usr/share/xemacs/site-packages/lisp/aplus-fsf/aplus")


aplus-fsf-4.20-gcc41.patch:

--- NEW FILE aplus-fsf-4.20-gcc41.patch ---
--- aplus-fsf-4.20/src/MSTypes/MSObjectTypeVectorInlines.C.org	2005-08-29 03:32:27.000000000 +0200
+++ aplus-fsf-4.20/src/MSTypes/MSObjectTypeVectorInlines.C	2006-05-31 19:24:44.000000000 +0200
@@ -80,7 +80,7 @@
 template <class Type>
 INLINELINKAGE MSObjectVector<Type> MSObjectVector<Type>::operator[] (const MSIndexVector & iVect_) const
 {
-  return select (*this, iVect_);
+  return this->select (*this, iVect_);
 }
 
 
--- aplus-fsf-4.20/src/MSTypes/MSBuiltinTypeVectorInlines.C.org	2006-05-31 20:06:14.000000000 +0200
+++ aplus-fsf-4.20/src/MSTypes/MSBuiltinTypeVectorInlines.C	2006-05-31 20:06:58.000000000 +0200
@@ -70,7 +70,7 @@
 template <class Type>
 INLINELINKAGE MSBuiltinVector<Type> MSBuiltinVector<Type>::operator[] (const MSIndexVector & iVect_) const
 {
-  return select (*this, iVect_);
+  return this->select (*this, iVect_);
 }
 
 

aplus-fsf-4.20-makefile.patch:

--- NEW FILE aplus-fsf-4.20-makefile.patch ---
--- aplus-fsf-4.20/src/IPC/Makefile.am.org	2001-01-19 21:38:33.000000000 +0100
+++ aplus-fsf-4.20/src/IPC/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -52,6 +52,12 @@
 	pString_Connection.H\
 	pString_Listener.H
 
+libIPC_version = -release $(APLVERSION)
+
+libIPC_la_LDFLAGS = $(libIPC_version)
+
+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap
+
 INCLUDES = -I..
 
 idapdir = $(libdir)
--- aplus-fsf-4.20/src/cxs/Makefile.am.org	2001-11-25 21:31:02.000000000 +0100
+++ aplus-fsf-4.20/src/cxs/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -12,6 +12,12 @@
 
 libcxs_la_SOURCES = S.c
 
+libcxs_version = -release $(APLVERSION)
+
+libcxs_la_LDFLAGS = $(libcxs_version)
+
+libcxs_la_LIBADD = -L../a -L../dap -la -ladap
+
 INCLUDES = -I..
 
 sdir = $(libdir)
--- aplus-fsf-4.20/src/cxb/Makefile.am.org	2001-01-19 22:28:09.000000000 +0100
+++ aplus-fsf-4.20/src/cxb/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -13,5 +13,11 @@
 libcxb_la_SOURCES = \
 	binary.c
 
+libcxb_version = -release $(APLVERSION)
+
+libcxb_la_LDFLAGS = $(libcxb_version)
+
+libcxb_la_LIBADD = -L../a -L../dap -la -ladap
+
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org	2001-01-30 21:48:35.000000000 +0100
+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am	2006-07-23 20:33:11.000000000 +0200
@@ -125,5 +125,11 @@
 	EnumTables.H\
 	Macros.H
 
+libAplusGUI_version = -release $(APLVERSION)
+
+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version)
+
+libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++
+
 INCLUDES = -I.. -I/usr/X11R6/include
 
--- aplus-fsf-4.20/src/cxsys/Makefile.am.org	2001-01-19 22:28:29.000000000 +0100
+++ aplus-fsf-4.20/src/cxsys/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -20,5 +20,11 @@
 	impexp.c \
 	impexp.h
 
+libcxsys_version = -release $(APLVERSION)
+
+libcxsys_la_LDFLAGS = $(libcxsys_version)
+
+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc
+
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/cxc/Makefile.am.org	2001-01-19 22:28:18.000000000 +0100
+++ aplus-fsf-4.20/src/cxc/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -15,5 +15,11 @@
 	cform.c \
 	cxc.h
 
+libcxc_version = -release $(APLVERSION)
+
+libcxc_la_LDFLAGS = $(libcxc_version)
+
+libcxc_la_LIBADD = -L../a -la
+
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/esf/Makefile.am.org	2001-01-19 22:28:59.000000000 +0100
+++ aplus-fsf-4.20/src/esf/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -24,5 +24,11 @@
 	kcheck.c \
 	dyld2.c
 
+libesf_version = -release $(APLVERSION)
+
+libesf_la_LDFLAGS = $(libesf_version)
+
+libesf_la_LIBADD = -L../a -L../dap -la -ladap
+
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/a/Makefile.am.org	2003-12-30 16:27:54.000000000 +0100
+++ aplus-fsf-4.20/src/a/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -49,6 +49,11 @@
 	s.h\
 	x.h
 
+liba_version = -release $(APLVERSION)
+
+liba_la_LDFLAGS = $(liba_version)
+
+liba_la_LIBADD = -L../dap -ladap
 
 CFLAGS = @CFLAGS@ -DBSTUB
 
@@ -66,7 +71,7 @@
 
 EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+
 
-a_includedir = $(prefix)/include/a
+a_includedir = $(prefix)/include/a+
 a_include_DATA = \
 	beam.h \
 	fir.h \
--- aplus-fsf-4.20/src/dap/Makefile.am.org	2001-11-25 21:36:25.000000000 +0100
+++ aplus-fsf-4.20/src/dap/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,9 +8,9 @@
 ##                                                                           ##
 ###############################################################################
 
-lib_LTLIBRARIES = libdap.la
+lib_LTLIBRARIES = libadap.la
 
-libdap_la_SOURCES = \
+libadap_la_SOURCES = \
 	BcdPack.c \
 	BcdUnpack.c \
 	PrAscDecode.c \
@@ -229,5 +229,9 @@
 	tv.h\
 	ulto.h
 
+libadap_version = -release $(APLVERSION)
+
+libadap_la_LDFLAGS = $(libadap_version)
+
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/MSGUI/Makefile.am.org	2001-01-30 21:49:25.000000000 +0100
+++ aplus-fsf-4.20/src/MSGUI/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -382,6 +382,12 @@
 	MSWidgetView.H\
 	MSWindow.H
 
+libMSGUI_version = -release $(APLVERSION)
+
+libMSGUI_la_LDFLAGS = $(libMSGUI_version)
+
+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++
+
 EXTRA_DIST = \
 	MSArrayViewInlines.C\
 	MSCompositeTextInlines.C\
--- aplus-fsf-4.20/src/MSIPC/Makefile.am.org	2001-01-19 21:44:13.000000000 +0100
+++ aplus-fsf-4.20/src/MSIPC/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -52,6 +52,12 @@
 	MSTimer.H\
 	MSTv.H
 
+libMSIPC_version = -release $(APLVERSION)
+
+libMSIPC_la_LDFLAGS = $(libMSIPC_version)
+
+libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes
+
 EXTRA_DIST = MSProtocolConnection.C
 
 INCLUDES = -I..
--- aplus-fsf-4.20/src/MSTypes/Makefile.am.org	2001-01-19 21:46:18.000000000 +0100
+++ aplus-fsf-4.20/src/MSTypes/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -298,8 +298,11 @@
 	MSTypeMatrix.C\
 	MSTypeVector.C
 
-	
+libMSTypes_version = -release $(APLVERSION)
 
+libMSTypes_la_LDFLAGS = $(libMSTypes_version)
+
+libMSTypes_la_LIBADD = -L../a -la -lstdc++
 
 INCLUDES = -I..
 
--- aplus-fsf-4.20/src/main/Makefile.am.org	2005-08-29 03:32:27.000000000 +0200
+++ aplus-fsf-4.20/src/main/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -34,7 +34,7 @@
 	$(top_srcdir)/src/cxc/libcxc.la \
 	$(top_srcdir)/src/esf/libesf.la \
 	$(top_srcdir)/src/a/liba.la \
-	$(top_srcdir)/src/dap/libdap.la \
+	$(top_srcdir)/src/dap/libadap.la \
 	$(top_srcdir)/src/MSGUI/libMSGUI.la \
 	$(top_srcdir)/src/MSIPC/libMSIPC.la \
 	$(top_srcdir)/src/MSTypes/libMSTypes.la 
--- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org	2001-01-19 22:10:06.000000000 +0100
+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,7 +8,7 @@
 ##                                                                           ##
 ###############################################################################
 
-TrueTypedir =  $(prefix)/fonts/TrueType
+TrueTypedir =  @datadir@/X11/fonts/apl/TTF
 
 TrueType_DATA = KAPL.TTF
 
--- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org	2001-01-19 22:11:24.000000000 +0100
+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,7 +8,7 @@
 ##                                                                           ##
 ###############################################################################
 
-fonts_pcfdir = $(prefix)/fonts/X11/pcf
+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf
 
 fonts_pcf_DATA = \
 	Kapl.alias \
--- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org	2001-01-19 22:10:32.000000000 +0100
+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,4 +8,4 @@
 ##                                                                           ##
 ###############################################################################
 
-SUBDIRS = pcf bdf
+SUBDIRS = pcf
--- aplus-fsf-4.20/src/app-defaults/Makefile.am.org	2001-01-22 21:35:46.000000000 +0100
+++ aplus-fsf-4.20/src/app-defaults/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,7 +8,7 @@
 ##                                                                           ##
 ###############################################################################
 
-appdefaultsdir = $(prefix)/app-defaults
+appdefaultsdir = @datadir@/X11/app-defaults
 
 appdefaults_DATA = XTerm
 
--- aplus-fsf-4.20/src/lisp.1/Makefile.am.org	2001-03-09 23:38:09.000000000 +0100
+++ aplus-fsf-4.20/src/lisp.1/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -8,10 +8,9 @@
 ##                                                                           ##
 ###############################################################################
 
-lisp1dir = $(prefix)/lisp.1
+lisp1dir = $(datadir)/xemacs/site-packages/lisp/aplus-fsf
 
 lisp1_DATA = \
-	.emacs \
 	a.el \
 	a-font.el \
 	aplus.el \
@@ -19,7 +18,6 @@
 	xa.el
 
 EXTRA_DIST = \
-	.emacs \
 	a.el \
 	a-font.el \
 	aplus.el \
--- aplus-fsf-4.20/src/lisp.0/Makefile.in.org	2005-08-29 05:22:17.000000000 +0200
+++ aplus-fsf-4.20/src/lisp.0/Makefile.in	2006-07-23 19:44:47.000000000 +0200
@@ -69,6 +69,7 @@
 OBJEXT = @OBJEXT@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 AMTAR = @AMTAR@
+APLVERSION = @APLVERSION@
 AS = @AS@
 AWK = @AWK@
 CC = @CC@
@@ -88,6 +89,7 @@
 VERSION = @VERSION@
 X_INCLUDES = @X_INCLUDES@
 X_LIBS = @X_LIBS@
+X_PREFIX = @X_PREFIX@
 am__include = @am__include@
 am__quote = @am__quote@
 install_sh = @install_sh@
@@ -121,7 +123,7 @@
 .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign  src/lisp.0/Makefile
+	  $(AUTOMAKE) --gnu  src/lisp.0/Makefile
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
--- aplus-fsf-4.20/src/Makefile.am.org	2005-08-29 04:55:30.000000000 +0200
+++ aplus-fsf-4.20/src/Makefile.am	2006-07-23 19:44:41.000000000 +0200
@@ -9,24 +9,21 @@
 ###############################################################################
 
 SUBDIRS = \
-	IPC \
-	cxs \
+	dap \
+	a \
+	cxc \
 	cxb \
-	AplusGUI \
+	cxs \
 	cxsys \
-	cxc \
 	esf \
-	a \
-	dap \
-	MSGUI \
-	MSIPC \
 	MSTypes \
+	MSIPC \
+	MSGUI \
+	IPC \
+	AplusGUI \
 	main \
-	contrib \
-	scripts \
 	fonts \
 	app-defaults \
-	lisp.1 \
-	lisp.0
+	lisp.1
 
 EXTRA_DIST = LICENSE
--- aplus-fsf-4.20/configure.in.org	2005-08-29 05:22:02.000000000 +0200
+++ aplus-fsf-4.20/configure.in	2006-07-23 19:44:41.000000000 +0200
@@ -17,6 +17,9 @@
 AM_PROG_LIBTOOL 
 AC_SUBST(LIBTOOL_DEPS)
 
+APLVERSION=4.20.2
+AC_SUBST(APLVERSION)
+
 AC_PROG_INSTALL
 
 dnl Checks for libraries.
@@ -43,6 +46,15 @@
 dnl    ], "$LIBS") 
 dnl ]) 
 
+
+dnl Check X11-Prefix
+if test -d /usr/X11R6; then
+  X_PREFIX=/usr/X11R6
+else
+  X_PREFIX=/usr
+fi
+AC_SUBST(X_PREFIX)
+
 dnl Checks for X headers and libs.
 AC_PATH_X([X11], [X11/Xlib.h], [XOpenDisplay(NULL)])
 if test "x$no_x" = "x"; then


--- NEW FILE aplus-fsf.spec ---
%define name aplus-fsf
%define ver 4.20
%define rel 2

%define _x11pref %{_datadir}/X11
%define _x11bindir %{_bindir}
%define _lispdir %{_datadir}/xemacs/site-packages/lisp
%define _lispstart %{_lispdir}/site-start.d
%define _x11lib %{_libdir}
%define _x11fonts %{_x11pref}/fonts
%define _x11appdef %{_x11pref}/app-defaults

Name: %name
Version: 4.20.2
Release: 5%{?dist}
License: GPL

Summary: Advanced APL interpreter with s interface

URL: http://www.aplusdev.org
Group: Development/Languages

Source: http://www.aplusdev.org/Download/%name-%ver-%rel.tar.gz
Source1: aplus-fsf-4.20-elstart
Patch1: aplus-fsf-4.20-makefile.patch
Patch2: aplus-fsf-4.20-gcc41.patch

BuildRequires: xorg-x11-proto-devel
BuildRequires: automake16 autoconf

Requires: xterm

Requires: fonts-apl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A+ is a Morgan Stanley array programming environment that includes 
a rich set of functions and operators, handling of files as ordinary 
arrays, a GUI with many widgets and automatic synchronization of 
widgets and variables (using MStk in A+ Version 4), generalized 
spreadsheet-like interactions, asynchronous execution of functions 
that have been associated with variables and events, interprocess 
communication, calls to user C subroutines, and many other features. 
Execution is by a very efficient interpreter. 

%package -n fonts-x11-apl
Summary: X11 Fonts for the Advanced APL Interpreter
Group: User Interface/X
Provides: fonts-apl
Requires(post): %{_x11bindir}/mkfontdir
Requires(post): fontconfig, chkfontpath
Requires(postun): %{_x11bindir}/mkfontdir, fontconfig
%description -n fonts-x11-apl
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.

They are not requires to run a A+ program.

%package -n fonts-truetype-apl
Summary: TreuType fonts for the Advanced APL Interpreter
Group: User Interface/X
Provides: fonts-apl
Requires(post): %{_x11bindir}/mkfontdir, ttmkfdir, fontconfig, chkfontpath
Requires(postun): %{_x11bindir}/mkfontdir, ttmkfdir, fontconfig

%description -n fonts-truetype-apl
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.

They are not requires to run a A+ program.

%package -n xemacs-%{name}
Summary: XEmacs lisp for A+ development
Group: Applications/Editors
Requires: xemacs, aplus-fsf
%description -n xemacs-%{name}
This package contains the XEmacs lisp required for the development
of A+ programs. It does the key bindings, set of fonts property 
and bind some function keys. The complete A+ development is provided
by the aplus-fsf package.

%package devel 
Summary: Header files from the A+ environment
Group: Development/Libraries
Requires: aplus-fsf = %{version}
%description devel
This package contains the header file from the A+ libraries.

%prep
%setup -q -n %{name}-%{ver}
%patch1 -p1 -b .org
%patch2 -p1 

%build
# export CXXFLAGS=-O3 CFLAGS=-O3
export CFLAGS=$RPM_OPT_FLAGS 
export CXXLFAGS=$RPM_OPT_FLAGS
automake-1.6
autoconf
%configure --prefix=/usr
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a

mkdir -p $RPM_BUILD_ROOT/%{_libdir}/a+
cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ 

mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf
cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el

pushd $RPM_BUILD_ROOT/%{_x11appdef}
mv XTerm XTerm-apl
popd

cp -R src/scripts samples

%clean
rm -rf $RPM_BUILD_ROOT

%post -n fonts-x11-apl

  FONTDIR=%{_x11fonts}/apl/pcf
  mkfontdir $FONTDIR
  chkfontpath -qa $FONTDIR

%post -n fonts-truetype-apl

  FONTDIR=%{_x11fonts}/apl/TTF
  ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale
  mkfontdir $FONTDIR
  fc-cache $FONTDIR
  chkfontpath -qa $FONTDIR

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%postun -n fonts-x11-apl

  FONTDIR=%{_x11fonts}/apl/pcf
  if [ "$1" = "0" ]; then
    mkfontdir $FONTDIR
    chkfontpath -qr $FONTDIR
  fi

%postun -n fonts-truetype-apl

  FONTDIR=%{_x11fonts}/apl/TTF
  if [ "$1" = "0" ]; then
    ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale
    mkfontdir $FONTDIR
    fc-cache $FONTDIR
    chkfontpath -qr $FONTDIR
  fi

%files
%defattr(-,root,root,-)
%{_bindir}/a+
%{_libdir}/lib*-%{version}.so
%{_libdir}/a+
%dir %{_x11appdef}
%{_x11appdef}/XTerm-apl

%doc samples
%doc ANNOUNCE AUTHORS ChangeLog LICENSE README

%files devel
%defattr(-,root,root,-)
%{_includedir}/a+
%{_libdir}/libAplusGUI.so
%{_libdir}/libMSGUI.so
%{_libdir}/libMSIPC.so
%{_libdir}/libMSTypes.so
%{_libdir}/liba.so
%{_libdir}/libcxb.so
%{_libdir}/libcxc.so
%{_libdir}/libcxs.so
%{_libdir}/libcxsys.so
%{_libdir}/libadap.so
%{_libdir}/libesf.so
%{_libdir}/libIPC.so

%doc COPYING

%files -n xemacs-%{name}
%defattr(-,root,root,-)
%{_lispdir}/aplus-fsf
%{_lispstart}/aplus-fsf-init.el

%files -n fonts-x11-apl
%defattr(-,root,root,-)
%{_x11fonts}/apl/pcf/*

%files -n fonts-truetype-apl
%defattr(-,root,root,-)
%{_x11fonts}/apl/TTF/*

%Changelog
* Sun Jul 23 2006 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-5
- Add xterm as BR for app-defaults
- Solve the weak-ref problem

* Tue Jul 11 2006 Jochen Schmitt <Jochen herr-schmitt.de> 4.20.2-4
- Reorg of rel-macro
- Own of app-defaults
- Change the name of the emacs subpackage according to the naming guidelines

* Mon Jul 10 2006 Jochen Schmitt <Jochen herr-schmitt.de> 4.20.2-3
- Fix BR for TTF subpackage.
- Fix LICENSE file.

* Wed May 31 2006 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-2
- Adopt to Modular X

* Wed Nov 23 2005 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2:1
- Initial RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jul 2006 15:16:14 -0000	1.1
+++ .cvsignore	27 Jul 2006 15:19:48 -0000	1.2
@@ -0,0 +1 @@
+aplus-fsf-4.20-2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jul 2006 15:16:14 -0000	1.1
+++ sources	27 Jul 2006 15:19:48 -0000	1.2
@@ -0,0 +1 @@
+2366264664c0b352b907b411af48e5aa  aplus-fsf-4.20-2.tar.gz




More information about the fedora-extras-commits mailing list