source: projects/specs/trunk/lib/libd/libdvdread/libdvdread-vl.spec @ 9996

Revision 9996, 5.8 KB checked in by munepi, 8 years ago (diff)

new upstream release

Line 
1# -*- coding: utf-8-unix -*-
2Name:           libdvdread
3Summary:        A library for reading DVD video discs based on Ogle code
4Version:        5.0.3
5Release:        1%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        GPLv2+
9Source0:        ftp://ftp.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
10
11Obsoletes:      self-build-libdvdread
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       munepi
18
19
20%description
21libdvdread provides a simple foundation for reading DVD video disks.
22It provides the functionality that is required to access many DVDs.
23
24%package        devel
25Summary:        Development files for libdvdread
26Group:          Development/Libraries
27Requires:       %{name} = %{version}-%{release}
28Requires:       pkgconfig
29
30%description    devel
31libdvdread provides a simple foundation for reading DVD video disks.
32It provides the functionality that is required to access many DVDs.
33
34This package contains development files for libdvdread.
35
36%prep
37%setup -q
38
39%build
40%configure --disable-static
41
42%{__make} %{?_smp_mflags}
43
44%install
45%{__rm} -rf %{buildroot}
46%{__make} install DESTDIR=%{buildroot}
47%__rm %{buildroot}%{_libdir}/libdvdread.la
48
49%clean
50%{__rm} -rf %{buildroot}
51
52%post -p /sbin/ldconfig
53
54%postun -p /sbin/ldconfig
55
56%files
57%defattr(-,root,root,-)
58%doc AUTHORS COPYING NEWS README
59%{_libdir}/libdvdread.so.*
60
61%files devel
62%defattr(-,root,root,-)
63%doc ChangeLog TODO
64%{_includedir}/dvdread
65%{_libdir}/libdvdread.so
66%{_libdir}/pkgconfig/dvdread.pc
67
68%changelog
69* Thu Jan 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.3-1
70- new upstream release
71
72* Mon Feb 23 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.2-1
73- new upstream release
74
75* Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.0-1
76- new upstream release
77
78* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0-1
79- updated to 4.2.0 release
80- dropped obsolete endianness check patch
81- simplified multilib patch from Fedora rawhide
82- added some docs
83- added Vendor, Distribution, Packager tags
84
85* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
86- rebuilt with rpm-4.8.1 for pkg-config
87
88* Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.3-3
89- add Patch10: fix DVD playback failure on ppc (big endian, more precisely)
90
91* Fri Nov 07 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-2
92- obsolete self-build-libdvdread
93
94* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-1
95- initial bulid based on Fedora package
96
97* Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
98- update to 4.1.3 final
99
100* Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
101- update to 4.1.3rc1
102- fix include path
103
104* Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
105- resurrect package from new upstream
106
107* Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
108- fix missing <inttypes.h> include (bug 428910)
109
110* Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
111- rebuild for BuildID
112- update license tag
113
114* Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
115- Rebuild.
116
117* Fri Oct  6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
118- Updated to 0.9.7
119
120* Wed Sep 20 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-2
121- Rebuild.
122
123* Sun Jul 23 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-1
124- 0.9.6.
125- Specfile cleanup.
126
127* Thu Mar 16 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.4-4
128- Fix linking with libdl on x86_64.
129- Don't ship static libs.
130- Build with dependency tracking disabled.
131- Convert specfile and docs to UTF-8.
132- Improve package descriptions.
133
134* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
135- We BuildConflicting libdvdcss-devel at build time
136
137* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2
138- Drop Epoch completely
139
140* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
141- switch to new release field
142- drop Epoch
143
144* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
145- add dist
146
147* Thu Apr  3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
148- Initial Fedora RPM release.
149
150* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
151- Rebuilt for Red Hat Linux 9.
152- Exclude .la file.
153
154* Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
155- Update to 0.9.4.
156
157* Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
158- Updated to the latest cvs release.
159- Rebuilt for Red Hat Linux 8.0.
160- Updated URLs.
161
162* Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
163- Update to 0.9.3.
164
165* Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
166- Fixed the libdvdcss.so.0/1/2 problem again.
167
168* Thu May  2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
169- Back to using libdvdcss 1.1.1, now it's all merged and fine.
170- Rebuilt against Red Hat Linux 7.3.
171- Added the %{?_smp_mflags} expansion.
172
173* Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
174- Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
175  than 1.0.x. Doh!
176
177* Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
178- Rebuilt against libdvdcss 1.0.0 (added a patch).
179
180* Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
181- Spec file cleanup and fixes.
182
183* Thu Oct 11 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
184- Updated to version 0.9.2
185
186* Tue Sep 25 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
187- Added small patch to fix the ldopen of libdvdcss
188
189* Tue Sep 18 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
190- Updated to version 0.9.1
191
192* Fri Sep 14 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
193- Split into normal and devel package
194
195* Thu Sep 6 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
196- Updated to version 0.9.0
197
198* Tue Jul 03 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
199- initial version
200
201
Note: See TracBrowser for help on using the repository browser.