[transmageddon] Initial import (#840239)

Kalev Lember kalev at fedoraproject.org
Thu Jul 26 22:38:28 UTC 2012


commit 1c0446b54f13ab0b01643c7c46411d0b41698482
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Jul 26 23:37:16 2012 +0300

    Initial import (#840239)

 .gitignore         |    1 +
 sources            |    1 +
 transmageddon.spec |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bb06c4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/transmageddon-0.21.tar.xz
diff --git a/sources b/sources
index e69de29..8c2bf89 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1149a5b670ab30007274c27850550de9  transmageddon-0.21.tar.xz
diff --git a/transmageddon.spec b/transmageddon.spec
new file mode 100644
index 0000000..12d8531
--- /dev/null
+++ b/transmageddon.spec
@@ -0,0 +1,59 @@
+Name:           transmageddon
+Version:        0.21
+Release:        2%{?dist}
+Summary:        Video transcoder
+
+License:        LGPLv2+
+URL:            http://www.linuxrising.org/
+Source0:        http://www.linuxrising.org/files/transmageddon-%{version}.tar.xz
+
+BuildArch:      noarch
+BuildRequires:  desktop-file-utils
+BuildRequires:  intltool
+Requires:       gstreamer-python >= 0.10.22
+Requires:       pygtk2
+Requires:       python-which
+
+%description
+Transmageddon supports almost any format as its input and can generate a very
+large host of output files. The goal of the application was to help people to
+create the files they need to be able to play on their mobile devices and for
+people not hugely experienced with multimedia to generate a multimedia file
+without having to resort to command line tools with ungainly syntaxes.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+# Remove the bundled which.py and use system python-which instead
+rm $RPM_BUILD_ROOT%{_datadir}/transmageddon/which.py*
+
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/transmageddon.desktop
+
+%find_lang transmageddon
+
+
+%files -f transmageddon.lang
+%doc AUTHORS COPYING NEWS
+%{_bindir}/transmageddon
+%{_datadir}/applications/transmageddon.desktop
+%{_mandir}/man1/transmageddon.1*
+%{_datadir}/pixmaps/transmageddon.svg
+%{_datadir}/transmageddon/
+
+
+%changelog
+* Fri Jul 20 2012 Kalev Lember <kalevlember at gmail.com> - 0.21-2
+- Remove bundled which.py and use system python-which instead (#840239)
+
+* Fri Jul 13 2012 Kalev Lember <kalevlember at gmail.com> - 0.21-1
+- Initial build


More information about the scm-commits mailing list