[dnf-langpacks] Initial import (#1107944)

Parag Nemade pnemade at fedoraproject.org
Thu Jul 10 16:34:16 UTC 2014


commit 5a3f91f3347dbb0b3953a6705a077cc01d02d6dc
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Jul 10 22:03:52 2014 +0530

    Initial import (#1107944)

 .gitignore         |    1 +
 dnf-langpacks.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..649c5ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/0.3.0.tar.gz
diff --git a/dnf-langpacks.spec b/dnf-langpacks.spec
new file mode 100644
index 0000000..9209221
--- /dev/null
+++ b/dnf-langpacks.spec
@@ -0,0 +1,37 @@
+Summary:       Langpacks plugin for dnf
+Name:          dnf-langpacks
+Version:       0.3.0
+Release:       1%{?dist}
+License:       GPLv2+
+URL:           https://github.com/pnemade/dnf-langpacks
+Source0:       https://github.com/pnemade/%{name}/archive/%{version}.tar.gz
+BuildArch:     noarch
+BuildRequires: python-setuptools
+BuildRequires: python2-devel
+Requires:      dnf
+Requires:      langtable
+
+%description
+dnf-langpacks is a plugin for DNF that looks for langpacks for your native
+language for packages you install.
+
+%prep
+%setup -q
+
+%build
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+%files
+%doc README.md LICENSE NEWS
+%{python2_sitelib}/dnf-plugins/*
+%{python2_sitelib}/*egg-info*
+%{_mandir}/man8/dnf-langpacks.8.gz
+
+%changelog
+* Tue Jul 08 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.0-1
+- update to 0.3.0 release
+
+* Wed Jun 11 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.1.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..ff53489 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0a1c9ff5ea420c73b3d2363583920833  0.3.0.tar.gz


More information about the scm-commits mailing list