source: projects/specs/branches/6/lib/libm/libmatroska/libmatroska-vl.spec @ 3993

Revision 3993, 4.0 KB checked in by inagaki, 13 years ago (diff)

update: libebml, libmatroska

Line 
1Summary:        Open audio/video container format library
2Name:           libmatroska
3Version:        1.1.0
4Release:        1%{?_dist_release}
5License:        LGPLv2
6Group:          System Environment/Libraries
7URL:            http://www.matroska.org/
8Source0:        http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildRequires:  libebml-devel >= 1.2.0
12
13%description
14Matroska is an extensible open standard Audio/Video container.  It
15aims to become THE standard of multimedia container formats.  Matroska
16is usually found as .mkv files (matroska video) and .mka files
17(matroska audio).
18
19
20%package        devel
21Summary:        Matroska container format library development files
22Group:          Development/Libraries
23Requires:       %{name} = %{version}-%{release}
24Requires:       libebml-devel >= 1.2.0
25
26%description    devel
27Matroska is an extensible open standard Audio/Video container.  It
28aims to become THE standard of multimedia container formats.  Matroska
29is usually found as .mkv files (matroska video) and .mka files
30(matroska audio).
31
32This package contains the files required to rebuild applications which
33will use the Matroska container format.
34
35
36%prep
37%setup -q
38
39
40%build
41CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make -C make/linux \
47  prefix=$RPM_BUILD_ROOT%{_prefix} \
48  libdir=$RPM_BUILD_ROOT%{_libdir} \
49  install
50# Needed for proper stripping of the library (still in 1.1.0)
51chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.*
52
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post -p /sbin/ldconfig
58
59%postun -p /sbin/ldconfig
60
61%files
62%defattr(-,root,root,0755)
63%doc ChangeLog LICENSE.LGPL
64%{_libdir}/libmatroska.so.*
65
66%files devel
67%defattr(-,root,root,0755)
68%{_includedir}/matroska/
69%{_libdir}/libmatroska.a
70%{_libdir}/libmatroska.so
71
72
73%changelog
74* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-1
75- new upstream release
76- built with current VineSeed
77
78* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.1-1vl5
79- applied new versioning policy
80
81* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.1-0vl1
82- new upstream release
83- rebuilt with new toolchain
84
85* Tue Aug  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-3vl1
86- initial build for Vine Linux
87
88* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.8.0-3
89- Taking over as maintainer since Anvil has other priorities
90- Long long due rebuild with new gcc for FC-5, it seems this may have already
91  been done, since the last rebuild was of March 16 and the Rebuild Request
92  bug of March 19? Rebuilding anyway to be sure (bug 185875)
93
94* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.8.0-2.fc5
95- Rebuild
96
97* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.8.0-1
98- Update to 0.8.0.
99- Add a full description for the devel package.
100- Some other minor spec file changes.
101
102* Sun Jun  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.7-2
103- Split development files into a devel subpackage.
104- Run ldconfig at post (un)install time.
105- Fix shared library file modes.
106- Improve description.
107
108* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-1
109- update to 0.7.7 (fixes x86_64 build)
110- include shared libs
111
112* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-3
113- rebuild on all arches
114
115* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
116- 0.7.5.
117
118* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.4-2
119- Update to 0.7.4.
120- Bump release to provide Extras upgrade path.
121- Fix spaces/tabs uglyness.
122
123* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
124- Update to 0.7.3.
125- Honor $RPM_OPT_FLAGS.
126
127* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
128- Update to 0.7.0.
129- Improved 64-bit arch build fix.
130
131* Wed May  19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.3-0.fdr.4
132- Change linux makefile to use lib64 ifarch x86_64 for sane build
133
134* Sat Apr  3 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.3
135- Typo in description
136
137* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.2
138- Added license files as doc
139- Requires libebml-devel (headers needed)
140
141* Sat Feb 28 2004 Dams <anvil[AT]livna.org>
142- Initial build.
143
Note: See TracBrowser for help on using the repository browser.