From 18286e24d72374874de73e0a8e5fb521fb91d443 Mon Sep 17 00:00:00 2001 From: lbdroid Date: Thu, 3 Oct 2013 13:09:20 -0400 Subject: [PATCH] dos characters break rpm build. Dos2unix on the spec file. --- rpm/libstrophe.spec | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/rpm/libstrophe.spec b/rpm/libstrophe.spec index 06231c1..69fef4d 100644 --- a/rpm/libstrophe.spec +++ b/rpm/libstrophe.spec @@ -1,32 +1,32 @@ -Name: libstrophe -Version: 1 -Release: 1%{?dist}_git -Summary: xmpp library in C - -Group: Application/System -License: MIT/GPLv3 -URL: http://strophe.im/libstrophe/ -Source0: libstrophe_git.tar.gz - -BuildRequires: expat-devel -Requires: expat - -%description -XMPP library in C - -%prep -%setup -n libstrophe -./bootstrap.sh - -%build -%configure -make %{?_smp_mflags} - -%install -make install DESTDIR=%{buildroot} - -%files -%{_libdir}/libstrophe.a -%{_includedir}/strophe.h - -%changelog +Name: libstrophe +Version: 1 +Release: 1%{?dist}_git +Summary: xmpp library in C + +Group: Application/System +License: MIT/GPLv3 +URL: http://strophe.im/libstrophe/ +Source0: libstrophe_git.tar.gz + +BuildRequires: expat-devel +Requires: expat + +%description +XMPP library in C + +%prep +%setup -n libstrophe +./bootstrap.sh + +%build +%configure +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} + +%files +%{_libdir}/libstrophe.a +%{_includedir}/strophe.h + +%changelog