/[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 2631 by capela, Sun Jun 15 00:27:04 2014 UTC revision 2997 by capela, Sun Sep 25 18:20:13 2016 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 18
4    
5  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
6    
7    %if %{defined fedora}
8    %define debug_package %{nil}
9    %endif
10    
11  Summary:        A LinuxSampler Qt GUI interface  Summary:        A LinuxSampler Qt GUI interface
12  Name:           %{name}  Name:           %{name}
13  Version:        %{version}  Version:        %{version}
# Line 16  URL:           http://qsampler.sourceforge.net/ Line 20  URL:           http://qsampler.sourceforge.net/
20    
21  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
22    
23  BuildRequires:  libqt4-devel >= 4.4  #BuildRequires: libqt4-devel >= 4.4
24    %if %{defined fedora}
25    BuildRequires:  pkgconfig
26    BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
27    BuildRequires:  qt5-qtx11extras-devel >= 5.1
28    %else
29    BuildRequires:  pkg-config
30    BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist
31    BuildRequires:  libqt5-qtx11extras-devel >= 5.1
32    %endif
33  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
34  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
35    
36  %description  %description
37  QSampler is a LinuxSampler GUI front-end application written in C++ around  Qsampler is a LinuxSampler GUI front-end application written in C++ around
38  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
39  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
40    
41  %prep  %prep
42  %setup  %setup
43  [ -f Makefile.svn ] && %__make -f Makefile.svn  [ -f Makefile.git ] && %__make -f Makefile.git
44    
45  %build  %build
46  %configure  %configure
47  %__make  %__make %{?_smp_mflags}
48    
49  %install  %install
50  %__make DESTDIR=%{buildroot} install  %__make DESTDIR="%{buildroot}" install
51    
52  %clean  %clean
53  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
54    
55  %files  %files
56  %defattr(-,root,root)  %defattr(-,root,root)
# Line 52  interface of LinuxSampler Control Protoc Line 65  interface of LinuxSampler Control Protoc
65  %dir %{_datadir}/icons/hicolor/scalable  %dir %{_datadir}/icons/hicolor/scalable
66  %dir %{_datadir}/icons/hicolor/scalable/apps  %dir %{_datadir}/icons/hicolor/scalable/apps
67  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
68  #dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
69  #dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
70    %dir %{_datadir}/appdata
71    #dir %{_datadir}/man
72    #dir %{_datadir}/man/man1
73  %{_bindir}/%{name}  %{_bindir}/%{name}
74  %{_datadir}/mime/packages/%{name}.xml  %{_datadir}/mime/packages/%{name}.xml
75  %{_datadir}/applications/%{name}.desktop  %{_datadir}/applications/%{name}.desktop
# Line 62  interface of LinuxSampler Control Protoc Line 78  interface of LinuxSampler Control Protoc
78  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
79  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
80  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
81    %{_datadir}/appdata/%{name}.appdata.xml
82    %{_datadir}/man/man1/%{name}.1.gz
83    
84  %changelog  %changelog
85    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
86    - End of Summer'16 release.
87    * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
88    - Spring'16 release frenzy.
89    * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
90    - Summer'15 release frenzy.
91    * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
92    - Pre-LAC2015 release frenzy.
93  * 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
94  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
95  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>
# Line 80  interface of LinuxSampler Control Protoc Line 106  interface of LinuxSampler Control Protoc
106  * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>  * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>
107  - Added sampler channel FX send support at session save code-level.  - Added sampler channel FX send support at session save code-level.
108  - Global sampler volume slider/spinbox combo is now featured.  - Global sampler volume slider/spinbox combo is now featured.
109  * Thu Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>  * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>
110  - Added preliminary MIDI instrument mapping support.  - Added preliminary MIDI instrument mapping support.
111  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>
112  - Take a chance for a new 0.1.3 release.  - Take a chance for a new 0.1.3 release.
# Line 98  interface of LinuxSampler Control Protoc Line 124  interface of LinuxSampler Control Protoc
124  - Device configuration breakthrough.  - Device configuration breakthrough.
125  * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>  * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>
126  - Fifth alpha-release.  - Fifth alpha-release.
127  * Wed Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>  * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
128  - Prepared for the fourth alpha release.  - Prepared for the fourth alpha release.
129  * Wed Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>  * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
130  - Prepared for the fourth alpha release.  - Prepared for the fourth alpha release.
131  * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>  * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>
132  - Created initial qsampler.spec  - Created initial qsampler.spec

Legend:
Removed from v.2631  
changed lines
  Added in v.2997

  ViewVC Help
Powered by ViewVC