summaryrefslogtreecommitdiff
path: root/libdvdcss/stackrpms-libdvdcss.spec.diff
blob: 35425693b11482299b889fd60c807768d9ec5800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- /usr/src/libdvdcss/1.4.2-2/libdvdcss.spec	2019-02-24 08:57:24.000000000 -0500
+++ /home/bgstack15/dev/stackrpms/libdvdcss/libdvdcss.spec	2019-05-05 14:49:22.517761557 -0400
@@ -1,14 +1,16 @@
 Summary:        A portable abstraction library for DVD decryption
 Name:           libdvdcss
 Version:        1.4.2
-Release:        2%{?dist}
+Release:        2
 License:        GPLv2+
-URL:            http://www.videolan.org/%{name}/
-
-Source:         http://www.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-
+URL:            https://www.videolan.org/%{name}/
+#Source:         http://www.videolan.org/pub/videolan/%%{name}/%%{version}/%%{name}-%%{version}.tar.bz2
+# Use the code release because www.videolan.org does not provide https for the tarball download which is required by rpkg on copr.
+Source:         https://code.videolan.org/videolan/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  doxygen
-BuildRequires:  gcc
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 
 Requires(post): ldconfig
 
@@ -32,6 +34,7 @@
 %setup -q
 
 %build
+autoreconf -i
 %configure --disable-static
 %make_build
 
@@ -56,8 +59,8 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
-* Thu Sep 20 2018 Simone Caronni <negativo17@gmail.com> - 1.4.2-2
-- Add GCC build requirement.
+* Sun Nov 11 2018 B Stack <bgstack15@gmail.com> - 1.4.2-2
+- Repackaged for stackrpms
 
 * Tue Apr 24 2018 Simone Caronni <negativo17@gmail.com> - 1.4.2-1
 - Update to 1.4.2.
bgstack15