From 6ec94ed14b7fe1f989d3545ce5a530242b8df09d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:09:57 +0100 Subject: [PATCH] rebuilt with libmtp 1.1.1 [release 2.9.6-2mamba;Thu Nov 10 2011] --- README.md | 2 ++ gnomad2.spec | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 gnomad2.spec diff --git a/README.md b/README.md index ec4572e..9a593f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gnomad2 +Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range plus the Dell DJ devices using the Portable Digital Entertainment (PDE) protocol. It was created by Linus Walleij on a rainy day and has evolved a bit since. + diff --git a/gnomad2.spec b/gnomad2.spec new file mode 100644 index 0000000..8568b7a --- /dev/null +++ b/gnomad2.spec @@ -0,0 +1,76 @@ +Name: gnomad2 +Version: 2.9.6 +Release: 2mamba +Summary: A music manager and more for the Creative Labs NOMAD and Zen range plus the Dell DJ devices +Group: Graphical Desktop/Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gnomad2.sourceforge.net/ +Source: http://switch.dl.sourceforge.net/sourceforge/gnomad2/gnomad2-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libdbus-devel +BuildRequires: libdbus-glib-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libid3tag-devel +BuildRequires: libmtp-devel +BuildRequires: libpango-devel +BuildRequires: libtag-devel +BuildRequires: libusb-devel +BuildRequires: libz-devel +BuildRequires: libnjb-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range plus the Dell DJ devices using the Portable Digital Entertainment (PDE) protocol. It was created by Linus Walleij on a rainy day and has evolved a bit since. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/gnomad2 +%{_datadir}/application-registry/gnomad2.applications +%{_datadir}/applications/gnomad2.desktop +%{_datadir}/pixmaps/gnomad2-logo.png +%{_mandir}/man1/gnomad2.1.gz +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Thu Nov 10 2011 Silvan Calarco 2.9.6-2mamba +- rebuilt with libmtp 1.1.1 + +* Fri Jul 01 2011 Automatic Build System 2.9.6-1mamba +- automatic update by autodist + +* Fri Mar 20 2009 Silvan Calarco 2.9.4-1mamba +- automatic update by autodist + +* Sat Jan 10 2009 Silvan Calarco 2.9.2-1mamba +- automatic update by autodist + +* Thu Jul 31 2008 Silvan Calarco 2.9.1-2mamba +- rebuilt against libmtp 0.3.0 + +* Tue Jul 29 2008 Silvan Calarco 2.9.1-1mamba +- package created by autospec