SPECS: gnaughty.spec (NEW) - new spec. adults only ;-)

jajcus jajcus at pld-linux.org
Sat Jan 7 21:26:18 CET 2006


Author: jajcus                       Date: Sat Jan  7 20:26:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec. adults only ;-)

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

---- Diffs:

================================================================
Index: SPECS/gnaughty.spec
diff -u /dev/null SPECS/gnaughty.spec:1.1
--- /dev/null	Sat Jan  7 21:26:18 2006
+++ SPECS/gnaughty.spec	Sat Jan  7 21:26:13 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+#
+Summary:	Frontend to the movies section of sublimedirectory.com
+Name:		gnaughty
+Version:	1.1.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://download.sourceforge.net/gnaughty/%{name}-%{version}.tar.gz
+# Source0-md5:	60b83c4aa814838688e1697411ed9cbe
+URL:		http://gnaughty.sourceforge.net/
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	curl-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	pcre-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gnaughty is a frontend to the movies section of sublimedirectory.com,
+written in gtk2 for the Linux operating system.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install gnaughty.desktop $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README NEWS
+%{_sysconfdir}/gconf/schemas/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+
+%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/07 20:26:13  jajcus
+- new spec. adults only ;-)
+
================================================================


More information about the pld-cvs-commit mailing list