rebuilt with libmtp 1.1.1 [release 2.9.6-2mamba;Thu Nov 10 2011]
This commit is contained in:
parent
9e86422fa3
commit
6ec94ed14b
@ -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.
|
||||
|
||||
|
76
gnomad2.spec
Normal file
76
gnomad2.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2.9.6-2mamba
|
||||
- rebuilt with libmtp 1.1.1
|
||||
|
||||
* Fri Jul 01 2011 Automatic Build System <autodist@mambasoft.it> 2.9.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Mar 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 31 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-2mamba
|
||||
- rebuilt against libmtp 0.3.0
|
||||
|
||||
* Tue Jul 29 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user