]> git.pld-linux.org Git - packages/xfce4-terminal.git/blob - Terminal.spec
b1f5a4bc0274e41eca43119fa803db61945d85f9
[packages/xfce4-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:  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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Advanced lightweight Terminal Emulator for the X windowing system.
24
25 %description -l pl
26 Zaawansowany emulator terminala dla systemu X Window.
27
28 %prep
29 %setup -q -n %{_name}-%{version}
30
31 %build
32 %{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %find_lang %{_name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{_name}.lang
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
50 %attr(755,root,root) %{_bindir}/*
51 %attr(755,root,root) %{_libdir}/TerminalHelp
52 %{_datadir}/%{_name}
53 %{_desktopdir}/%{_name}.desktop
54 %{_docdir}/%{_name}
55 %{_iconsdir}/hicolor/*/apps/%{_name}*
56 %{_mandir}/man1/%{_name}*
57 %{_pixmapsdir}/*
This page took 0.025746 seconds and 2 git commands to generate.