]> git.pld-linux.org Git - packages/sendxmpp.git/commitdiff
up to 1.23 auto/th/sendxmpp-1.23-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Apr 2013 21:37:25 +0000 (00:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Apr 2013 21:37:25 +0000 (00:37 +0300)
sendxmpp.spec

index 1de634e9341767f60ba98b33006515347cbb8684..9c0248808ead1b57ba2125946c3c2f458e373d33 100644 (file)
@@ -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*
This page took 0.234439 seconds and 4 git commands to generate.