]> git.pld-linux.org Git - packages/Terminal.git/blob - Terminal.spec
- updated to stable 0.2.2
[packages/Terminal.git] / Terminal.spec
1 %define         pre     %{nil}
2 Summary:        X Terminal Emulator
3 Summary(pl):    Emulator terminala dla X
4 Name:           Terminal
5 Version:        0.2.2
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}%{pre}.tar.bz2
10 # Source0-md5:  45406478d23ec1e95023cac732f61dcd
11 URL:            http://www.os-cillation.com/
12 BuildRequires:  autoconf
13 BuildRequires:  dbus-glib-devel >= 0.22
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.11
21 Obsoletes:      xfce4-terminal
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Advanced lightweight Terminal Emulator for the X windowing system.
26
27 %description -l pl
28 Zaawansowany emulator terminala dla systemu X Window.
29
30 %prep
31 %setup -q -n %{name}-%{version}%{pre}
32
33 %build
34 %{__autoconf}
35 %{__sed} -i 's,Categories.*,Categories=TerminalEmulator;,' Terminal.desktop
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog HACKING NEWS README THANKS
53 %attr(755,root,root) %{_bindir}/*
54 %attr(755,root,root) %{_libdir}/TerminalHelp
55 %{_datadir}/%{name}
56 %{_desktopdir}/%{name}.desktop
57 %{_docdir}/%{name}
58 %{_iconsdir}/hicolor/*/apps/%{name}*
59 %{_mandir}/man1/%{name}*
60 %{_pixmapsdir}/*
This page took 0.079862 seconds and 4 git commands to generate.