]> git.pld-linux.org Git - packages/Terminal.git/blob - Terminal.spec
1cda77c9d98a0a256edd8f0741ac8e788dd58bf6
[packages/Terminal.git] / Terminal.spec
1 %define         _name   Terminal
2 Summary:        X Terminal Emulator
3 Summary(pl):    Emulator terminala dla X
4 Name:           xfce4-terminal
5 Version:        0.2.0
6 Release:        0.1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://download.berlios.de/xfce-goodies/%{_name}-%{version}.tar.bz2
10 # Source0-md5:  ddeffad55dd20d9ef77ef148d02cecb1
11 URL:            http://www.os-cillation.com/
12 BuildRequires:  dbus-glib-devel >= 0.22
13 BuildRequires:  gcc-c++
14 BuildRequires:  gettext-devel
15 BuildRequires:  libexo-devel >= 0.2.0
16 BuildRequires:  libxfcegui4-devel >= 4.1.90
17 BuildRequires:  ncurses-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  sed >= 4.0
20 BuildRequires:  vte-devel >= 0.11.0
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 -n %{_name}-%{version}
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.040985 seconds and 2 git commands to generate.