source: projects/specs/trunk/lib/libm/libmatroska/libmatroska-vl.spec @ 521

Revision 521, 3.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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