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

Revision 12185, 6.7 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

Line 
1Summary: X.Org X11 libXvMC runtime library
2Summary(ja): X.Org X11 libXvMC ランタイムライブラリ
3Name: libXvMC
4Version: 1.0.11
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-proto-devel
15BuildRequires: xorg-x11-util-macros
16BuildRequires: libX11-devel
17BuildRequires: libXext-devel
18BuildRequires: libXv-devel
19Obsoletes: XFree86-libs, XOrg-libs
20
21Vendor: Project Vine
22Distribution: Vine Linux
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%if %{with_static}
91%{_libdir}/libXvMC.a
92%{_libdir}/libXvMCW.a
93%endif
94%{_libdir}/libXvMC.so
95%{_libdir}/libXvMCW.so
96%{_libdir}/pkgconfig/xvmc.pc
97
98%changelog
99* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.11-1
100- new upstream release.
101
102* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
103- new upstream release
104
105* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-2
106- rebuild with VineSeed environment
107
108* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
109- new upstream release
110- remove Patch0 (libXvMC-1.0.7-git20130524.patch)
111
112* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
113- add Patch0 (libXvMC-1.0.7-git20130524.patch)
114  (including security fix for CVE-2013-1990,1999)
115- add BuildRequires: autoconf, xorg-x11-util-macros
116
117* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
118- new upstream release
119- add BuildRequires: xorg-x11-util-macros
120
121* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
122- new upstream release
123
124* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
125- rebuild with rpm-4.8.1 for pkg-config file
126
127* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
128- new upstream release
129
130* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
131- spec in utf-8
132
133* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
134- new versioning policy
135
136* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
137- initial build for Vine Linux
138
139* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
140- Rebuild for build id
141
142* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
143- Don't install INSTALL
144
145* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
146- Update to 1.0.4
147
148* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1
149- Update to 1.0.3
150
151* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-2.1
152- rebuild
153
154* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
155- Added "BuildRequires: pkgconfig" for (#193506)
156- Replace "makeinstall" with "make install DESTDIR=..."
157- Touch XvMCConfig during install phase, and add to file manifest as a ghost
158  file, so that it is owned by the package if the user creates it. (#192254)
159
160* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
161- Update to 1.0.2.  Drop #180902 patch, already fixed upstream.
162
163* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
164- Added libXvMC-1.0.1-libXvMC-XConfigDir-fix-bug180902.patch to fix (#180902)
165
166* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.2
167- bump again for double-long bug on ppc(64)
168
169* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.1
170- rebuilt for new gcc4.1 snapshot and glibc changes
171
172* Tue Jan 31 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
173- Added "Requires: libXv-devel, xorg-x11-proto-devel" to fix (#176862)
174
175* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
176- Updated libXvMC to version 1.0.1 from X11R7.0
177
178* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
179- Updated libXvMC to version 1.0.0 from X11R7 RC4
180
181* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
182- Updated libXvMC to version 0.99.2 from X11R7 RC3
183- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
184  that /usr/lib/X11 and /usr/include/X11 pre-exist.
185- Removed 'x' suffix from manpage directories to match RC3 upstream.
186
187* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
188- rebuilt
189
190* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
191- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
192- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
193
194* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
195- Updated libXvMC to version 0.99.1 from X11R7 RC1
196
197* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
198- Renamed package to remove xorg-x11 from the name due to unanimous decision
199  between developers.
200- Use Fedora Extras style BuildRoot tag.
201- Disable static library creation by default.
202- Add missing defattr to devel subpackage
203- Add missing documentation files to doc macro
204
205* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
206- Renamed package to prepend "xorg-x11" to the name for consistency with
207  the rest of the X11R7 packages.
208- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
209  subpackage to ensure the devel package matches the installed shared libs.
210- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
211  allow applications to use implementation agnostic dependencies.
212- Added post/postun scripts which call ldconfig.
213- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
214  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
215
216* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
217- Initial build.
Note: See TracBrowser for help on using the repository browser.