Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1TSK <vitaly@easycoding.org>2015-12-16 15:31:04 +0300
committerV1TSK <vitaly@easycoding.org>2015-12-16 15:31:04 +0300
commitf9c3e70b5b73f65040855de6160393dfae42b507 (patch)
tree71bdc3cf255fd7680b392d712fbe28fc98d52134
parent5230be385ae4f9ec0515a8306e9c7b8312f956ac (diff)
Updated README.
-rw-r--r--skypeweb/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 6849652..88230d4 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -26,12 +26,10 @@ Building RPM package for Fedora/openSUSE/CentOS/RHEL
---------
Requires devel headers/libs for libpurple and json-glib, gcc compiler and rpmbuild tool
```
- sudo yum install rpm-build gcc json-glib-devel libpurple-devel zlib-devel make automake glib2-devel -y
+ sudo yum install rpm-build gcc json-glib-devel libpurple-devel zlib-devel make automake glib2-devel spectool -y
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
- wget https://raw.githubusercontent.com/EionRobb/skype4pidgin/master/skypeweb/purple-skypeweb.spec \
- -O ~/rpmbuild/SPECS/purple-skypeweb.spec
- wget https://github.com/EionRobb/skype4pidgin/archive/master.tar.gz \
- -O ~/rpmbuild/SOURCES/skype4pidgin-1.0.tar.gz
+ wget https://github.com/EionRobb/skype4pidgin/raw/master/skypeweb/purple-skypeweb.spec -O ~/rpmbuild/SPECS/purple-skypeweb.spec
+ spectool --all --get-files ~/rpmbuild/SPECS/purple-skypeweb.spec --directory ~/rpmbuild/SOURCES/
rpmbuild -ba ~/rpmbuild/SPECS/purple-skypeweb.spec
```
The result can be found in ``~/rpmbuild/RPMS/`uname -m`/`` directory.