]> git.pld-linux.org Git - packages/dzt.git/blob - dzt.spec
- License is GPL v2+, release 2
[packages/dzt.git] / dzt.spec
1 Summary:        Yet Another Tabbed GNOME Terminal
2 Summary:        Jeszcze jeden GNOME Terminal z zak³adkami
3 Name:           dzt
4 Version:        1.0.4
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://dzt.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 dzt is a YATGT (Yet Another Tabbed GNOME Terminal). It is a
22 multi-tabbed/paged terminal which is simple, configurable, and quick
23 to use.
24
25 Install dzt if you want a simple, quick, clean, and stable YATGT.
26
27 %description -l pl
28 dzt jest JJGTZ (Jeszcze Jeden GNOME Terminal z Zak³adkami). Jest to
29 wielozak³adkowy terminal, który jest prosty, konfigurowalny i szybki w
30 u¿yciu.
31
32 Zainstaluj dzt je¶li potrzebujsz prostego, szybkiego, pozbawionego
33 udziwnieñ oraz stablinego JJGTZ.
34
35 %prep
36 %setup -q
37
38 %build
39 rm -f missing
40 %{__gettextize}
41 %{__libtoolize}
42 %{__aclocal} -I %{_aclocaldir}/gnome
43 %{__autoconf}
44 rm -f macros/Makefile.am
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT \
54         Applicationsdir=%{_applnkdir}/Terminals
55
56 %find_lang %{name} --with-gnome
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc README AUTHORS ChangeLog
64 %attr(755,root,root) %{_bindir}/*
65 %{_applnkdir}/Terminals/*
This page took 0.05253 seconds and 4 git commands to generate.