SPECS: gtvg.spec (NEW) - new spec

jajcus jajcus at pld-linux.org
Wed Apr 2 16:06:31 CEST 2008


Author: jajcus                       Date: Wed Apr  2 14:06:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

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

---- Diffs:

================================================================
Index: SPECS/gtvg.spec
diff -u /dev/null SPECS/gtvg.spec:1.1
--- /dev/null	Wed Apr  2 16:06:31 2008
+++ SPECS/gtvg.spec	Wed Apr  2 16:06:25 2008
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+#
+Summary:	gTVG - TV Guide news
+Summary(pl.UTF-8):	gTVG - program telewizyjny
+Name:		gtvg
+Version:	0.3
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/gtvg/%{name}-%{version}.tar.gz
+URL:		http://gtvg.sourceforge.net/
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dbus-glib-devel
+BuildRequires:	gtk+2-devel >= 2.8
+BuildRequires:	intltool
+BuildRequires:	libglade2-devel >= 2.6.0
+BuildRequires:	libgnome-devel >= 2.0.0
+BuildRequires:	libgnomecanvas-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel
+Suggests:	xmltv-grabbers
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The gTVG TV Guide is a simple TV program schedule viewer, which allows
+you to quickly see what is on TV at the moment or later, and be
+reminded of when your favourite shows start.
+
+%prep
+%setup -q
+
+%build
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install gtvg.schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*
+/etc/gconf/schemas/*.schemas
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*
+
+
+
+%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  2008-04-02 14:06:25  jajcus
+- new spec
+
================================================================


More information about the pld-cvs-commit mailing list