[packages/sendxmpp] up to 1.23
glen
glen at pld-linux.org
Thu Apr 4 23:39:22 CEST 2013
commit d0b9b08c2a9b9cefefe6fcaba26532773a72da98
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Apr 5 00:37:25 2013 +0300
up to 1.23
sendxmpp.spec | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/sendxmpp.spec b/sendxmpp.spec
index 1de634e..9c02488 100644
--- a/sendxmpp.spec
+++ b/sendxmpp.spec
@@ -1,18 +1,18 @@
# Conditional build:
%bcond_without autodeps # don't BR packages needed only for resolving deps
%bcond_without tests # do not perform "make test"
-#
+
%include /usr/lib/rpm/macros.perl
Summary: perl-script to send XMPP (jabber) messages
Summary(pl.UTF-8): skrypt perlowy do wysyłania wiaomości XMPP (jabber)
Name: sendxmpp
-Version: 0.0.8
+Version: 1.23
Release: 1
License: GPL v2
Group: Development/Languages/Perl
-Source0: http://sendxmpp.platon.sk/%{name}-%{version}.tar.gz
-# Source0-md5: 8a041f4940274f4d1e72e76fcc95e689
-URL: http://sendxmpp.platon.sk/
+Source0: https://github.com/lhost/sendxmpp/archive/v1.23.tar.gz?/%{name}-%{version}.tgz
+# Source0-md5: c034aa7caf04a1769935c53fb25ba39f
+URL: http://sendxmpp.hostname.sk/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with autodeps} || %{with tests}
@@ -22,7 +22,7 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-sendxmpp is a perl-script to send XMPP (jabber) messages, similar to
+sendxmpp is a Perl script to send XMPP (jabber) messages, similar to
what mail(1) does for mail.
%description -l pl.UTF-8
@@ -42,15 +42,16 @@ sendxmpp jest perlowym skryptem służącym do wysyłania wiadomości XMPP
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/sendxmpp/.packlist
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%attr(755,root,root) %{_bindir}/%{name}
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/sendxmpp
+%{_mandir}/man1/sendxmpp.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sendxmpp.git/commitdiff/d0b9b08c2a9b9cefefe6fcaba26532773a72da98
More information about the pld-cvs-commit
mailing list