rpms/seq24/devel seq24-stack-smash.patch, NONE, 1.1 seq24.desktop, NONE, 1.1 seq24.png, NONE, 1.1 seq24.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Tue Sep 26 18:12:59 UTC 2006


Author: green

Update of /cvs/extras/rpms/seq24/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26857/devel

Modified Files:
	.cvsignore sources 
Added Files:
	seq24-stack-smash.patch seq24.desktop seq24.png seq24.spec 
Log Message:
auto-import seq24-0.8.7-5 on branch devel from seq24-0.8.7-5.src.rpm

seq24-stack-smash.patch:

--- NEW FILE seq24-stack-smash.patch ---
--- src/seqedit.cpp~	2006-05-30 07:04:52.000000000 -0700
+++ src/seqedit.cpp	2006-09-16 23:48:40.000000000 -0700
@@ -425,7 +425,7 @@
     
     holder = manage( new Menu());
 
-    char num[6];
+    char num[64];
 
     holder2 = manage( new Menu());
     for ( int i=-12; i<=12; ++i ){


--- NEW FILE seq24.desktop ---
[Desktop Entry]
Name=Seq24
Comment=Real-time midi sequencer
Icon=seq24.png
Type=Application
Exec=seq24
Terminal=false
StartupWMClass=seq24
Categories=Application;AudioVideo;X-Sequencers;X-MIDI;
Encoding=UTF-8


--- NEW FILE seq24.spec ---
Summary:      Real-time midi sequencer
Name:         seq24
Version:      0.8.7
Release:      5%{?dist}
License:      GPL
Group:        Applications/Multimedia
URL:          http://www.filter24.org/seq24/
Source:       http://filter24.org/seq24/seq24-%{version}.tar.gz
Source1:      seq24.png
Source2:      seq24.desktop
Patch0:       seq24-stack-smash.patch
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: lash-devel gtkmm24-devel

Requires: hicolor-icon-theme

BuildRequires: desktop-file-utils

%description 
Seq24 is a real-time midi sequencer. It provides a very simple
interface for editing and playing midi 'loops'.

%prep
%setup -q
%patch0 -p0 -b .stack-smash~

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# Rename the "dump" command to something more specific.
mv $RPM_BUILD_ROOT%{_bindir}/dump $RPM_BUILD_ROOT%{_bindir}/seq24-dump

mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/seq24.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications    \
  %{SOURCE2}

%clean
rm -rf $RPM_BUILD_ROOT

%post
# update icon themes
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
# update icon themes
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README RTC SEQ24 TODO seq24usr.example
%{_bindir}/*
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/64x64/apps/seq24.png

%changelog
* Tue Sep 26 2006 Anthony Green <green at redhat.com> 0.8.7-5
- Rename "dump" to "seq-dump".
- Simplify description.

* Mon Sep 25 2006 Anthony Green <green at redhat.com> 0.8.7-4
- Fix SOURCE reference.
- Add TODO and seq24usr.example to docs.
- Clean up macro usage.

* Tue Sep 19 2006 Anthony Green <green at redhat.com> 0.8.7-3
- Remove Require(post,postun) for gtk2, as per the packaging
  guidelines.

* Tue Sep 19 2006 Anthony Green <green at redhat.com> 0.8.7-2
- Install the icon in the hicolor tree.
- Require hicolor-icon-theme.
- Add dist tag to Release.
- Fix post/postun scripts and Requires.

* Sat Sep 16 2006 Anthony Green <green at redhat.com> 0.8.7-1
- updated to 0.8.7.
- first Fedora build.
- clean up Requires and BuildRequires.
- move .desktop file to %%{SOURCE2}.
- add stack-smash preventing patch.
- add %%post and %%postun scriptlets.

* Sat May  6 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.8.6-1
- updated to 0.8.6
- added Planet CCRMA categories to desktop file, added icon

* Fri Mar 31 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.8.4-1
- updated to 0.8.4
- added dependency for building on fc5
- add generic bindir file list, includes new "dump" command
- added lash support

* Wed May  4 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.6.3-1
- updated to 0.6.3

* Tue Mar 22 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.6.2-1
- updated to 0.6.2

* Fri Jan 21 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.6.0-1
- updated to 0.6.0, now requires gtkmm2

* Sun Dec 19 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup

* Sun Aug 29 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5.2-1
- updated to 0.5.2

* Thu Jul 29 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5.1-1
- updated to 0.5.1

* Wed May  5 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5.0-2
- fixed missing defattr in file list

* Wed May  5 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5.0-1
- updated to 0.5.0

* Wed Jan 21 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.4-1
- updated to 0.4.4

* Thu Nov 20 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.2-1
- spec file tweaks, add release tags

* Mon May 19 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.2-1
- updated to 0.4.2

* Wed Mar 19 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/seq24/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Sep 2006 18:12:31 -0000	1.1
+++ .cvsignore	26 Sep 2006 18:12:59 -0000	1.2
@@ -0,0 +1 @@
+seq24-0.8.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/seq24/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Sep 2006 18:12:31 -0000	1.1
+++ sources	26 Sep 2006 18:12:59 -0000	1.2
@@ -0,0 +1 @@
+b2c39dad73f803727c39c2e2e443ebdb  seq24-0.8.7.tar.gz




More information about the fedora-extras-commits mailing list