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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3515 - (show annotations) (download)
Wed Jun 5 15:09:11 2019 UTC (4 years, 10 months ago) by capela
File size: 5223 byte(s)
- Late qt4 cleanup... (rpm spec)
- Upgrade travis-ci.org dist: xenial.
- Removed duplicate field Standards-Version...
1 %define name @PACKAGE_TARNAME@
2 %define version @PACKAGE_VERSION@
3 %define release 29
4
5 %define _prefix @ac_prefix@
6
7 %if %{defined fedora}
8 %define debug_package %{nil}
9 %endif
10
11 Summary: A LinuxSampler Qt GUI interface
12 Name: %{name}
13 Version: %{version}
14 Release: %{release}
15 License: GPL-2.0+
16 Group: Productivity/Multimedia/Sound/Midi
17 Source0: %{name}-%{version}.tar.gz
18 URL: http://qsampler.sourceforge.net/
19 #Packager: rncbc.org
20
21 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
22
23 %if %{defined fedora}
24 BuildRequires: pkgconfig
25 BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist
26 %else
27 BuildRequires: pkg-config
28 BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist
29 %endif
30 BuildRequires: liblscp-devel >= 0.5.6
31 BuildRequires: libgig-devel >= 3.3.0
32
33 %description
34 Qsampler is a LinuxSampler GUI front-end application written in C++ around
35 the Qt framework using Qt Designer. For the moment it just wraps the client
36 interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
37
38 %prep
39 %setup
40 [ -x ./autogen.sh ] && ./autogen.sh
41
42 %build
43 %configure
44 %__make %{?_smp_mflags}
45
46 %install
47 %__make DESTDIR="%{buildroot}" install
48
49 %clean
50 [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
51
52 %files
53 %defattr(-,root,root)
54 %doc AUTHORS COPYING ChangeLog README TODO
55 #dir %{_datadir}/mime
56 #dir %{_datadir}/mime/packages
57 #dir %{_datadir}/applications
58 %dir %{_datadir}/icons/hicolor
59 %dir %{_datadir}/icons/hicolor/32x32
60 %dir %{_datadir}/icons/hicolor/32x32/apps
61 %dir %{_datadir}/icons/hicolor/32x32/mimetypes
62 %dir %{_datadir}/icons/hicolor/scalable
63 %dir %{_datadir}/icons/hicolor/scalable/apps
64 %dir %{_datadir}/icons/hicolor/scalable/mimetypes
65 %dir %{_datadir}/%{name}
66 %dir %{_datadir}/%{name}/translations
67 %dir %{_datadir}/metainfo
68 #dir %{_datadir}/man
69 #dir %{_datadir}/man/man1
70 %{_bindir}/%{name}
71 %{_datadir}/mime/packages/%{name}.xml
72 %{_datadir}/applications/%{name}.desktop
73 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
74 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png
75 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
76 %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
77 %{_datadir}/%{name}/translations/%{name}_*.qm
78 %{_datadir}/metainfo/%{name}.appdata.xml
79 %{_datadir}/man/man1/%{name}*.1.gz
80
81 %changelog
82 * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
83 - Spring-Break'19 release.
84 * Mon Mar 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
85 - Pre-LAC2019 release frenzy.
86 * Thu Dec 06 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
87 - An End of Autumn'18 Release.
88 * Sun Jul 22 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
89 - Summer'18 Release.
90 * Mon May 21 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
91 - Pre-LAC2018 release frenzy.
92 * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
93 - An Autumn'17 release.
94 * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
95 - Pre-LAC2017 release frenzy.
96 * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
97 - A Fall'16 release.
98 * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
99 - End of Summer'16 release.
100 * Tue Apr 5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
101 - Spring'16 release frenzy.
102 * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
103 - Summer'15 release frenzy.
104 * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
105 - Pre-LAC2015 release frenzy.
106 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
107 - A fifth of a Jubilee release.
108 * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>
109 - Standard desktop icon fixing.
110 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
111 - New 0.2.2 release.
112 * Thu Dec 6 2007 Rui Nuno Capela <rncbc@rncbc.org>
113 - Qt4 migration complete.
114 * Mon Jun 25 2007 Rui Nuno Capela <rncbc@rncbc.org>
115 - Application icon is now installed to (prefix)/share/pixmaps.
116 - Declared fundamental build and run-time requirements.
117 - Destination install directory prefix is now in spec.
118 - Spec is now a bit more openSUSE compliant.
119 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>
120 - Added sampler channel FX send support at session save code-level.
121 - Global sampler volume slider/spinbox combo is now featured.
122 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>
123 - Added preliminary MIDI instrument mapping support.
124 * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>
125 - Take a chance for a new 0.1.3 release.
126 - Changed deprecated copyright attribute to license.
127 * Wed Aug 24 2005 Rui Nuno Capela <rncbc@rncbc.org>
128 - Prepared auto-generation from configure.
129 * Tue Aug 16 2005 Rui Nuno Capela <rncbc@rncbc.org>
130 - Get in sync with latest offerings from liblscp (0.3.1) and
131 specially libgig (2.0.2) which broke previous ABI, somewhat.
132 * Thu Jun 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
133 - Even minor workings needs a rest.
134 * Mon Jun 13 2005 Rui Nuno Capela <rncbc@rncbc.org>
135 - The mantra of bugfixes.
136 * Mon May 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
137 - Device configuration breakthrough.
138 * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>
139 - Fifth alpha-release.
140 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
141 - Prepared for the fourth alpha release.
142 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
143 - Prepared for the fourth alpha release.
144 * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>
145 - Created initial qsampler.spec

  ViewVC Help
Powered by ViewVC