]> git.pld-linux.org Git - packages/dzt.git/blob - dzt.spec
- http://belnet.sourceforge->http://dl.sourceforge
[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.1.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3472795fc9914924a56c155048581fdd
10 Patch0:         %{name}-config.patch
11 URL:            http://dzt.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-libs-devel
16 BuildRequires:  libtool
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
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 %patch0 -p1
38
39 %build
40 rm -f missing
41 %{__gettextize}
42 %{__libtoolize}
43 %{__aclocal} -I %{_aclocaldir}/gnome
44 %{__autoconf}
45 rm -f macros/Makefile.am
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         Applicationsdir=%{_applnkdir}/Terminals
56
57 %find_lang %{name} --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc README AUTHORS ChangeLog
65 %attr(755,root,root) %{_bindir}/*
66 %{_applnkdir}/Terminals/*
This page took 0.067121 seconds and 3 git commands to generate.