SPECS: nosefart.spec - updated to 2.7 - updated sh patch

qboosh qboosh at pld-linux.org
Sun Jun 1 02:10:45 CEST 2008


Author: qboosh                       Date: Sun Jun  1 00:10:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.7
- updated sh patch

---- Files affected:
SPECS:
   nosefart.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/nosefart.spec
diff -u SPECS/nosefart.spec:1.13 SPECS/nosefart.spec:1.14
--- SPECS/nosefart.spec:1.13	Tue Feb 13 08:16:49 2007
+++ SPECS/nosefart.spec	Sun Jun  1 02:10:40 2008
@@ -2,12 +2,12 @@
 Summary:	Nosefart - NSF files player
 Summary(pl.UTF-8):	Nosefart - odtwarzacz plików NSF
 Name:		nosefart
-Version:	2.6
+Version:	2.7
 Release:	1
 License:	GPL v2
 Group:		Applications/Sound
 Source0:	http://dl.sourceforge.net/nosefart/%{name}-%{version}-mls.tar.bz2
-# Source0-md5:	cbf1cb3658e2042e76a4bb0b35c2ca84
+# Source0-md5:	f5b3a2037b2c5851b506898fc1f7d6bc
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-sh.patch
 URL:		http://nosefart.sourceforge.net/
@@ -30,6 +30,21 @@
 odtwarzający muzykę oraz dane z gier NES. Do ich odtwarzania potrzebna
 jest dokładna emulacja 6502 i rejestrów dźwiękowych NES.
 
+%package -n gnosefart
+Summary:	Graphical player for Nintendo NES audio files
+Summary(pl.UTF-8):	Graficzny odtwarzacz plików dźwiękowych NES z Nintendo
+Group:		X11/Applications/Sound
+Requires:	%{name} = %{version}-%{release}
+
+%description -n gnosefart
+gnosefart plays .nsf audio files that were ripped from games for the
+Nintendo Entertainment System. It's a GTK+ front end for nosefart.
+
+%description -n gnosefart -l pl.UTF-8
+gnosefart odtwarza pliki dźwiękowe .nsf wyciągnięte z gier dla konsol
+Nintendo Entertainment System. Jest to interfejs GTK+ dla programu
+nosefart.
+
 %package -n xmms-input-nosefart
 Summary:	Nosefart player as XMMS plugin
 Summary(pl.UTF-8):	Odtwarzacz Nosefart jako wtyczka XMMS-a
@@ -47,27 +62,12 @@
 jest dokładna emulacja 6502 i rejestrów dźwiękowych NES. Ten pakiet
 zawiera odtwarzacz zbudowany jako wtyczka XMMS-a.
 
-%package -n gnosefart
-Summary:	Graphical player for Nintendo NES audio files
-Summary(pl.UTF-8):	Graficzny odtwarzacz plików dźwiękowych NES z Nintendo
-Group:		X11/Applications/Sound
-Requires:	%{name} = %{version}-%{release}
-
-%description -n gnosefart
-gnosefart plays .nsf audio files that were ripped from games for the
-Nintendo Entertainment System. It's a GTK+ front end for nosefart.
-
-%description -n gnosefart -l pl.UTF-8
-gnosefart odtwarza pliki dźwiękowe .nsf wyciągnięte z gier dla konsol
-Nintendo Entertainment System. Jest to interfejs GTK+ dla programu
-nosefart.
-
 %prep
 %setup -q -n %{name}-%{version}-mls
 %patch0 -p1
 %patch1 -p1
 
-rm -rf src/gnosefart-1.4/autom4te.cache
+rm -r src/gnosefart-1.5/autom4te.cache
 
 %build
 %{__make} \
@@ -75,26 +75,26 @@
 	OPTFLAGS="%{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}"
 
-cd src/xmms
-%{__libtoolize}
+cd src/gnosefart-1.5
+rm -f mkinstalldirs
+cp -f /usr/share/automake/mkinstalldirs .
+glib-gettextize --copy --force
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
-%{__make} \
-	AM_LDFLAGS="-lm"
+%{__make}
 
-cd ../gnosefart-1.4
-rm -f mkinstalldirs
-cp -f /usr/share/automake/mkinstalldirs .
-glib-gettextize --copy --force
+cd ../xmms
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
-%{__make}
+%{__make} \
+	AM_LDFLAGS="-lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -105,7 +105,7 @@
 install -d $RPM_BUILD_ROOT%{xmms_input_plugindir}
 install src/xmms/.libs/libnosefart.so $RPM_BUILD_ROOT%{xmms_input_plugindir}
 
-%{__make} -C src/gnosefart-1.4 install \
+%{__make} -C src/gnosefart-1.5 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -116,23 +116,27 @@
 %doc CHANGES README
 %attr(755,root,root) %{_bindir}/nosefart
 
-%files -n xmms-input-nosefart
-%defattr(644,root,root,755)
-%attr(755,root,root) %{xmms_input_plugindir}/libnosefart.so
-
 %files -n gnosefart
 %defattr(644,root,root,755)
+%doc src/gnosefart-1.5/{AUTHORS,ChangeLog,README,TODO}
 %attr(755,root,root) %{_bindir}/gnosefart
-%{_datadir}/gnosefart
 %{_desktopdir}/gnosefart.desktop
 %{_pixmapsdir}/gnosefart.png
 
+%files -n xmms-input-nosefart
+%defattr(644,root,root,755)
+%attr(755,root,root) %{xmms_input_plugindir}/libnosefart.so
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-06-01 00:10:40  qboosh
+- updated to 2.7
+- updated sh patch
+
 Revision 1.13  2007-02-13 07:16:49  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nosefart.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list