SPECS: tilda.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Thu Jan 5 12:11:48 CET 2006


Author: patrys                       Date: Thu Jan  5 11:11:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   tilda.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tilda.spec
diff -u /dev/null SPECS/tilda.spec:1.1
--- /dev/null	Thu Jan  5 12:11:48 2006
+++ SPECS/tilda.spec	Thu Jan  5 12:11:42 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Tilda - a drop-down terminal
+Name:		tilda
+Version:	0.09.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/tilda/%{name}-%{version}.tar.gz
+# Source0-md5:	1e5971447d2e1b3837dfc48edd172c52
+URL:		http://tilda.sourceforge.net/
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake
+BuildRequires:	glib2-devel >= 2.0.0
+BuildRequires:	gtk+2-devel >= 2:2.0.0
+BuildRequires:	intltool
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.12.0
+BuildRequires:	rpmbuild(macros) >= 1.197
+BuildRequires:	vte-devel >= 0.11.12
+Requires:	terminfo
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a drop-down terminal.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
+	localedir=%{_localedir}
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog NEWS TODO AUTHORS
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/05 11:11:42  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list