]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
from template.spec, build ok but have problems with non ASCII chars
authorArtur Frysiak <artur@frysiak.net>
Thu, 16 May 2002 14:45:29 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-terminal.spec -> 1.1

gnome-terminal.spec [new file with mode: 0644]

diff --git a/gnome-terminal.spec b/gnome-terminal.spec
new file mode 100644 (file)
index 0000000..78b1505
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       -
+Summary(pl):   -
+Name:          gnome-terminal
+Version:       1.9.6
+Release:       0.1
+License:       GPL
+Group:         -
+Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+URL:           http://www.gnome.org/
+BuildRequires: pkgconfig >= 0.12.0
+BuildRequires: libzvt-devel >= 1.115.2
+BuildRequires: gtk+2-devel >= 2.0.2
+BuildRequires: GConf2-devel >= 1.1.10
+BuildRequires: libglade2-devel
+BuildRequires: libgnomeui-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _sysconfdir     /etc/X11/GNOME2
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q 
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README ChangeLog NEWS TODO AUTHORS
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post 
+GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_datadir}/applications/*
+%{_libdir}/bonobo/servers/*
+%{_datadir}/pixmaps/*
+#no doc
+#%{_datadir}/gnome/help/%{name}
This page took 0.251848 seconds and 4 git commands to generate.