[encuentro] Initial import (#814887).

Adrian Alves alvesadrian at fedoraproject.org
Tue May 1 04:11:57 UTC 2012


commit 6d1f2f844cb2488f283bfa6add48afd80c4a5dcd
Author: Adrian Alves <alvesadrian at fedoraproject.org>
Date:   Tue May 1 01:11:35 2012 -0300

    Initial import (#814887).

 .gitignore     |    1 +
 encuentro.spec |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0e796c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/encuentro-0.5.tar.gz
diff --git a/encuentro.spec b/encuentro.spec
new file mode 100644
index 0000000..549393f
--- /dev/null
+++ b/encuentro.spec
@@ -0,0 +1,72 @@
+Name:		encuentro
+Version: 	0.5	
+Release:	7%{?dist}
+Summary:	Content visualization of Encuentro	
+License:	GPLv3	
+URL:		http://encuentro.taniquetil.com.ar/	
+Source0:	http://launchpad.net/encuentro/trunk/0.5/+download/encuentro-%{version}.tar.gz
+BuildArch: 	noarch
+BuildRequires: 	python2-devel
+BuildRequires:  desktop-file-utils
+Requires: 	python-mechanize
+Requires: 	python-twisted
+Requires: 	pygtk2
+Requires:	pyxdg
+
+%description
+Welcome to the Encuentro visualization program!
+This is a simple program to search, download and see the content 
+of the Canal Encuentro. This program is strongly oriented to 
+Spanish speaking people, as the content of Encuentro is only in Spanish.  
+Notes regarding licenses:
+- The content of Encuentro is not distributed at all, but downloaded 
+personally by the user, please check here to see the licenses about 
+that content: http://www.encuentro.gov.ar
+
+%prep
+%setup -qn %{name}-%{version}
+sed -i '1d' encuentro/__init__.py
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%files
+%{_bindir}/encuentro
+%{_datadir}/applications/encuentro.desktop
+%{_datadir}/encuentro/
+%doc AUTHORS AYUDA.txt COPYING LEEME.txt README.txt version.txt
+%exclude %{_datadir}/apport/
+
+%changelog
+* Fri Apr 27 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-7
+- Removed apport dir
+
+* Thu Apr 26 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-6
+- Added %%exclude 
+
+* Wed Apr 25 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-5
+- Fixed %%files
+- Added sed in %%prep
+- Removed period in summary
+- Removed Group tag
+- Added flag -q into %%setup
+
+* Wed Apr 25 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-4
+- Added desktop-file-validate 
+- Separated %%build and %%install sections
+- Added doc files 
+
+* Wed Apr 25 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-3
+- Added python macro 
+
+* Sat Apr 21 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5-2
+- Removed Prefix, Packager and Vendor.
+- Removed empty %%build
+- Removed %%clean
+
+* Mon Apr 09 2012 Adrian Alves <alvesadrian at fedoraproject.org> 0.5
+- First build.
diff --git a/sources b/sources
index e69de29..73a2d0d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+112b21ddaee55a50805492c09f8ff43f  encuentro-0.5.tar.gz


More information about the scm-commits mailing list