/[svn]/qsampler/trunk/qsampler.spec.in
ViewVC logotype

Contents of /qsampler/trunk/qsampler.spec.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2724 - (show annotations) (download)
Mon Mar 9 09:13:24 2015 UTC (9 years ago) by capela
File size: 3961 byte(s)
* Added application description as freedesktop.org's AppData.
1 %define name @PACKAGE_TARNAME@
2 %define version @PACKAGE_VERSION@
3 %define release 15
4
5 %define _prefix @ac_prefix@
6
7 Summary: A LinuxSampler Qt GUI interface
8 Name: %{name}
9 Version: %{version}
10 Release: %{release}
11 License: GPL-2.0+
12 Group: Productivity/Multimedia/Sound/Midi
13 Source0: %{name}-%{version}.tar.gz
14 URL: http://qsampler.sourceforge.net/
15 #Packager: rncbc.org
16
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18
19 BuildRequires: libqt4-devel >= 4.4
20 BuildRequires: liblscp-devel >= 0.5.6
21 BuildRequires: libgig-devel >= 3.3.0
22
23 %description
24 QSampler is a LinuxSampler GUI front-end application written in C++ around
25 the Qt4 toolkit using Qt Designer. For the moment it just wraps the client
26 interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
27
28 %prep
29 %setup
30 [ -f Makefile.git ] && %__make -f Makefile.git
31
32 %build
33 %configure
34 %__make
35
36 %install
37 %__make DESTDIR=%{buildroot} install
38
39 %clean
40 [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
41
42 %files
43 %defattr(-,root,root)
44 %doc AUTHORS COPYING ChangeLog README TODO
45 #dir %{_datadir}/mime
46 #dir %{_datadir}/mime/packages
47 #dir %{_datadir}/applications
48 %dir %{_datadir}/icons/hicolor
49 %dir %{_datadir}/icons/hicolor/32x32
50 %dir %{_datadir}/icons/hicolor/32x32/apps
51 %dir %{_datadir}/icons/hicolor/32x32/mimetypes
52 %dir %{_datadir}/icons/hicolor/scalable
53 %dir %{_datadir}/icons/hicolor/scalable/apps
54 %dir %{_datadir}/icons/hicolor/scalable/mimetypes
55 %dir %{_datadir}/%{name}
56 %dir %{_datadir}/%{name}/translations
57 %dir %{_datadir}/appdata
58 #dir %{_datadir}/man
59 #dir %{_datadir}/man/man1
60 %{_bindir}/%{name}
61 %{_datadir}/mime/packages/%{name}.xml
62 %{_datadir}/applications/%{name}.desktop
63 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
64 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png
65 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
66 %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
67 %{_datadir}/%{name}/translations/%{name}_*.qm
68 %{_datadir}/appdata/%{name}.appdata.xml
69 %{_datadir}/man/man1/%{name}.1.gz
70
71 %changelog
72 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
73 - A fifth of a Jubilee release.
74 * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>
75 - Standard desktop icon fixing.
76 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
77 - New 0.2.2 release.
78 * Thu Dec 6 2007 Rui Nuno Capela <rncbc@rncbc.org>
79 - Qt4 migration complete.
80 * Mon Jun 25 2007 Rui Nuno Capela <rncbc@rncbc.org>
81 - Application icon is now installed to (prefix)/share/pixmaps.
82 - Declared fundamental build and run-time requirements.
83 - Destination install directory prefix is now in spec.
84 - Spec is now a bit more openSUSE compliant.
85 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>
86 - Added sampler channel FX send support at session save code-level.
87 - Global sampler volume slider/spinbox combo is now featured.
88 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>
89 - Added preliminary MIDI instrument mapping support.
90 * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>
91 - Take a chance for a new 0.1.3 release.
92 - Changed deprecated copyright attribute to license.
93 * Wed Aug 24 2005 Rui Nuno Capela <rncbc@rncbc.org>
94 - Prepared auto-generation from configure.
95 * Tue Aug 16 2005 Rui Nuno Capela <rncbc@rncbc.org>
96 - Get in sync with latest offerings from liblscp (0.3.1) and
97 specially libgig (2.0.2) which broke previous ABI, somewhat.
98 * Thu Jun 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
99 - Even minor workings needs a rest.
100 * Mon Jun 13 2005 Rui Nuno Capela <rncbc@rncbc.org>
101 - The mantra of bugfixes.
102 * Mon May 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
103 - Device configuration breakthrough.
104 * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>
105 - Fifth alpha-release.
106 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
107 - Prepared for the fourth alpha release.
108 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
109 - Prepared for the fourth alpha release.
110 * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>
111 - Created initial qsampler.spec

  ViewVC Help
Powered by ViewVC