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-08-04 19:24:15 +0300
committerV1TSK <vitaly@easycoding.org>2015-08-04 19:24:15 +0300
commit31b5d8f1bda2e56285c1ef0df9212ade21340ab6 (patch)
tree401c0ea559db2f91a4c017a445813240fd4d6139
parent1b8a91cb2dda4d8dcd14b15e57efbc6f3dd09805 (diff)
Fixed meta package build after OBS applying patches into spec file.
-rw-r--r--skypeweb/purple-skypeweb.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/skypeweb/purple-skypeweb.spec b/skypeweb/purple-skypeweb.spec
index 5ce55cf..89b67d2 100644
--- a/skypeweb/purple-skypeweb.spec
+++ b/skypeweb/purple-skypeweb.spec
@@ -11,6 +11,7 @@ Group: Applications/Productivity
License: GPLv3
URL: https://github.com/EionRobb/skype4pidgin
Source0: %{project_name}-%{version}.tar.gz
+Requires: pidgin-%{plugin_name}
%description
meta pkj.
@@ -26,7 +27,7 @@ Requires: json-glib
%package -n pidgin-%{plugin_name}
Summary: Adds pixmaps, icons and smileys for Skype protocol.
-Requires: %{name}
+Requires: %{purplelib_name}
Requires: pidgin
%description -n %{purplelib_name}
@@ -59,6 +60,8 @@ make install DESTDIR=%{buildroot}
%{_datadir}/pixmaps/pidgin/protocols/48/skypeout.png
%{_datadir}/pixmaps/pidgin/emotes/skype/theme
+%files
+
%changelog
* Sat May 09 2015 V1TSK <vitaly@easycoding.org> - 0.1-2
- Separated packages. Now can be used with other libpurple-based clients without Pidgin being installed.