SPECS: aee.spec (NEW) - initital pld version, partialy based on md...
undefine
undefine at pld-linux.org
Sat Aug 27 03:10:50 CEST 2005
Author: undefine Date: Sat Aug 27 01:10:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initital pld version, partialy based on mdk spec
---- Files affected:
SPECS:
aee.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/aee.spec
diff -u /dev/null SPECS/aee.spec:1.1
--- /dev/null Sat Aug 27 03:10:50 2005
+++ SPECS/aee.spec Sat Aug 27 03:10:45 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: An easy to use text editor
+Summary(pl): Łatwy w użyciu edytor tekstowy
+Name: aee
+Version: 2.2.15b
+Release: 1
+License: Artistic
+Group: Applications/Editors
+URL: http://mahon.cwx.net/
+Source0: http://mahon.cwx.net/sources/%{name}-%{version}.tar.gz
+Patch0: %{name}-conf.patch
+BuildRequires: XFree86-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An easy to use text editor. Intended to be usable with little or no
+instruction. Provides both a terminal (curses based) interface and
+native X-Windows interface (in which case the executable is called
+xae). Features include pop-up menus, journalling (to recover from
+system crash or loss of connection), cut-and-paste, multiple buffers
+(associated with files or not), and much more.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} both \
+ OPTFLAGS="%{rpmcflags} -L%{_prefix}/X11R6/%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -D xae $RPM_BUILD_ROOT%{_bindir}/xae
+install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+install -D help.ae $RPM_BUILD_ROOT%{_datadir}/%{name}/help.ae
+ln -sf aee $RPM_BUILD_ROOT%{_bindir}/rae
+ln -sf xae $RPM_BUILD_ROOT%{_bindir}/rxae
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Artistic README.aee aee.1.ps aee.i18n.guide keypad
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/help.ae
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/08/27 01:10:45 undefine
+- initital pld version, partialy based on mdk spec
+
================================================================
More information about the pld-cvs-commit
mailing list