[kde-plasma-alsa-volume] added initial build data;

f1ash f1ash at fedoraproject.org
Thu Feb 14 13:35:19 UTC 2013


commit 41624d1bef64625a0c15085d9ce2ecdc1e48f331
Author: F1ash <kaperang07 at gmail.com>
Date:   Thu Feb 14 17:35:09 2013 +0400

    added initial build data;

 .gitignore                  |    2 +
 kde-plasma-alsa-volume.spec |   65 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..48a4f47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/0.41.2.tar.gz
+
diff --git a/kde-plasma-alsa-volume.spec b/kde-plasma-alsa-volume.spec
new file mode 100644
index 0000000..07adf79
--- /dev/null
+++ b/kde-plasma-alsa-volume.spec
@@ -0,0 +1,65 @@
+Name: kde-plasma-alsa-volume
+Version: 0.41.2
+Release: 1%{?dist}
+Summary: ALSA Volume Control plasmoid
+Summary(ru): Плазмоид для управления ALSA устройствами
+License: GPLv2+
+Source0: https://github.com/F1ash/%{name}/archive/%{version}.tar.gz
+URL: https://github.com/F1ash/%{name}
+BuildArch: noarch
+
+Requires: python-alsaaudio
+BuildRequires: kdelibs4-devel
+
+%description
+%{name}
+ALSA Volume Control plasmoid.
+This plasmoid is very convenient, because it allows to each device
+be reflected on the panel (or workspace) for control.
+It can to detect the multiple audiodevices (audiocards) in system.
+
+%description -l ru
+%{name}
+Плазмоид для управления ALSA устройствами.
+Позволяет отражать для управления каждое устройство в панели
+или рабочем пространстве. Может определять несколько аудио-карт
+в системе.
+
+%prep
+%setup -q
+
+%build
+if [ -x %{_bindir}/plasma-dataengine-depextractor ] ; then
+  plasma-dataengine-depextractor .
+fi
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT/usr
+
+%files
+%{_kde4_datadir}/kde4/services/%{name}.desktop
+%{_kde4_appsdir}/plasma/plasmoids/%{name}
+%doc README COPYING Changelog
+
+%changelog
+
+* Wed Dec 06 2012 Fl at sh <kaperang07 at gmail.com> - 0.41.2-1
+- version update
+- added docs-files & fixed files path
+- added plasma-dataengine-depextractor approach
+
+* Thu Sep 29 2011 Fl at sh <kaperang07 at gmail.com> - 0.38.2-5
+- selected stable method of wait thread run
+
+* Tue Sep 27 2011 Fl at sh <kaperang07 at gmail.com> - 0.38.1-5
+- added python-alsaaudio requires in spec
+
+* Mon Aug 29 2011 Fl at sh <kaperang07 at gmail.com> - 0.38.1-3
+- fixed Makefile
+
+* Mon Aug 29 2011 Fl at sh <kaperang07 at gmail.com> - 0.38.1-2
+- fixed Makefile
+
+* Mon Aug 22 2011 Fl at sh <kaperang07 at gmail.com> - 0.38.1-1
+- Initial build
diff --git a/sources b/sources
index e69de29..0e61a50 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b8709502c561d8fc5ab6aaccccda3e02  0.41.2.tar.gz


More information about the scm-commits mailing list