forked from rpmfusion/rpmfusion-nonfree-obsolete-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrpmfusion-nonfree-obsolete-packages.spec
67 lines (52 loc) · 1.8 KB
/
rpmfusion-nonfree-obsolete-packages.spec
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Name: rpmfusion-nonfree-obsolete-packages
Version: 31
Release: 1%{?dist}
Summary: A package to obsolete retired packages from rpmfusion-nonfree
License: MIT
URL: http://rpmfusion.org
Source0: README
BuildArch: noarch
# Last build nvidia-304xx-kmod-304.137-5.fc28
Provides: akmod-nvidia-304xx = 304.137-100
Obsoletes: akmod-nvidia-304xx < 304.137-100
Provides: kmod-nvidia-304xx = 304.137-100
Obsoletes: kmod-nvidia-304xx < 304.137-100
# Last build xorg-x11-drv-nvidia-304xx-304.137-2.fc28
Provides: xorg-x11-drv-nvidia-304xx = 304.137-100
Obsoletes: xorg-x11-drv-nvidia-304xx < 304.137-100
# Last build comical-0.8-19.fc29
Provides: comical = 0.8-20
Obsoletes: comical < 0.8-20
# Last build gens-gs-2.16.7-11.fc29
Provides: gens-gs = 2.16.7-12
Obsoletes: gens-gs < 2.16.7-12
# Last build Mosaic-2.7-0.12.b5.fc29
Provides: Mosaic = 2.7-0.13
Obsoletes: Mosaic < 2.7-0.13
# Last build pcsx2-1.4-11.fc29
Provides: pcsx2 = 1.4-12
Obsoletes: pcsx2 < 1.4-12
# Last build gstreamer-plugins-bad-nonfree-0.10.23-10.fc31
Provides: gstreamer-plugins-bad-nonfree = 0.10.23-11
Obsoletes: gstreamer-plugins-bad-nonfree < 0.10.23-11
%description
This package exists only to obsolete other packages which need to be removed
from the RPM Fusion nonfree for some reason.
%prep
cp -p %{SOURCE0} .
%build
# Nothing to build
%install
# Nothing to install
%files
%doc README
%changelog
* Fri Aug 23 2019 Leigh Scott <[email protected]> - 31-1
- Bump version to 31
- Add gstreamer-plugins-bad-nonfree
* Mon Apr 08 2019 Leigh Scott <[email protected]> - 30-1
- Bump version to 30
* Mon Apr 08 2019 Leigh Scott <[email protected]> - 28-2
- Add comical, gens-gs, Mosaic and pcsx2
* Tue Mar 13 2018 Nicolas Chauvet <[email protected]> - 28-1
- Initial spec file