/[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 2724 by capela, Mon Mar 9 09:13:24 2015 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 15  %define release 16
4    
5  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
6    
# Line 10  Version:       %{version} Line 10  Version:       %{version}
10  Release:        %{release}  Release:        %{release}
11  License:        GPL-2.0+  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  #Packager:      rncbc.org
16    
17  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18    
19  BuildRequires:  libqt4-devel >= 4.4  #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
# Line 69  interface of LinuxSampler Control Protoc Line 74  interface of LinuxSampler Control Protoc
74  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}.1.gz
75    
76  %changelog  %changelog
77    * 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  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
82  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
83  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>

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

  ViewVC Help
Powered by ViewVC