From 29fa1bf27e46a1dde7b958f6a249bee733066914 Mon Sep 17 00:00:00 2001 From: Kristofer White Date: Mon, 18 Nov 2013 18:07:13 +0000 Subject: [PATCH] Updates to rpm/libstrophe.spec --- rpm/libstrophe.spec | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/rpm/libstrophe.spec b/rpm/libstrophe.spec index 69fef4d..135f027 100644 --- a/rpm/libstrophe.spec +++ b/rpm/libstrophe.spec @@ -8,12 +8,23 @@ License: MIT/GPLv3 URL: http://strophe.im/libstrophe/ Source0: libstrophe_git.tar.gz +BuildRequires: automake +BuildRequires: openssl-devel BuildRequires: expat-devel -Requires: expat +Requires: expat %description XMPP library in C +%package devel +Summary: Headers and libraries for building apps that use libstrophe +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains headers and libraries required to build applications that +use the strophe XMPP library. + %prep %setup -n libstrophe ./bootstrap.sh @@ -25,8 +36,18 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files +%defattr(-,root,root,-) %{_libdir}/libstrophe.a +%doc + +%files devel +%defattr(-,root,root,-) %{_includedir}/strophe.h +%doc %changelog