From: Elan Ruusamäe Date: Sun, 22 May 2011 19:55:24 +0000 (+0000) Subject: - new, X-Git-Url: http://git.pld-linux.org/?p=packages%2FFreeMe2.git;a=commitdiff_plain;h=HEAD - new, based on ftp.mandrivauser.de/rpm/GPL/2008.1/i586/release/FreeMe2-0.4-1mud2008.1.i586.rpm Changed files: FreeMe2.spec -> 1.1 --- 38c4998a407fb5e746b7105ad6ca1b963d7a5bbd diff --git a/FreeMe2.spec b/FreeMe2.spec new file mode 100644 index 0000000..cec1cda --- /dev/null +++ b/FreeMe2.spec @@ -0,0 +1,43 @@ +Summary: Remove wm-drm protection from wmv/asf/wma files +Name: FreeMe2 +Version: 0.4 +Release: 1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://downloads.sourceforge.net/freeme2/%{name}_src-%{version}.tgz +# Source0-md5: c12175638e1bf238d9bd41de6fc91942 +URL: http://sourceforge.net/projects/freeme2 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Freeme2 is a program based on famous freeme app created by Beale +Screamer and based on viodentias findings. It strips wm-drm protection +from wmv/asf/wma files as well as video/audio streams. + +%prep +%setup -q -n %{name} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/FreeMe2