[sensible-utils] Initial import

Sandro Mani smani at fedoraproject.org
Wed Feb 26 13:51:33 UTC 2014


commit 432e99b6c633e11c6f7e1b70f82ea5bc2cc63832
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Feb 26 14:52:18 2014 +0100

    Initial import

 .gitignore          |    1 +
 sensible-utils.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3b2abdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sensible-utils_0.0.9.tar.gz
diff --git a/sensible-utils.spec b/sensible-utils.spec
new file mode 100644
index 0000000..d1e7812
--- /dev/null
+++ b/sensible-utils.spec
@@ -0,0 +1,47 @@
+Name:           sensible-utils
+Version:        0.0.9
+Release:        1%{?dist}
+Summary:        Utilities for sensible alternative selection
+
+BuildArch:      noarch
+License:        GPLv2+
+URL:            https://packages.debian.org/unstable/admin/%{name}
+Source0:        http://ftp.de.debian.org/debian/pool/main/s/%{name}/%{name}_%{version}.tar.gz
+
+
+%description
+This package provides a number of small utilities which are used by programs to
+sensibly select and spawn an appropriate browser, editor, or pager.
+
+
+%prep
+%setup -q
+
+# The french manpage is latin1, the german and spanish ones are encoded with
+# some unusable non-iso encoding and are left as is.
+for file in ./man/fr/man1/.1*; do
+  iconv -f latin1 -t utf8 < $file > $file.new
+  mv -f $file.new $file
+done
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc debian/copyright debian/changelog
+%{_bindir}/sensible-*
+%{_bindir}/select-editor
+%{_mandir}/man1/*.1*
+%{_mandir}/*/man1/*.1*
+
+
+%changelog
+* Fri Feb 21 2014 Sandro Mani <manisandro at gmail.com> - 0.0.9-1
+- Initial package
diff --git a/sources b/sources
index e69de29..ab9a1ff 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+559012932ffa95a7bbd8f8423869b652  sensible-utils_0.0.9.tar.gz


More information about the scm-commits mailing list