/[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 2681 by capela, Wed Dec 24 14:23:06 2014 UTC revision 2983 by capela, Wed Sep 14 10:49:05 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:  qt5-qtbase-devel >= 5.1, qt5-linguist
26    BuildRequires:  qt5-qtx11extras-devel >= 5.1
27    %else
28    BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist
29    BuildRequires:  libqt5-qtx11extras-devel >= 5.1
30    %endif
31  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
32  BuildRequires:  libgig-devel >= 3.3.0  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 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
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
# Line 31  interface of LinuxSampler Control Protoc Line 42  interface of LinuxSampler Control Protoc
42    
43  %build  %build
44  %configure  %configure
45  %__make  %__make %{?_smp_mflags}
46    
47  %install  %install
48  %__make DESTDIR=%{buildroot} install  %__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)
# Line 54  interface of LinuxSampler Control Protoc Line 65  interface of LinuxSampler Control Protoc
65  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
66  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
67  %dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
68    %dir %{_datadir}/appdata
69  #dir %{_datadir}/man  #dir %{_datadir}/man
70  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
71  %{_bindir}/%{name}  %{_bindir}/%{name}
# Line 64  interface of LinuxSampler Control Protoc Line 76  interface of LinuxSampler Control Protoc
76  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
77  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
78  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
79    %{_datadir}/appdata/%{name}.appdata.xml
80  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}.1.gz
81    
82  %changelog  %changelog
83    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
84    - End of Summer'16 release.
85    * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
86    - Spring'16 release frenzy.
87    * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
88    - Summer'15 release frenzy.
89    * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
90    - Pre-LAC2015 release frenzy.
91  * 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
92  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
93  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>  * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>

Legend:
Removed from v.2681  
changed lines
  Added in v.2983

  ViewVC Help
Powered by ViewVC