source: projects/specs/branches/6/lib/libe/libebml/libebml-vl.spec @ 3993

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

update: libebml, libmatroska

Line 
1Summary:        Extensible Binary Meta Language library
2Name:           libebml
3Version:        1.2.0
4Release:        1%{?_dist_release}
5License:        LGPLv2
6Group:          System Environment/Libraries
7URL:            http://www.matroska.org/
8Source:         http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12%description
13Extensible Binary Meta Language access library A library for reading
14and writing files with the Extensible Binary Meta Language, a binary
15pendant to XML.
16
17%package        devel
18Summary:        Development files for the Extensible Binary Meta Language library
19Group:          Development/Libraries
20Requires:       %{name} = %{version}-%{release}
21
22%description    devel
23Extensible Binary Meta Language access library A library for reading
24and writing files with the Extensible Binary Meta Language, a binary
25pendant to XML.
26
27This package contains the files required to rebuild applications which
28will use the Extensible Binary Meta Language library.
29
30
31%prep
32%setup -q
33
34%build
35CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make -C make/linux \
40  prefix=$RPM_BUILD_ROOT%{_prefix} \
41  libdir=$RPM_BUILD_ROOT%{_libdir} \
42  install
43# Needed for proper stripping of the library (still in 1.2.0)
44chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
45
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post -p /sbin/ldconfig
51
52%postun -p /sbin/ldconfig
53
54
55%files
56%defattr(-,root,root,0755)
57%doc ChangeLog LICENSE.LGPL
58%{_libdir}/libebml.so.*
59
60%files devel
61%defattr(-,root,root,0755)
62%{_includedir}/ebml/
63%{_libdir}/libebml.a
64%{_libdir}/libebml.so
65
66
67%changelog
68* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
69- new upstream release
70- built with current VineSeed
71
72* Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.8-1
73- new upstream release
74- applied new versioning policy
75
76* Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl2
77- rebuilt with new toolchain
78
79* Tue Aug  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl1
80- inital build for Vine Linux
81
82* Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
83- Updated to 0.7.7
84
85* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.7.6-2.fc5
86- Release bump
87
88* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.7.6-1
89- Update to 0.7.6.
90- Change URL to the project's one.
91- Add a full description for the devel package.
92- Some other minor spec file changes.
93
94* Sun Jun  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
95- Split development files into a devel subpackage.
96- Run ldconfig at post (un)install time.
97- Fix shared library file modes.
98
99* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-1
100- update to 0.7.5 (fixes x86_64 build)
101- incldue shared libs
102
103* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.3-3
104- rebuild on all arches
105
106* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-2
107- 0.7.3.
108
109* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
110- Update to 0.7.2.
111- Bump release to provide Extras upgrade path.
112
113* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
114- Update to 0.7.1.
115- Honor $RPM_OPT_FLAGS.
116
117* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
118- Update to 0.7.0.
119- Improved 64-bit arch build fix.
120
121* Wed May  19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.5-0.fdr.2
122- Change linux makefile to use lib64 ifarch x86_64 for sane build
123
124* Sun Apr  4 2004 Dams <anvil[AT]livna.org> 0:0.6.5-0.fdr.1
125- Updated to 0.6.5
126
127* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.4-0.fdr.2
128- Added licenses file as doc
129
130* Thu Sep  4 2003 Dams <anvil[AT]livna.org>
131- Initial build.
132
133
Note: See TracBrowser for help on using the repository browser.