]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- initial version based on PLD devel spec, DEVEL Eterm-0_8_8-1d
authorkloczek <kloczek@pld-linux.org>
Wed, 3 Feb 1999 21:26:18 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed pl translation,
- added --without-debugging to ./configure parametrs,
- updated Requires for imlib (= 1.9.2),
- added patch for proper installing with using $DESTDIR,
- added Grou(pl).

Changed files:
    Eterm.spec -> 1.1

Eterm.spec [new file with mode: 0644]

diff --git a/Eterm.spec b/Eterm.spec
new file mode 100644 (file)
index 0000000..5d934cf
--- /dev/null
@@ -0,0 +1,84 @@
+Summary:       Terminal for Enlightenment
+Summary(pl):   Terminal dla Enlightenmenta
+Name:          Eterm
+Version:       0.8.8
+Release:       1d
+Copyright:     GPL
+Group:         X11/Applications
+Group(pl):     X11/Aplikacje
+Source:                ftp://ftp.enlightenment.org/pub/Eterm/%{name}-%{version}.tar.gz
+Patch0:                Eterm-DESTDIR.patch
+Requires:      imlib = 1.9.2
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Eterm is a color vt102 terminal emulator intended as an xterm(1) replacement
+for users who want a term program integrated with Enlightenment, or simply
+want a little more "eye candy". Eterm uses Imlib for advanced graphic
+abilities.
+
+%description -l pl
+Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ zamiennikiem
+xterm(1) dla u¿ytkowników chc±cych mieæ program terminalowy zintegrowany z
+zarz±dc± okienek o nazwie Enlightenment lub dla tych któzrzy ch± mieæ 
+trochê bardziej urozmaicony wygl±d tego typu programu. Eterm uzywa
+biblioteki IMlib do zaawansowanego operowania na grafice.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr/X11R6 \
+       --with-imlib=/usr/X11R6 \
+       --enable-static \
+       --disable-shared \
+       --without-debugging
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,lib,man}
+
+make install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc doc/*.html
+
+%attr(755, root, root) /usr/X11R6/bin/*
+%attr(644, root,  man) /usr/X11R6/man/man1/*
+
+/usr/X11R6/share/Eterm
+
+%changelog
+* Wed Feb  3 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.8.8-1d]
+- changed pl translation,
+- added --without-debugging to ./configure parametrs,
+- updated Requires for imlib (= 1.9.2),
+- added patch for proper installing with using $DESTDIR,
+- added Grou(pl).
+
+* Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [0.8-3d]
+- updated to Eterm-DR-0.8+PL2,
+- added default background themes,
+- minor modifications of spec file.
+
+* Thu Jul 09 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [0.8-2d]
+- first try at an RPM,
+- build against glibc-2.1,
+- added a utmp.c patch,
+- translation modified for pl,
+- added %changelog,
+- changed prefix to /usr/X11R6.
This page took 0.053588 seconds and 4 git commands to generate.