rpms/hexter-dssi/devel .cvsignore, 1.3, 1.4 hexter-dssi.spec, 1.10, 1.11 sources, 1.3, 1.4

Orcan Ogetbil oget at fedoraproject.org
Sat May 30 05:19:51 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/hexter-dssi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24722

Modified Files:
	.cvsignore hexter-dssi.spec sources 
Log Message:
* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.6.2-1
- Update to 0.6.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hexter-dssi/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	15 Apr 2007 09:20:14 -0000	1.3
+++ .cvsignore	30 May 2009 05:19:21 -0000	1.4
@@ -1 +1 @@
-hexter-0.6.1.tar.gz
+hexter-0.6.2.tar.gz


Index: hexter-dssi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hexter-dssi/devel/hexter-dssi.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- hexter-dssi.spec	25 Feb 2009 03:43:57 -0000	1.10
+++ hexter-dssi.spec	30 May 2009 05:19:21 -0000	1.11
@@ -1,27 +1,31 @@
 Summary:      DSSI software synthesizer plugin emulating DX7
 Name:         hexter-dssi
-Version:      0.6.1
-Release:      4%{?dist}
+Version:      0.6.2
+Release:      1%{?dist}
 URL:          http://dssi.sourceforge.net/hexter.html
-Source0:      http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.6.1.tar.gz
+Source0:      http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-%{version}.tar.gz
 License:      GPLv2+
 Group:        Applications/Multimedia
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: dssi-devel
+BuildRequires: gtk2-devel
+BuildRequires: liblo-devel
+BuildRequires: ncurses-devel 
+
 Requires:     dssi
 
 %description
-hexter is a software synthesizer that models the sound generation of a
-Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files,
-accept patch editing commands via MIDI sys-ex messages (ALSA systems
-only), and recreate the sound of the DX7 with greater accuracy than
-any previous open-source emulation (that the author is aware of....)
-
-hexter operates as a plugin for the Disposable Soft Synth Interface
-(DSSI). DSSI is a plugin API for software instruments (soft synths)
-with user interfaces, permitting them to be hosted in-process by audio
-applications.
+hexter is a software synthesizer that models the sound generation of a Yamaha
+DX7 synthesizer. It can easily load most DX7 patch bank files, accept patch
+editing commands via MIDI sys-ex messages (ALSA systems only), and recreate the
+sound of the DX7 with greater accuracy than any previous open-source emulation
+(that the author is aware of....)
+
+hexter operates as a plugin for the Disposable Soft Synth Interface (DSSI).
+DSSI is a plugin API for software instruments (soft synths) with user
+interfaces, permitting them to be hosted in-process by audio applications.
 
 %prep
 %setup -q -n hexter-%{version}
@@ -34,7 +38,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter
 install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit
@@ -43,7 +47,7 @@ install -m 755 extra/tx_edit $RPM_BUILD_
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/hexter
 %{_bindir}/tx_edit
@@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libdir}/dssi/hexter.la
 
 %changelog
+* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.6.2-1
+- Update to 0.6.2
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -82,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Wed Jul 12 2006 Anthony Green <green at redhat.com> 0.5.9-4
 - Update Source0 link.
-- Don't use %makeinstall.  It's broken (?)
+- Don't use %%makeinstall.  It's broken (?)
 - Mention DX7 in Summary.
 
 * Sun Jun  4 2006 Anthony Green <green at redhat.com> 0.5.9-3
@@ -91,8 +98,8 @@ rm -rf $RPM_BUILD_ROOT
 
 * Thu May 18 2006 Anthony Green <green at redhat.com> 0.5.9-2
 - Clean up Requires & BuildRequires.
-- Don't use %{__rm} & %{__make}.
-- Use %makeinstall.
+- Don't use %%{__rm} & %%{__make}.
+- Use %%makeinstall.
 - Add hexter symlink.
 
 * Tue Apr 25 2006 Anthony Green <green at redhat.com> 0.5.9-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hexter-dssi/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	15 Apr 2007 09:20:14 -0000	1.3
+++ sources	30 May 2009 05:19:21 -0000	1.4
@@ -1 +1 @@
-09e9fc778b46b0d6d94a793b433fda2e  hexter-0.6.1.tar.gz
+d4f9e7218f658423fedfba340a0f1550  hexter-0.6.2.tar.gz




More information about the fedora-extras-commits mailing list