rpms/gnomad2/devel gnomad2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Linus Walleij (snirkel) fedora-extras-commits at redhat.com
Thu Aug 25 07:21:37 UTC 2005


Author: snirkel

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

Modified Files:
	.cvsignore sources 
Added Files:
	gnomad2.spec 
Log Message:
auto-import gnomad2-2.8.0-4 on branch devel from gnomad2-2.8.0-4.src.rpm


--- NEW FILE gnomad2.spec ---
# SPEC file for gnomad2, main target is Fedora Extras.
# For testing a certain distribution, rely on macros that
# you define in your ".rpmmacros" file. For example, for
# test building a Fedora Extras package, define the following
# two macros in .rpmmacros:
#
# %dist .fc4
# %fedora 4
#

Name:		gnomad2
Version:    	2.8.0
Release:	4%{?dist}

Summary:	Gnomad 2 is a GNOME 2.0 client for the Creative Jukeboxes and Dell DJs
License:	GPL
URL:		http://gnomad2.sourceforge.net

Group:		Applications/Multimedia
Source:		http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
BuildRequires:	gtk2-devel
BuildRequires:	libgnomeui-devel
# We need recent functions from this library.
BuildRequires:	libnjb-devel >= 2.2
# libid3tag did not support writing of tags before this release.
BuildRequires:	libid3tag-devel >= 0.15.1
BuildRequires:	desktop-file-utils

%description
Gnomad 2 is a client for the Creative Nomad Jukeboxes, 
Zen, Zen USB 2.0, NX, Xtra, Touch and Micro, plus the
Dell DJs utilizing the libnjb library for jukebox 
communication. It is used for storing MP3 (and WAV, WMA) 
files on the jukebox and retrieving them again, it also 
handles data file storage and retrieval, playlists and 
a rudimentary player with full support for the Creative 
EAX sound processor.

%prep
%setup 

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# Rename this so it matches the distribution
desktop-file-install --vendor fedora --delete-original  \
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
  --add-category X-Fedora                               \
  --add-category Utility                                \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
# Generate a list of all available translations
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-desktop-database %{_datadir}/applications &> /dev/null

%postun
if [ "$1" = "0" ]; then
  update-desktop-database %{_datadir}/applications &> /dev/null
fi


%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/application-registry/*
%{_datadir}/pixmaps/*
%doc AUTHORS NEWS README COPYING ChangeLog

%changelog
* Wed Aug 17 2005 Linus Walleij <triad at df.lth.se> 2.8.0-4
- Final fixes before Fedora Extras submission.
* Sun Aug 7 2005 Linus Walleij <triad at df.lth.se> 2.8.0-3
- More Fedora Extras fixups.
* Sun Aug 7 2005 Linus Walleij <triad at df.lth.se> 2.8.0-2
- Some starter Fedora Core / Extras fixups.
* Thu Jun 30 2005 Linus Walleij <triad at df.lth.se> 2.8.0-1
- New release with many fixes and new libnjb stuff.
* Sat Jun 4 2005 Linus Walleij <triad at df.lth.se> 2.7.0-1
- New release with many fixes.
* Wed Feb 9 2005 Linus Walleij <triad at df.lth.se> 2.6.3-1
- Incremental update to sync with libnjb.
* Thu Jan 20 2005 Linus Walleij <triad at df.lth.se> 2.6.1-1
- Fixed Dell Pocket DJ and some more things.
* Fri Dec 10 2004 Linus Walleij <triad at df.lth.se> 2.6.1-1
- Fixed Dell DJ 2 and NJB1 issues
* Tue Nov 30 2004 Linus Walleij <triad at df.lth.se> 2.6.0-1
- File system folders and Zen Micro support, libnjb 1.3 CVS needed
* Wed Sep 29 2004 Linus Walleij <triad at df.lth.se> 2.5.0-1
- Lots of cool features, libnjb 1.2 CVS version needed
* Thu Apr 29 2004 Linus Walleij <triad at df.lth.se> 2.4.4-1
- Bug fixes, compilation on Gnome 2.5/2.6, libnjb 1.1
* Sat Apr 10 2004 Linus Walleij <triad at df.lth.se> 2.4.3-1
- Minor bug fixes, syncing up with some libnjb fixes.
* Mon Feb 22 2004 Linus Walleij <triad at df.lth.se> 2.4.2-1
- Minor bug fixes, syncing up with some libnjb fixes.
* Thu Jan 22 2004 Linus Walleij <triad at df.lth.se> 2.4.1-1
- Bug fixes, mainly NJB1 works again :-)
* Sat Jan 10 2004 Linus Walleij <triad at df.lth.se> 2.4.0-1
- Dell Digital Jukebox support, and syncs with CVS libnjb.
* Sat Dec 06 2003 Linus Walleij <triad at df.lth.se> 2.3.0-1
- Nomad Zen Xtra support, and sync to libnjb 1.0
* Mon Oct 27 2003 Linus Walleij <triad at df.lth.se> 2.2.0-1
- Nomad Zen NX support and full GTK+-2.0 migration.
* Sun Aug 10 2003 Linus Walleij <triad at df.lth.se> 2.1.0-2
- Relinking with updated version of libnjb.
* Sun Aug 10 2003 Linus Walleij <triad at df.lth.se> 2.1.0-1
- Several enhancements including stuff in libnjb.
* Thu May 22 2003 Linus Walleij <triad at df.lth.se> 2.0.2-1
- Making an RPM with minor bug fixes and some upgrade libnjb code.
* Sun Apr 20 2003 Linus Walleij <triad at df.lth.se> 2.0.1-2_rh9
- Fixing up a clean and working post script for the hotplugging
* Sat Apr 19 2003 Linus Walleij <triad at df.lth.se> 2.0.1-1_rh9
- Creating a RedHat 9 special, adding automated hotplug installation.
* Sun Mar 30 2003 Linus Walleij <triad at df.lth.se> 2.0.1
- Some fixes. Still relying on CVS version of libnjb.
* Thu Jan 16 2003 Linus Walleij <triad at df.lth.se> 2.0.0
- Skipped alpha. Going to sharp.
* Sun Jan 12 2003 Linus Walleij <triad at df.lth.se> 2.0.0a-1
- Initial alpha release of 2.0.0
* Mon Oct 07 2002 Linus Walleij <triad at df.lth.se> 1.1.6-1
- Bugfixes and preliminary NJB3 support
* Sat Sep 07 2002 Linus Walleij <triad at df.lth.se> 1.1.5-1
- Bugfixes again
* Fri Jul 19 2002 Linus Walleij <triad at df.lth.se> 1.1.4-1
- Bugfix release
* Tue Jun 18 2002 Linus Walleij <triad at df.lth.se> 1.1.3-1
- Bugfix release
* Sat Jun 1 2002 Linus Walleij <triad at df.lth.se> 1.1.2-1
- Another packaging.
* Sat Apr 6 2002 Linus Walleij <triad at df.lth.se> 1.1.0-1
- First try at a GNOMAD RPM package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnomad2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Aug 2005 07:20:21 -0000	1.1
+++ .cvsignore	25 Aug 2005 07:21:35 -0000	1.2
@@ -0,0 +1 @@
+gnomad2-2.8.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnomad2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Aug 2005 07:20:21 -0000	1.1
+++ sources	25 Aug 2005 07:21:35 -0000	1.2
@@ -0,0 +1 @@
+23872b7d3b9fc434b8152620e309de3a  gnomad2-2.8.0.tar.gz




More information about the fedora-extras-commits mailing list