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

Revision 10581, 4.2 KB checked in by Takemikaduchi, 8 years ago (diff)

xlockmore: new upstream release
others: rebuild with gcc-5.4.0

Line 
1Summary:        Open audio/video container format library
2Name:           libmatroska
3Version:        1.4.1
4Release:        2%{?_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* Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-2
75- rebuild with gcc-5.4.0
76
77* Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
78- update to 1.4.1
79
80* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-1
81- new upstream release
82- built with current VineSeed
83
84* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.1-1vl5
85- applied new versioning policy
86
87* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.1-0vl1
88- new upstream release
89- rebuilt with new toolchain
90
91* Tue Aug  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-3vl1
92- initial build for Vine Linux
93
94* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.8.0-3
95- Taking over as maintainer since Anvil has other priorities
96- Long long due rebuild with new gcc for FC-5, it seems this may have already
97  been done, since the last rebuild was of March 16 and the Rebuild Request
98  bug of March 19? Rebuilding anyway to be sure (bug 185875)
99
100* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.8.0-2.fc5
101- Rebuild
102
103* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.8.0-1
104- Update to 0.8.0.
105- Add a full description for the devel package.
106- Some other minor spec file changes.
107
108* Sun Jun  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.7-2
109- Split development files into a devel subpackage.
110- Run ldconfig at post (un)install time.
111- Fix shared library file modes.
112- Improve description.
113
114* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-1
115- update to 0.7.7 (fixes x86_64 build)
116- include shared libs
117
118* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-3
119- rebuild on all arches
120
121* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
122- 0.7.5.
123
124* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.4-2
125- Update to 0.7.4.
126- Bump release to provide Extras upgrade path.
127- Fix spaces/tabs uglyness.
128
129* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
130- Update to 0.7.3.
131- Honor $RPM_OPT_FLAGS.
132
133* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
134- Update to 0.7.0.
135- Improved 64-bit arch build fix.
136
137* Wed May  19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.3-0.fdr.4
138- Change linux makefile to use lib64 ifarch x86_64 for sane build
139
140* Sat Apr  3 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.3
141- Typo in description
142
143* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.2
144- Added license files as doc
145- Requires libebml-devel (headers needed)
146
147* Sat Feb 28 2004 Dams <anvil[AT]livna.org>
148- Initial build.
149
Note: See TracBrowser for help on using the repository browser.