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

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Thu Dec 28 05:46:33 UTC 2006


Author: jspaleta

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

Modified Files:
	.cvsignore sources 
Added Files:
	gpodder.spec 
Log Message:
auto-import gpodder-0.8.0-3.fc7 on branch devel from gpodder-0.8.0-3.fc7.src.rpm


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


Name:           gpodder
Version:        0.8.0
Release:        3%{?dist}
Summary:        Podcast receiver/catcher written in Python

Group:          Applications/Multimedia
License:        GPL
URL:            http://perli.net/projekte/gpodder/index.html
Source0:        http://perli.net/projekte/gpodder/releases/0.8.0/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  intltool
Requires:       pygtk2 pygtk2-libglade wget

%description
gPodder is a Podcast receiver/catcher written in Python, using GTK. 
It manages podcast feeds for you and automatically downloads all 
podcasts from as many feeds as you like.
It also optionally supports syncing with ipods.

%prep
%setup -q


%build
make messages


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

iconv -f latin1 -t utf-8 $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop \
       -o $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new
mv $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor fedora --delete-original           \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications                 \
  --remove-key Miniicon --add-category Application \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README INSTALL
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{python_sitelib}/%{name}/

%changelog
* Wed Dec 27 2006 Jef Spaleta <jspaleta at gmail.com> 0.8.0-3
- Rmove X-Fedora-Extras Category and python dependancy as per review comments 

* Sun Dec 24 2006 Jef Spaleta <jspaleta at gmail.com> 0.8.0-2
- added iconv call to force utf-8 encoding.

* Sun Dec 24 2006 Jef Spaleta <jspaleta at gmail.com> 0.8.0-1
- Initial build for FE inclusion review


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpodder/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2006 05:45:35 -0000	1.1
+++ .cvsignore	28 Dec 2006 05:46:03 -0000	1.2
@@ -0,0 +1 @@
+gpodder-0.8.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpodder/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2006 05:45:35 -0000	1.1
+++ sources	28 Dec 2006 05:46:03 -0000	1.2
@@ -0,0 +1 @@
+8c58c613d049bd2387e09876c574ebf9  gpodder-0.8.0.tar.gz




More information about the scm-commits mailing list