]> git.pld-linux.org Git - packages/dzt.git/blob - dzt.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[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.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 URL:            http://dzt.sourceforge.net/
9 Source0:        http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  gnome-libs-devel
12
13 %description
14 dzt is a YATGT (Yet Another Tabbed GNOME Terminal). It is a
15 multi-tabbed/paged terminal which is simple, configurable, and quick
16 to use.
17
18 Install dzt if you want a simple, quick, clean, and stable YATGT
19
20 %description -l pl
21 dzt jest JJGTZ (Jeszcze Jeden GNOME Terminal z Zak³adkami). Jest to
22 wielozak³adkowy terminal, który jest prosty, konfigurowalny i szybki
23 w u¿yciu.
24
25 Zainstaluj dzt je¶li potrzebujsz prostego, szybkiego, pozbawionego
26 udziwnieñ oraz stablinego JJGTZ.
27
28 %prep
29 %setup -q
30
31 %build
32 rm -f missing
33 gettextize --copy --force
34 %{__libtoolize}
35 aclocal -I %{_aclocaldir}/gnome
36 autoconf
37 rm -f macros/Makefile.am
38 automake -a -c
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install DESTDIR=$RPM_BUILD_ROOT
46
47 install -d $RPM_BUILD_ROOT%{_applnkdir}/Terminals
48 install dzt.desktop $RPM_BUILD_ROOT%{_applnkdir}/Terminals
49
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_bindir}/*
57 %doc README AUTHORS ChangeLog
58 %{_datadir}/gnome/help/dzt/*
59 %{_applnkdir}/Terminals/*
This page took 0.236699 seconds and 3 git commands to generate.