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

Revision 9501, 6.7 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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