]> git.pld-linux.org Git - packages/asa.git/blobdiff - asa.spec
- one more
[packages/asa.git] / asa.spec
index a402dcdb8c84c2689b1152ff36cc8bf07fced5e2..6b4360579e3962fa3ae1671ec40fa20e5063a12e 100644 (file)
--- a/asa.spec
+++ b/asa.spec
@@ -1,28 +1,32 @@
 #
 # TODO:
-# - description
-# - cleanups :)
-# - /usr/lib vs /usr/lib64 - need patch!
-# - run from user jabber script or patch,
+# - more clean init script ? (especially asa.sh),
 
 %include       /usr/lib/rpm/macros.perl
 Summary:       Jabber server component agent for sending SMS messages
 Summary(pl):   Komponent serwera Jabbera do wysy³ania wiadomo¶ci SMS
 Name:          asa
-Version:       0.1.4
-Release:       0.9
+Version:       0.1.6
+Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.apatsch.wroc.biz/asa/%{name}-%{version}.tar.gz
-# Source0-md5: e2bdce7a80a758fa02aff2cdc39c66b1
+# Source0-md5: 1f758fe0f38e3dcd6863fbe93f7e814d
 Source1:       jabber-asa-transport.init
+Source2:       %{name}.sh
 Patch0:                %{name}-PLD.patch
+Patch1:                %{name}-lib64.patch
 URL:           http://www.apatsch.wroc.biz/asa/
 BuildRequires: rpm-perlprov
 Requires(pre): jabber-common
 Requires(post,preun):  /sbin/chkconfig
 Requires(post):        /usr/bin/perl
 Requires:      jabberd >= 1.4
+Requires:      perl-libwww
+Requires:      perl-Unicode-Lite
+Requires:      perl-Crypt-SSLeay
+Requires:      perl-Unicode-String
+Requires:      perl-Unicode-Map
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,6 +44,10 @@ modularnej budowie opartej na wtyczkach.
 
 %prep
 %setup -q
+%patch0 -p1
+%if "%{_lib}" == "lib64"
+%patch1 -p1
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +56,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir}/jabber,%{_sbindir},/etc/rc.d/init.d,/v
 install config.xml $RPM_BUILD_ROOT%{_sysconfdir}/jabber/asa.xml
 install ApaSMSAgent.pl $RPM_BUILD_ROOT%{_sbindir}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/jabber-asa-transport
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}
 install plugins/*.pl $RPM_BUILD_ROOT/%{_libdir}/jabber/asa/plugins/
 
 %clean
@@ -57,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 if [ -f /etc/jabber/secret ] ; then
        SECRET=`cat /etc/jabber/secret`
        if [ -n "$SECRET" ] ; then
-               echo "Updating component authentication secret in ile.xml..."
+               echo "Updating component authentication secret in asa.xml..."
                perl -pi -e "s/>secret</>$SECRET</" /etc/jabber/asa.xml
        fi
 fi
@@ -83,4 +92,5 @@ fi
 %attr(640,root,jabber) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/jabber/asa.xml
 %attr(754,root,root) /etc/rc.d/init.d/jabber-asa-transport
 %attr(770,root,jabber) /var/lib/jabber/asa
-%attr(755,root,root) %{_libdir}/jabber/asa/plugins/*
+%dir %{_libdir}/jabber/asa
+%attr(755,root,root) %{_libdir}/jabber/asa/plugins
This page took 0.098163 seconds and 4 git commands to generate.