SPECS: irssi-themes.spec (NEW) - completely new

glen glen at pld-linux.org
Sun Oct 16 16:21:40 CEST 2005


Author: glen                         Date: Sun Oct 16 14:21:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- completely new

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

---- Diffs:

================================================================
Index: SPECS/irssi-themes.spec
diff -u /dev/null SPECS/irssi-themes.spec:1.1
--- /dev/null	Sun Oct 16 16:21:40 2005
+++ SPECS/irssi-themes.spec	Sun Oct 16 16:21:35 2005
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	Irssi themes pack
+Name:		irssi-themes
+%define	_snap 20051016
+Version:	0.%{_snap}
+Release:	0.2
+License:	freeware
+Group:		Applications/Communications
+URL:		http://www.irssi.org/?page=themes
+Requires:	irssi
+Source0:	%{name}-%{_snap}.tar.bz2
+# Source0-md5:	559fce778a24fb3955524edae639d1a9
+Source1:	%{name}-generate.sh
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_themedir	%{_datadir}/irssi/themes
+
+%description
+Irssi themes pack.
+
+%prep
+%setup -q -n %{name}-%{_snap}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_themedir}
+install *.theme $RPM_BUILD_ROOT%{_themedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_themedir}/*
+
+%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  2005/10/16 14:21:35  glen
+- completely new
+
================================================================



More information about the pld-cvs-commit mailing list