/[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 1504 by capela, Wed Nov 21 11:46:40 2007 UTC revision 2456 by capela, Mon Jul 1 08:57:33 2013 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 14
 %define prefix  @ac_prefix@  
4    
5  Summary:        A LinuxSampler Qt GUI interface.  %define _prefix @ac_prefix@
6    
7    Summary:        A LinuxSampler Qt GUI interface
8  Name:           %{name}  Name:           %{name}
9  Version:        %{version}  Version:        %{version}
10  Release:        %{release}  Release:        %{release}
11  Prefix:         %{prefix}  License:        GPL-2.0+
 License:        GPL  
12  Group:          Productivity/Multimedia/Sound/Midi  Group:          Productivity/Multimedia/Sound/Midi
13  Source0:        %{name}-%{version}.tar.gz  Source0:        %{name}-%{version}.tar.gz
14  URL:            http://qsampler.sourceforge.net/  URL:            http://qsampler.sourceforge.net/
15    #Packager:      rncbc.org
16    
17  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18    
19  Requires:       qt >= 4.1  BuildRequires:  libqt4-devel >= 4.2
20  Requires:       liblscp >= 0.5.3  BuildRequires:  liblscp-devel >= 0.5.6
21  Requires:       libgig >= 3.1.0  BuildRequires:  libgig-devel >= 3.3.0
   
 BuildRequires:  qt-devel >= 4.1  
 BuildRequires:  liblscp-devel >= 0.5.3  
 BuildRequires:  libgig-devel >= 3.1.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 Qt3 toolkit using Qt Designer. For the moment it just wraps the client  the Qt4 toolkit 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
29  %setup  %setup
30  [ -f Makefile.cvs ] && %__make -f Makefile.cvs  [ -f Makefile.svn ] && %__make -f Makefile.svn
31    
32  %build  %build
 export PATH=$QTDIR/bin:$PATH  
33  %configure  %configure
34  %__make  %__make
35    
36  %install  %install
37  %makeinstall  %__make DESTDIR=%{buildroot} install
38    
39  %clean  %clean
40  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf  %{buildroot}  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
41    
42  %files  %files
43  %defattr(-,root,root)  %defattr(-,root,root)
44  %doc AUTHORS COPYING ChangeLog README TODO  %doc AUTHORS COPYING ChangeLog README TODO
45    #dir %{_datadir}/mime
46    #dir %{_datadir}/mime/packages
47    #dir %{_datadir}/applications
48    %dir %{_datadir}/icons/hicolor
49    %dir %{_datadir}/icons/hicolor/32x32
50    %dir %{_datadir}/icons/hicolor/32x32/apps
51    %dir %{_datadir}/icons/hicolor/32x32/mimetypes
52    %dir %{_datadir}/icons/hicolor/scalable
53    %dir %{_datadir}/icons/hicolor/scalable/apps
54    %dir %{_datadir}/icons/hicolor/scalable/mimetypes
55    #dir %{_datadir}/locale
56  %{_bindir}/%{name}  %{_bindir}/%{name}
57    %{_datadir}/mime/packages/%{name}.xml
58  %{_datadir}/applications/%{name}.desktop  %{_datadir}/applications/%{name}.desktop
59  %{_datadir}/pixmaps/%{name}.png  %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
60    %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
61    %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svgz
62    %{_datadir}/locale/%{name}_*.qm
63    
64  %changelog  %changelog
65  * Wed Nov 21 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Mon May 17 2010 Rui Nuno Capela <rncbc@users.sourceforge.net>
66    - Standard desktop icon fixing.
67    * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>
68    - New 0.2.2 release.
69    * Thu Dec 6 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
70  - Qt4 migration complete.  - Qt4 migration complete.
71  * Mon Jun 25 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Mon Jun 25 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
72  - Application icon is now installed to (prefix)/share/pixmaps.  - Application icon is now installed to (prefix)/share/pixmaps.

Legend:
Removed from v.1504  
changed lines
  Added in v.2456

  ViewVC Help
Powered by ViewVC