diff --git a/Makefile.am b/Makefile.am index 55fc17617894b4c85d39f66585035e5587101ffe..7960711f08a8a401aebbf6b2e743a0de889d5163 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,7 +161,7 @@ zip: make gtk-cherrypick make other-cherrypick cp -f $(top_srcdir)/gtk/gtkrc $(INSTALLDIR_WITH_PREFIX)/. - cp -f $(top_srcdir)/README.md $(INSTALLDIR_WITH_PREFIX)/. + cp -f $(top_srcdir)/README $(INSTALLDIR_WITH_PREFIX)/. cp -f $(top_srcdir)/COPYING $(INSTALLDIR_WITH_PREFIX)/. cd $(INSTALLDIR_WITH_PREFIX) && zip -r $(ZIPFILE) * @@ -173,7 +173,7 @@ sdk: # remove unwanted stuff (gtk interface) cd $(INSTALLDIR_WITH_PREFIX) && rm -rf $(SDK_EXCLUDED) make other-cherrypick - cp -f $(top_srcdir)/README.md $(INSTALLDIR_WITH_PREFIX)/. + cp -f $(top_srcdir)/README $(INSTALLDIR_WITH_PREFIX)/. cp -f $(top_srcdir)/COPYING $(INSTALLDIR_WITH_PREFIX)/. cd $(INSTALLDIR_WITH_PREFIX) && zip -r $(SDK_ZIPFILE) * diff --git a/README.md b/README similarity index 100% rename from README.md rename to README diff --git a/linphone.iss.in b/linphone.iss.in index c065c2b52d061b2f4382d8c3f7c1bd8ce4d7a130..aa700200caa108ae0afd9595bd3764544696ca65 100644 --- a/linphone.iss.in +++ b/linphone.iss.in @@ -8,7 +8,7 @@ AppUpdatesURL=http://www.linphone.org DefaultDirName={pf}\Linphone DefaultGroupName=Linphone LicenseFile=COPYING -;InfoBeforeFile=README.md +;InfoBeforeFile=README OutputBaseFilename=setup Compression=lzma SolidCompression=yes diff --git a/linphone.spec.in b/linphone.spec.in index f18bf0cbe29a6b83b7d84d6571b0f897f0d1fac6..ca4d43a62d5096d98d3daa65fd1294ecc4f49c69 100644 --- a/linphone.spec.in +++ b/linphone.spec.in @@ -23,15 +23,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: i686 %endif -BuildRequires: gtk2-devel -BuildRequires: belle-sip-devel speex-devel gettext -BuildRequires: intltool gettext-devel +BuildRequires: gtk2-devel +BuildRequires: belle-sip-devel speex-devel gettext +BuildRequires: intltool gettext-devel %if %{video} BuildRequires: ffmpeg-devel SDL-devel %endif %description -Linphone is a SIP compliant audio & video phone. It can be used to run calls +Linphone is a SIP compliant audio & video phone. It can be used to run calls over the internet. It has a gtk+ and console interface. %package devel @@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README.md TODO +%doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/linphone %{_bindir}/linphonec %{_bindir}/linphonecsh diff --git a/tester/CMakeLists.txt b/tester/CMakeLists.txt index f4e890f8fc19e48a667bcac523109b053987b553..afb6781c266cef9644e42205b1c63fe79c24a57d 100644 --- a/tester/CMakeLists.txt +++ b/tester/CMakeLists.txt @@ -248,7 +248,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") endif() endif() -# on iOS though, we also build the executable so that one can compile it from Xcode and run it directly +# on iOS though, we also build the exectuable so that one can compile it from Xcode and run it directly if (NOT ANDROID AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") if(IOS) set_source_files_properties(${IOS_RESOURCES_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)