]> git.pld-linux.org Git - packages/Terminal.git/blob - Terminal.spec
- it is not c++; __autoconf (thnx qboosh)
[packages/Terminal.git] / Terminal.spec
1 Summary:        X Terminal Emulator
2 Summary(pl):    Emulator terminala dla X
3 Name:           Terminal
4 Version:        0.2.0
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
9 # Source0-md5:  ddeffad55dd20d9ef77ef148d02cecb1
10 URL:            http://www.os-cillation.com/
11 BuildRequires:  autoconf
12 BuildRequires:  dbus-glib-devel >= 0.22
13 BuildRequires:  gettext-devel
14 BuildRequires:  libexo-devel >= 0.2.0
15 BuildRequires:  libxfcegui4-devel >= 4.1.90
16 BuildRequires:  ncurses-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  sed >= 4.0
19 BuildRequires:  vte-devel >= 0.11.0
20 Obsoletes:      xfce4-terminal
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Advanced lightweight Terminal Emulator for the X windowing system.
25
26 %description -l pl
27 Zaawansowany emulator terminala dla systemu X Window.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__autoconf}
34 %{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
52 %attr(755,root,root) %{_bindir}/*
53 %attr(755,root,root) %{_libdir}/TerminalHelp
54 %{_datadir}/%{name}
55 %{_desktopdir}/%{name}.desktop
56 %{_docdir}/%{name}
57 %{_iconsdir}/hicolor/*/apps/%{name}*
58 %{_mandir}/man1/%{name}*
59 %{_pixmapsdir}/*
This page took 0.031368 seconds and 4 git commands to generate.