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