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

Legend:
Removed from v.1814  
changed lines
  Added in v.2929

  ViewVC Help
Powered by ViewVC