/[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 2824 by capela, Sun Jul 19 16:42:14 2015 UTC
# Line 16  URL:           http://qsampler.sourceforge.net/ Line 16  URL:           http://qsampler.sourceforge.net/
16    
17  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18    
19  BuildRequires:  libqt4-devel >= 4.4  BuildRequires:  libqt5-qtbase-devel >= 5.1
20  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
21  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
22    
23  %description  %description
24  QSampler is a LinuxSampler GUI front-end application written in C++ around  Qsampler is a LinuxSampler GUI front-end application written in C++ around
25  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
26  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
27    
28  %prep  %prep
# Line 54  interface of LinuxSampler Control Protoc Line 54  interface of LinuxSampler Control Protoc
54  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
55  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
56  %dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
57    %dir %{_datadir}/appdata
58  #dir %{_datadir}/man  #dir %{_datadir}/man
59  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
60  %{_bindir}/%{name}  %{_bindir}/%{name}
# Line 64  interface of LinuxSampler Control Protoc Line 65  interface of LinuxSampler Control Protoc
65  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
66  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
67  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
68    %{_datadir}/appdata/%{name}.appdata.xml
69  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}.1.gz
70    
71  %changelog  %changelog
72    * Sun Jul 15 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
73    - Summer'15 release frenzy.
74    * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
75    - Pre-LAC2015 release frenzy.
76  * 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
77  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
78  * 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.2824

  ViewVC Help
Powered by ViewVC