Merge pull request #11 from lbdroid/master
dos characters break rpm build. Dos2unix on the spec file.
This commit is contained in:
@@ -1,32 +1,32 @@
|
|||||||
Name: libstrophe
|
Name: libstrophe
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 1%{?dist}_git
|
Release: 1%{?dist}_git
|
||||||
Summary: xmpp library in C
|
Summary: xmpp library in C
|
||||||
|
|
||||||
Group: Application/System
|
Group: Application/System
|
||||||
License: MIT/GPLv3
|
License: MIT/GPLv3
|
||||||
URL: http://strophe.im/libstrophe/
|
URL: http://strophe.im/libstrophe/
|
||||||
Source0: libstrophe_git.tar.gz
|
Source0: libstrophe_git.tar.gz
|
||||||
|
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
Requires: expat
|
Requires: expat
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XMPP library in C
|
XMPP library in C
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n libstrophe
|
%setup -n libstrophe
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libstrophe.a
|
%{_libdir}/libstrophe.a
|
||||||
%{_includedir}/strophe.h
|
%{_includedir}/strophe.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user