Author: pawelz                       Date: Sun Feb 22 22:35:45 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release
- exim queue tool

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

---- Diffs:

================================================================
Index: SPECS/exipick.spec
diff -u /dev/null SPECS/exipick.spec:1.1
--- /dev/null   Sun Feb 22 23:35:46 2009
+++ SPECS/exipick.spec  Sun Feb 22 23:35:40 2009
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+#
+%include        /usr/lib/rpm/macros.perl
+Summary:       Tool that displays messages from Exim queue
+Summary(pl.UTF-8):     Narzędzie do wyświetlania wiadomości z kolejki Exima
+Name:          exipick
+Version:       20061117.2
+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
+Suggests:      perl-perldoc
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool that displays messages from Exim queue based on a variety of criteria.
+
+%description -l pl.UTF-8
+Narzędzie które pozwala wyświetlać wiadomości z koleki Exima na podstawie 
różnych
+kryteriów.
+
+%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 <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/02/22 22:35:40  pawelz
+- initial PLD release
+- exim queue tool
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to