]> git.pld-linux.org Git - packages/FreeMe2.git/blob - FreeMe2.spec
- new,
[packages/FreeMe2.git] / FreeMe2.spec
1 Summary:        Remove wm-drm protection from wmv/asf/wma files
2 Name:           FreeMe2
3 Version:        0.4
4 Release:        1
5 License:        GPL v3
6 Group:          Applications/Multimedia
7 Source0:        http://downloads.sourceforge.net/freeme2/%{name}_src-%{version}.tgz
8 # Source0-md5:  c12175638e1bf238d9bd41de6fc91942
9 URL:            http://sourceforge.net/projects/freeme2
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libtool
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Freeme2 is a program based on famous freeme app created by Beale
17 Screamer and based on viodentias findings. It strips wm-drm protection
18 from wmv/asf/wma files as well as video/audio streams.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 %{__libtoolize}
25 %{__aclocal}
26 %{__autoconf}
27 %{__autoheader}
28 %{__automake}
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS README
43 %attr(755,root,root) %{_bindir}/FreeMe2
This page took 0.109616 seconds and 3 git commands to generate.