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

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Mon May 22 00:06:56 UTC 2006


Author: sindrepb

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

Modified Files:
	.cvsignore sources 
Added Files:
	serpentine.spec 
Log Message:
auto-import serpentine-0.6.91-1 on branch devel from serpentine-0.6.91-1.src.rpm


--- NEW FILE serpentine.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           serpentine
Version:        0.6.91
Release:        1%{?dist}
Summary:        Audio CD Burner

Group:          Applications/Multimedia
License:        GPL
URL:            http://s1x.homelinux.net/projects/serpentine
Source0:        http://download.berlios.de/serpentine/serpentine-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

BuildRequires:	pygtk2-devel, GConf2-devel      
BuildRequires:  desktop-file-utils, gettext

Requires:	gstreamer-python, gnome-python2-nautilus-cd-burner
Requires:	gnome-python2-totem, gnome-python2-gnomevfs		
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Serpentine is an application for writing CD-Audio discs. 
It aims for simplicity, usability and compatibility and accepts a big range of
audio (and video) formats thanks to the excelent GStreamer framework. It also
tries to integrate well with other application, accepting full Drag N Drop
from applications like Nautilus, Rhythmbox and even Firefox.

%prep
%setup -q
sed -i 's!Terminal=False!Terminal=false!' data/serpentine.desktop.in

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor fedora --delete-original         \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
	--remove-category X-Ximian-Main                         \
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%post
update-desktop-database &> /dev/null ||:

%postun
update-desktop-database &> /dev/null ||:

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%dir %{python_sitelib}/serpentine
%{python_sitelib}/serpentine/*.py
%{python_sitelib}/serpentine/*.pyc
%{python_sitelib}/serpentine/plugins/*.py
%{python_sitelib}/serpentine/plugins/*.pyc
%ghost %{python_sitelib}/serpentine/*.pyo
%ghost %{python_sitelib}/serpentine/plugins/*.pyo
%{_datadir}/applications/*
%{_datadir}/serpentine


%changelog
* Sun Apr 02 2006 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.6.91-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/serpentine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 May 2006 00:05:46 -0000	1.1
+++ .cvsignore	22 May 2006 00:06:56 -0000	1.2
@@ -0,0 +1 @@
+serpentine-0.6.91.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/serpentine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 May 2006 00:05:46 -0000	1.1
+++ sources	22 May 2006 00:06:56 -0000	1.2
@@ -0,0 +1 @@
+2d41b5ebef49c03951031c29fccd08e6  serpentine-0.6.91.tar.bz2




More information about the fedora-extras-commits mailing list