]> git.pld-linux.org Git - packages/Terminal.git/blob - Terminal.spec
- changed spec name
[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:  dbus-glib-devel >= 0.22
12 BuildRequires:  gcc-c++
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 %{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
51 %attr(755,root,root) %{_bindir}/*
52 %attr(755,root,root) %{_libdir}/TerminalHelp
53 %{_datadir}/%{name}
54 %{_desktopdir}/%{name}.desktop
55 %{_docdir}/%{name}
56 %{_iconsdir}/hicolor/*/apps/%{name}*
57 %{_mandir}/man1/%{name}*
58 %{_pixmapsdir}/*
This page took 0.073868 seconds and 3 git commands to generate.