SPECS: exixpand.spec (NEW) - initial PLD release - an overlay for exim stri...

pawelz pawelz at pld-linux.org
Sun Feb 22 23:13:05 CET 2009


Author: pawelz                       Date: Sun Feb 22 22:13:05 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release
- an overlay for exim string expansion (exim -be)

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

---- Diffs:

================================================================
Index: SPECS/exixpand.spec
diff -u /dev/null SPECS/exixpand.spec:1.1
--- /dev/null	Sun Feb 22 23:13:05 2009
+++ SPECS/exixpand.spec	Sun Feb 22 23:13:00 2009
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+%include        /usr/lib/rpm/macros.perl
+Summary:	An overlay for Exim string expansion
+Summary(pl.UTF-8):	Nakładka na Exima w trybie rozwijania wyrażeń
+Name:		exixpand
+Version:	20050922.1
+Release:	1
+License:	GPL v2+
+Group:		Applications
+# based on http://jetmore.org/john/code/exixpand
+Source0:	%{name}.pl
+URL:		http://jetmore.org/john/code/#exixpand
+BuildRequires:	perl-tools-pod
+BuildRequires:	rpm-perlprov
+Requires:	exim
+Suggests:	perl-perldoc
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An overlay for Exim string expansion testing (exim -be) providing
+history, command editing, and macro expansion.
+
+%description -l pl.UTF-8
+Nakładka na Exima w trybie testowania rozwijania wyrażeń (exim -be) z
+historią, edycją command i rozwijaniem makr.
+
+%prep
+%setup -q -c -T
+
+%build
+pod2man %SOURCE0 > %{name}.1
+pod2text %SOURCE0 > %{name}.txt
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install %SOURCE0 $RPM_BUILD_ROOT%{_bindir}/%{name}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+%doc %{name}.txt
+
+%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  2009/02/22 22:13:00  pawelz
+- initial PLD release
+- an overlay for exim string expansion (exim -be)
+
================================================================


More information about the pld-cvs-commit mailing list