]> git.pld-linux.org Git - packages/dzt.git/commitdiff
- inital; based on spec from package
authorMichal Moskal <michal@moskal.me>
Tue, 28 May 2002 10:56:46 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dzt.spec -> 1.1

dzt.spec [new file with mode: 0644]

diff --git a/dzt.spec b/dzt.spec
new file mode 100644 (file)
index 0000000..8c727a8
--- /dev/null
+++ b/dzt.spec
@@ -0,0 +1,59 @@
+Summary:       Yet Another Tabbed GNOME Terminal
+Summary:       Jeszcze jeden GNOME Terminal z zak³adkami
+Name:          dzt
+Version:       1.0.0
+Release:       1
+License:       GPL
+Group:         X11/Applications
+URL:           http://dzt.sourceforge.net/
+Source0:       http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: gnome-libs-devel
+
+%description
+dzt is a YATGT (Yet Another Tabbed GNOME Terminal). It is a
+multi-tabbed/paged terminal which is simple, configurable, and quick
+to use.
+
+Install dzt if you want a simple, quick, clean, and stable YATGT
+
+%description -l pl
+dzt jest JJGTZ (Jeszcze Jeden GNOME Terminal z Zak³adkami). Jest to
+wielozak³adkowy terminal, który jest prosty, konfigurowalny i szybki
+w u¿yciu.
+
+Zainstaluj dzt je¶li potrzebujsz prostego, szybkiego, pozbawionego
+udziwnieñ oraz stablinego JJGTZ.
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+gettextize --copy --force
+libtoolize --copy --force
+aclocal -I %{_aclocaldir}/gnome
+autoconf
+rm -f macros/Makefile.am
+automake -a -c
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Terminals
+install dzt.desktop $RPM_BUILD_ROOT%{_applnkdir}/Terminals
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc README AUTHORS ChangeLog
+%{_datadir}/gnome/help/dzt/*
+%{_applnkdir}/Terminals/*
This page took 0.072415 seconds and 4 git commands to generate.