rpms/gaupol/F-9 gaupol.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Tue Jan 20 05:48:17 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/gaupol/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24937

Modified Files:
	.cvsignore sources 
Added Files:
	gaupol.spec 
Log Message:
initial import


--- NEW FILE gaupol.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name:		gaupol
Version:	0.13.1
Release:	1%{?dist}
Summary:	Subtitle editor

Group:		Applications/Multimedia
License:	GPLv3+
URL:		http://home.gna.org/gaupol
Source0:	http://download.gna.org/gaupol/0.13/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch


BuildRequires:	python, desktop-file-utils, gettext, doxygen, intltool
BuildRequires:	python-setuptools-devel
Requires:	python-enchant

%description
Editor for text-based subtitle files. It supports multiple subtitle file 
formats and provides means of correcting texts and timing subtitles to match
video. The user interface is designed with attention to batch processing of
multiple documents and convenience of translating.


%prep
%setup -q
sed -i -e "s/Encoding=UTF-8//" data/%{name}.desktop.in


%build
%{__python} setup.py build




%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%find_lang %{name}
desktop-file-install					\
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications		\
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
#not entirely sure this is needed, keeping rpmlint happy
rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/headers/microdvd



%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS README NEWS TODO
%{_bindir}/gaupol
%{python_sitelib}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*/*/apps/%{name}.*
%{_mandir}/man1/gaupol.1*




%changelog
* Thu Jan 15 2009 Lucian Langa <cooly at gnome.eu.org> - 0.13.1-1
- initial package




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gaupol/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jan 2009 23:21:19 -0000	1.1
+++ .cvsignore	20 Jan 2009 05:47:46 -0000	1.2
@@ -0,0 +1 @@
+gaupol-0.13.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gaupol/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jan 2009 23:21:19 -0000	1.1
+++ sources	20 Jan 2009 05:47:47 -0000	1.2
@@ -0,0 +1 @@
+11c62f478bcd9cd10a88752e4545e1d2  gaupol-0.13.1.tar.gz




More information about the fedora-extras-commits mailing list