source: projects/specs/trunk/lib/libX/libXvMC/libXvMC-vl.spec @ 12392

Revision 12392, 7.0 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

Line 
1Summary:        X.Org X11 libXvMC runtime library
2Summary(ja):    X.Org X11 libXvMC ランタイムライブラリ
3Name:           libXvMC
4Version:        1.0.12
5Release:        1%{?_dist_release}
6Group:          System Environment/Libraries
7Vendor:         Project Vine
8Distribution:   Vine Linux
9Packager:       daisuke
10
11License:        MIT/X11
12URL:            https://www.x.org
13Source0:        https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  pkgconfig
17BuildRequires:  xorg-x11-proto-devel
18BuildRequires:  xorg-x11-util-macros
19BuildRequires:  libX11-devel
20BuildRequires:  libXext-devel
21BuildRequires:  libXv-devel
22Obsoletes:      XFree86-libs, XOrg-libs
23
24%description
25X.Org X11 libXvMC runtime library
26
27%package devel
28Summary: X.Org X11 libXvMC development package
29Summary(ja): X.Org X11 libXvMC 開発パッケージ
30Group: Development/Libraries
31Requires(pre): xorg-x11-filesystem
32Requires: %{name} = %{version}-%{release}
33Requires: libXv-devel, xorg-x11-proto-devel
34Obsoletes: XFree86-devel, XOrg-devel
35
36%description devel
37X.Org X11 libXvMC development package
38
39%prep
40%setup -q
41
42# Disable static library creation by default.
43%define with_static 0
44
45%build
46%configure \
47%if ! %{with_static}
48        --disable-static
49%endif
50make
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55make install DESTDIR=$RPM_BUILD_ROOT
56
57# Touch XvMCConfig for rpm to package the ghost file. (#192254)
58{
59    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
60    touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
61}
62
63# We intentionally don't ship *.la files
64rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
65
66# remove xml and txt file
67rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%post -p /sbin/ldconfig
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(-,root,root,-)
77%license COPYING
78%doc AUTHORS README ChangeLog
79%{_libdir}/libXvMC.so.1
80%{_libdir}/libXvMC.so.1.0.0
81%{_libdir}/libXvMCW.so.1
82%{_libdir}/libXvMCW.so.1.0.0
83%ghost %config(missingok,noreplace) %verify (not md5 size mtime) %{_sysconfdir}/X11/XvMCConfig
84
85%files devel
86%defattr(-,root,root,-)
87%dir %{_includedir}/X11
88%dir %{_includedir}/X11/extensions
89%{_includedir}/X11/extensions/XvMClib.h
90%{_includedir}/X11/extensions/vldXvMC.h
91%if %{with_static}
92%{_libdir}/libXvMC.a
93%{_libdir}/libXvMCW.a
94%endif
95%{_libdir}/libXvMC.so
96%{_libdir}/libXvMCW.so
97%{_libdir}/pkgconfig/xvmc*.pc
98
99%changelog
100* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.12-1
101- new upstream release.
102
103* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.11-1
104- new upstream release.
105
106* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
107- new upstream release
108
109* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-2
110- rebuild with VineSeed environment
111
112* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
113- new upstream release
114- remove Patch0 (libXvMC-1.0.7-git20130524.patch)
115
116* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
117- add Patch0 (libXvMC-1.0.7-git20130524.patch)
118  (including security fix for CVE-2013-1990,1999)
119- add BuildRequires: autoconf, xorg-x11-util-macros
120
121* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
122- new upstream release
123- add BuildRequires: xorg-x11-util-macros
124
125* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
126- new upstream release
127
128* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
129- rebuild with rpm-4.8.1 for pkg-config file
130
131* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
132- new upstream release
133
134* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
135- spec in utf-8
136
137* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
138- new versioning policy
139
140* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
141- initial build for Vine Linux
142
143* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
144- Rebuild for build id
145
146* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
147- Don't install INSTALL
148
149* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
150- Update to 1.0.4
151
152* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1
153- Update to 1.0.3
154
155* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-2.1
156- rebuild
157
158* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
159- Added "BuildRequires: pkgconfig" for (#193506)
160- Replace "makeinstall" with "make install DESTDIR=..."
161- Touch XvMCConfig during install phase, and add to file manifest as a ghost
162  file, so that it is owned by the package if the user creates it. (#192254)
163
164* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
165- Update to 1.0.2.  Drop #180902 patch, already fixed upstream.
166
167* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
168- Added libXvMC-1.0.1-libXvMC-XConfigDir-fix-bug180902.patch to fix (#180902)
169
170* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.2
171- bump again for double-long bug on ppc(64)
172
173* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.1
174- rebuilt for new gcc4.1 snapshot and glibc changes
175
176* Tue Jan 31 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
177- Added "Requires: libXv-devel, xorg-x11-proto-devel" to fix (#176862)
178
179* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
180- Updated libXvMC to version 1.0.1 from X11R7.0
181
182* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
183- Updated libXvMC to version 1.0.0 from X11R7 RC4
184
185* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
186- Updated libXvMC to version 0.99.2 from X11R7 RC3
187- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
188  that /usr/lib/X11 and /usr/include/X11 pre-exist.
189- Removed 'x' suffix from manpage directories to match RC3 upstream.
190
191* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
192- rebuilt
193
194* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
195- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
196- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
197
198* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
199- Updated libXvMC to version 0.99.1 from X11R7 RC1
200
201* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
202- Renamed package to remove xorg-x11 from the name due to unanimous decision
203  between developers.
204- Use Fedora Extras style BuildRoot tag.
205- Disable static library creation by default.
206- Add missing defattr to devel subpackage
207- Add missing documentation files to doc macro
208
209* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
210- Renamed package to prepend "xorg-x11" to the name for consistency with
211  the rest of the X11R7 packages.
212- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
213  subpackage to ensure the devel package matches the installed shared libs.
214- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
215  allow applications to use implementation agnostic dependencies.
216- Added post/postun scripts which call ldconfig.
217- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
218  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
219
220* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
221- Initial build.
Note: See TracBrowser for help on using the repository browser.