]> git.pld-linux.org Git - packages/cssauth.git/commitdiff
- initial spec
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 4 Sep 2000 14:45:01 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cssauth.spec -> 1.1

cssauth.spec [new file with mode: 0644]

diff --git a/cssauth.spec b/cssauth.spec
new file mode 100644 (file)
index 0000000..87793a2
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       CSS authentication/decryption tools     
+Name:          cssauth
+Version:       0
+Release:       1
+License:       GPL
+Group:         Utilities
+Group(pl):     Narzêdzia
+Source0:       %{name}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tools for authenticating and decrypting CSS-protected DVD. Makes
+playing DVD using MPEG-2 software decoders (like VideoLAN client)
+possible.
+
+%prep
+%setup -qn css-auth
+
+%build
+make CFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -s css-cat dvdinfo tstdvd $RPM_BUILD_ROOT%{_bindir}
+install -s reset $RPM_BUILD_ROOT%{_bindir}/dvdreset
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.087687 seconds and 4 git commands to generate.