rpms/nomadsync/devel nomadsync.desktop, NONE, 1.1 nomadsync.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Linus Walleij (snirkel) fedora-extras-commits at redhat.com
Thu Mar 9 19:53:02 UTC 2006


Author: snirkel

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

Modified Files:
	.cvsignore sources 
Added Files:
	nomadsync.desktop nomadsync.spec 
Log Message:
auto-import nomadsync-0.4.2-8 on branch devel from nomadsync-0.4.2-8.src.rpm


--- NEW FILE nomadsync.desktop ---
[Desktop Entry]
Name=Nomadsync
Name[sv]=Nomadsync
GenericName=Nomad/Zen Jukebox/Dell DJ Synchronization utility
GenericName[sv]=Klient för Nomad/Zen/Dell DJ Jukebox synkronisering
Comment=A tool for managing Creative Nomad/Zen Jukeboxes and Dell DJs
Comment[sv]=Ett verktyg för att synkronisera Creative Nomad/Zen Jukebox:ar och Dell DJ-spelare
Exec=nomadsync
Terminal=false
Type=Application
Icon=nomadsync-logo.png
Categories=Application;AudioVideo;
Encoding=UTF-8


--- NEW FILE nomadsync.spec ---
# SPEC file for nomadsync, primary target is the Fedora Extras
# RPM repository.
#
# 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 .fc5
# %fedora 5
#

Name:		nomadsync
Version:	0.4.2
Release:	8%{?dist}
Summary:	A music synchronization program form portable audio players
URL:		http://nomadsync.sourceforge.net/

Group:		Applications/Multimedia
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License:	GPL
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
BuildRequires:	libusb-devel
BuildRequires:	libnjb-devel
BuildRequires:	id3lib-devel
BuildRequires:	gawk
BuildRequires:	desktop-file-utils
# This will pull in the apropriate wxGTK version
BuildRequires:	%{_bindir}/wxgtk-2.4-config 

%description
This package provides an application to synchronize music trees
with Creative NOMAD Jukebox, Creative Zen and Dell DJ line of 
MP3 players.

%prep
%setup -q -n %{name}

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
# Install that icon
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -p -m 644 doc/camelHead.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/nomadsync-logo.png
# Add distro-specifics to .desktop file
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install \
  --vendor fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  %{SOURCE1}
# Remove erroneous desktop file directory
rm -rf $RPM_BUILD_ROOT/Utilities
# Fixup permissions
chmod 644 ChangeLog authors copying readme install
# Fix end-of-line encoding
%{__sed} -i 's?\r??' ChangeLog
%{__sed} -i 's?\r??' readme

%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
%defattr(-, root, root, -)
%{_bindir}/nomadsync
%{_datadir}/pixmaps/nomadsync-logo.png
%{_datadir}/applications/*.desktop
%doc ChangeLog authors copying readme

%changelog
* Wed Mar 8 2006 Linus Walleij <triad at df.lth.se> 0.4.2-8
- New sources, do not re-tar the file.

* Tue Mar 7 2006 Linus Walleij <triad at df.lth.se> 0.4.2-7
- Detect wxGTK 2.4.x in a smarter way.

* Sun Jan 15 2006 Linus Walleij <triad at df.lth.se> 0.4.2-6
- Making a compat choice for FC5 and beyond.

* Mon Dec 19 2005 Linus Walleij <triad at df.lth.se> 0.4.2-5
- Fixing in response to reviewers comments.

* Sat Nov 16 2005 Linus Walleij <triad at df.lth.se> 0.4.2-4
- Added a desktop file by way of Source1-parameter instead.

* Sat Oct 15 2005 Linus Walleij <triad at df.lth.se> 0.4.2-3
- Added a desktop file.

* Fri Oct 14 2005 Linus Walleij <triad at df.lth.se> 0.4.2-2
- Tweaks and fixes to dependencies.

* Thu Oct 06 2005 Brent Norris <brent at linux.wku.edu> 0.4.2-1
- First RPM'ed


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nomadsync/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Mar 2006 19:51:02 -0000	1.1
+++ .cvsignore	9 Mar 2006 19:53:02 -0000	1.2
@@ -0,0 +1 @@
+nomadsync-0.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nomadsync/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2006 19:51:02 -0000	1.1
+++ sources	9 Mar 2006 19:53:02 -0000	1.2
@@ -0,0 +1 @@
+fd55927c54cd0737cdecb88e4bfbf0b7  nomadsync-0.4.2.tar.gz




More information about the scm-commits mailing list