commit 9c6e84095dd7b379d74aaf8bac23cfbe6b646497 Author: Petr Písař <ppi...@redhat.com> Date: Tue Oct 16 16:22:33 2012 +0200
Import .gitignore | 1 + ctstream.spec | 24 ++++++++++++++++++++++++ sources | 1 + 3 files changed, 26 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..d23d77c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/ctstream-6 diff --git a/ctstream.spec b/ctstream.spec new file mode 100644 index 0000000..362d651 --- /dev/null +++ b/ctstream.spec @@ -0,0 +1,24 @@ +Name: ctstream +Version: 6 +Release: 1%{?dist} +Summary: Get URLs of Czech Television video streams +Group: Applications/Internet +License: GPL+ +URL: http://xpisar.wz.cz/%{name}/ +Source0: %{url}%{name}-%{version} +BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Get locators of Czech Television video streams for given web page. + +%install +install -d %{buildroot}%{_bindir} +install %{SOURCE0} %{buildroot}%{_bindir}/%{name} + +%files +%{_bindir}/* + +%changelog +* Fri Oct 12 2012 Petr Pisar <ppi...@redhat.com> - 6-1 +- Initial spec file diff --git a/sources b/sources index e69de29..c41c8eb 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +34fee13ed76301d5c0c8098df6a1a2ea ctstream-6 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel