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

Diff of /qsampler/trunk/qsampler.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.2095  
changed lines
  Added in v.2828

  ViewVC Help
Powered by ViewVC