SPECS: xsri.spec (NEW) - initial by "Jacek 'jackass' Brzozowski" <...

undefine undefine at pld-linux.org
Tue Feb 14 02:43:56 CET 2006


Author: undefine                     Date: Tue Feb 14 01:43:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial by "Jacek 'jackass' Brzozowski" <metallowiec at op.pl>

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

---- Diffs:

================================================================
Index: SPECS/xsri.spec
diff -u /dev/null SPECS/xsri.spec:1.1
--- /dev/null	Tue Feb 14 02:43:56 2006
+++ SPECS/xsri.spec	Tue Feb 14 02:43:51 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	xsri - X Set Root Image
+Summary(pl):	xsri - X Set Root Image
+Name:		xsri
+Version:	2.1.0
+Release:	1
+License:	GPL
+Group:		X11/Window Managers/Tools
+Source0:	http://www.pleyades.net/pawm/utils/%{name}-%{version}.tar.gz
+# Source0-md5:	624a8edc75e347fb0f5de7e3a921f67d
+URL:		http://www.pleyades.net/pawm/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	fontconfig-libs
+BuildRequires:	gdk-pixbuf-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	libtool
+BuildRequires:	pango-devel
+Buildrequires:	popt-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X Set Root Image - displays images on the root window with parameters.
+
+%description -l pl
+X Set Root Image - wyświetla obraz jako tapetę.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%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/02/14 01:43:51  undefine
+- initial by "Jacek 'jackass' Brzozowski" <metallowiec at op.pl>
+
+
================================================================


More information about the pld-cvs-commit mailing list