diff options
Diffstat (limited to 'redhat/extras/trinity-live')
-rw-r--r-- | redhat/extras/trinity-live/tperl.spec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/redhat/extras/trinity-live/tperl.spec b/redhat/extras/trinity-live/tperl.spec new file mode 100644 index 000000000..d30c67929 --- /dev/null +++ b/redhat/extras/trinity-live/tperl.spec @@ -0,0 +1,25 @@ +Name: tperl +Version: 1.0 +Release: 1%{?dist} +Summary: Hack to get TDE installed with Perl + +License: GPL +URL: http://www.trinitydesktop.org + +Requires: perl +Provides: /bin/perl + +BuildArch: noarch + +%description +%{summary} + +%prep + +%build + +%install + +%files + +%changelog |