/[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 3669 by capela, Mon Dec 23 10:47:26 2019 UTC
# Line 1  Line 1 
1    #
2    # spec file for package qsampler
3    #
4    # Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5    # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6    #
7    # All modifications and additions to the file contributed by third parties
8    # remain the property of their copyright owners, unless otherwise agreed
9    # upon. The license for this file, and modifications and additions to the
10    # file, is the same license as for the pristine package itself (unless the
11    # license for the pristine package is not an Open Source License, in which
12    # case the license is the MIT License). An "Open Source License" is a
13    # license that conforms to the Open Source Definition (Version 1.9)
14    # published by the Open Source Initiative.
15    #
16    # Please submit bugfixes or comments via http://bugs.opensuse.org/
17    #
18    
19  %define name    @PACKAGE_TARNAME@  %define name    @PACKAGE_TARNAME@
20  %define version @PACKAGE_VERSION@  %define version @PACKAGE_VERSION@
21  %define release 15  %define release 40
22    
23  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
24    
25    %if %{defined fedora}
26    %define debug_package %{nil}
27    %endif
28    
29  Summary:        A LinuxSampler Qt GUI interface  Summary:        A LinuxSampler Qt GUI interface
30  Name:           %{name}  Name:           %{name}
31  Version:        %{version}  Version:        %{version}
# Line 16  URL:           http://qsampler.sourceforge.net/ Line 38  URL:           http://qsampler.sourceforge.net/
38    
39  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
40    
41  BuildRequires:  libqt4-devel >= 4.4  %if %{defined fedora}
42    BuildRequires:  pkgconfig
43    BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
44    %else
45    BuildRequires:  pkg-config
46    BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist
47    %endif
48  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
49  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
50    
51  %description  %description
52  QSampler is a LinuxSampler GUI front-end application written in C++ around  Qsampler is a LinuxSampler GUI front-end application written in C++ around
53  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
54  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
55    
56  %prep  %prep
57  %setup  %setup
58  [ -f Makefile.git ] && %__make -f Makefile.git  [ -x ./autogen.sh ] && ./autogen.sh
59    
60  %build  %build
61  %configure  %configure
62  %__make  %__make %{?_smp_mflags}
63    
64  %install  %install
65  %__make DESTDIR=%{buildroot} install  %__make DESTDIR="%{buildroot}" install
66    
67  %clean  %clean
68  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
69    
70  %files  %files
71  %defattr(-,root,root)  %defattr(-,root,root)
# Line 54  interface of LinuxSampler Control Protoc Line 82  interface of LinuxSampler Control Protoc
82  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
83  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
84  %dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
85  %dir %{_datadir}/appdata  %dir %{_datadir}/metainfo
86  #dir %{_datadir}/man  #dir %{_datadir}/man
87  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
88  %{_bindir}/%{name}  %{_bindir}/%{name}
# Line 65  interface of LinuxSampler Control Protoc Line 93  interface of LinuxSampler Control Protoc
93  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
94  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
95  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
96  %{_datadir}/appdata/%{name}.appdata.xml  %{_datadir}/metainfo/%{name}.appdata.xml
97  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}*.1.gz
98    
99  %changelog  %changelog
100    * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
101    - Winter'19 release.
102    * Thu Oct 17 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
103    - Autumn'19 release.
104    * Fri Jul 12 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
105    - Summer'19 release.
106    * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
107    - Spring-Break'19 release.
108    * Mon Mar 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
109    - Pre-LAC2019 release frenzy.
110    * Thu Dec 06 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
111    - An End of Autumn'18 Release.
112    * Sun Jul 22 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
113    - Summer'18 Release.
114    * Mon May 21 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
115    - Pre-LAC2018 release frenzy.
116    * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
117    - An Autumn'17 release.
118    * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
119    - Pre-LAC2017 release frenzy.
120    * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
121    - A Fall'16 release.
122    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
123    - End of Summer'16 release.
124    * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
125    - Spring'16 release frenzy.
126    * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
127    - Summer'15 release frenzy.
128    * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
129    - Pre-LAC2015 release frenzy.
130  * 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
131  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
132  * 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.3669

  ViewVC Help
Powered by ViewVC