[qmmp-plugin-pack] Initial import (#844740).

Karel Volný kvolny at fedoraproject.org
Mon Aug 27 18:25:03 UTC 2012


commit 3b2d8c11ef090e88c4381df9bfa1d297673210e9
Author: Karel Volný <kvolny at redhat.com>
Date:   Mon Aug 27 20:15:12 2012 +0200

    Initial import (#844740).

 .gitignore            |    1 +
 qmmp-plugin-pack.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2b21774 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qmmp-plugin-pack-0.6.2.tar.bz2
diff --git a/qmmp-plugin-pack.spec b/qmmp-plugin-pack.spec
new file mode 100644
index 0000000..25ef0d0
--- /dev/null
+++ b/qmmp-plugin-pack.spec
@@ -0,0 +1,58 @@
+Name:           qmmp-plugin-pack
+Version:        0.6.2
+Release:        2%{?dist}
+Summary:        A set of extra plugins for Qmmp
+
+Group:          Applications/Multimedia
+License:        GPLv2+
+URL:            http://qmmp.ylsoftware.com/plugins_en.php
+Source0:        http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
+
+BuildRequires:  qmmp-devel >= %{version}
+BuildRequires:  cmake
+BuildRequires:  qt-devel
+BuildRequires:  taglib-devel
+BuildRequires:  yasm
+
+%description
+Plugin pack is a set of extra plugins for Qmmp.
+
+ * FFap - enhanced Monkey's Audio (APE) decoder
+   (24-bit samples and embedded cue support)
+ * Simple Ui - simple user interface based on standard widgets set
+
+%prep
+%setup -q
+
+
+%build
+%cmake \
+    -D USE_MPG123:BOOL=FALSE \
+    .
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%doc AUTHORS COPYING ChangeLog.rus README README.RUS
+%{_libdir}/qmmp/Input/*.so
+%{_libdir}/qmmp/Ui/*.so
+
+
+%changelog
+* Fri Aug 24 2012 Karel Volný <kvolny at redhat.com> 0.6.2-2
+- update spec to newer style as suggested in package review
+- removed %%buildroot actions
+- removed %%clean section which got empty
+- removed %%defattr
+
+* Fri Aug 17 2012 Karel Volný <kvolny at redhat.com> 0.6.2-1
+- new version
+- fixes FSF address and execstack issues found by rpmlint
+- see upstream changelog at http://qmmp.ylsoftware.com/index_en.php
+
+* Tue Jul 31 2012 Karel Volný <kvolny at redhat.com> 0.6.1-1
+- initial Fedora release
diff --git a/sources b/sources
index e69de29..26d3312 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+29b96d83667ee1b2f08a8b0c0f8c0c6e  qmmp-plugin-pack-0.6.2.tar.bz2


More information about the scm-commits mailing list