Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e986c2adca | ||
|
|
8c23353668 | ||
|
|
d7a8d1e34e | ||
|
|
f8c5824c8c | ||
|
|
7e24dea451 | ||
|
|
9938e95137 | ||
|
|
2fe76580f0 | ||
|
|
f2a3efe8e4 | ||
| 90956c5bc1 | |||
|
|
e82bd7ffab | ||
|
|
77abe957a9 | ||
|
828061c781 |
|||
| b14f18b8af | |||
|
|
dc16b68002 | ||
|
|
5155cd9d3a | ||
|
|
e392c5a32a | ||
|
|
9e3233b9d5 | ||
|
|
1ac71c59b6 | ||
|
|
06f55b8740 | ||
|
|
0048644de6 | ||
|
|
d06420fada | ||
|
|
93a0d69278 | ||
|
|
ce29bd94ba | ||
|
|
ae22ef743b |
4 changed files with 1 additions and 65 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/umph-0.1.8.tar.gz
|
||||
/umph-0.2.0.tar.gz
|
||||
/umph-0.2.3.tar.gz
|
||||
/umph-0.2.5.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
095f1f9da6b58b9b14db1abf193013ee umph-0.2.5.tar.gz
|
||||
60
umph.spec
60
umph.spec
|
|
@ -1,60 +0,0 @@
|
|||
Name: umph
|
||||
Version: 0.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Command line tool for parsing video links from Youtube feeds
|
||||
|
||||
Group: Applications/Internet
|
||||
License: GPLv3+
|
||||
URL: http://code.google.com/p/umph/
|
||||
Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(Getopt::ArgvFile) perl(XML::DOM)
|
||||
|
||||
%description
|
||||
umph is a command line tool for parsing video links from Youtube feeds,
|
||||
such as playlists, favorites and uploads. The parsed video links are printed
|
||||
to the standard output each separated with a newline.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
# to avoid useless perllocal.pod file installation
|
||||
sed -i -e 's/pure_install doc_install/pure_install/' Makefile
|
||||
# useless file
|
||||
sed -i -e '/\.packlist/d' Makefile
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog COPYING README NEWS
|
||||
%attr(755, -,-) %{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 18 2013 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.5-1
|
||||
- Update to 0.2.5
|
||||
* Sun Jul 15 2012 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
* Sun Sep 4 2011 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.0-1
|
||||
- Update to 0.2.0
|
||||
* Mon Aug 15 2011 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.1.8-2
|
||||
- Fix license and file section for the man page
|
||||
* Mon May 23 2011 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.1.8-1
|
||||
- Initial build
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue