Cdcollect.spec
Aus Fedorawiki.de
| |
Dieser Artikel ist veraltet und Bedarf einer Aktualisierung. |
Beschreibung
Name: cdcollect
Version: 0.5.0
Beschreibung: Eine auf Mono basierende CD-Datenbank
Homepage: http://cdcollect.sourceforge.net/index.php
Screenshot: http://cdcollect.sourceforge.net/screenshots.php
Download: http://prdownloads.sourceforge.net/cdcollect/cdcollect-0.5.0.tar.gz
Besonderheiten: benötigt Mono und gtk-sharp2
SPEC
Name: cdcollect
Version: 0.5.0
Release: 1%{?dist}
Summary: CDCollect is a CD catalog application for gnome based on Mono
Group: Applications/Databases
License: GPL
Url: http://cdcollect.sourceforge.net/index.php
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sqlite2-devel
BuildRequires: gtk-sharp2-devel => 1.9.1
BuildRequires: gettext
Requires: gtk-sharp2
Requires: mono => 1.1.0
%description
CDCollect is a CD catalog application for gnome.
It's goal is to be able to catalog your entire CD collection
allowing for searches of your CD files with a clean and
simple interface.
CDCollect is written in mono using monodevelop and the
gtk-sharp and sqlite libraries. It exports an easy to
use interface (if you feel it does not follow the gnome
hig then it's a bug).
CDCollect allows the use of plugins (external programs)
to collect information for each file of a CD in your catalog.
Searches can be performed on CDs or files in the collection.
It also catalogs compressed files (using external programs
such as unzip, unrar, etc).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_sysconfdir}/gconf/schemas/cdcollect.schemas
%{_bindir}/cdcollect
%{_libdir}/cdcollect/cdcollect.exe
%{_datadir}/applications/cdcollect.desktop
%{_datadir}/pixmaps/cdcollect.png
%changelog
* Wed Sep 21 2005 Sebastian Vahl <svahl@web.de> 0.5.0-1
- Updated to new version
* Mon Jul 25 2005 Sebastian Vahl <svahl@web.de> 0.4.2-1
- Inital release