]> git.pld-linux.org Git - packages/Terminal.git/blame - Terminal.spec
- new from Charles <charles (at) os.pl>
[packages/Terminal.git] / Terminal.spec
CommitLineData
6caa55d2
AG
1%define _name Terminal
2Summary: X Terminal Emulator
3Summary(pl): Emulator terminala dla X
4Name: xfce4-terminal
5Version: 0.2.0
6Release: 0.1
7License: GPL v2
8Group: Applications/X11
9Source: http://download.berlios.de/xfce-goodies/%{_name}-%{version}.tar.bz2
10URL: http://www.os-cillation.com/
11BuildRequires: vte-devel >= 0.11.0
12BuildRequires: libexo-devel >= 0.2.0
13BuildRequires: sed >= 4.0
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Advanced lightweight Terminal Emulator for the X windowing system.
18
19%description -l pl
20Zaawansowany emulator terminala dla systemu X Window.
21
22%prep
23%setup -q
24
25%build
26%{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
42%attr(755,root,root) %{_bindir}/*
43%attr(755,root,root) %{_libdir}/TerminalHelp
44%{_datadir}/%{name}
45%{_desktopdir}/%{name}.desktop
46%{_docdir}/%{name}
47%{_iconsdir}/hicolor/*/apps/%{name}*
48%{_mandir}/man1/%{name}*
49%{_pixmapsdir}/*
This page took 0.080825 seconds and 4 git commands to generate.