source: projects/specs/trunk/lib/libe/libebml/libebml-vl.spec @ 8916

Revision 8916, 3.6 KB checked in by Takemikaduchi, 10 years ago (diff)

v4l-utils: new package
libebml,libemf,libmatroska,libmms,libmodplug,t1utils,usbutils: new upstream release
self-build-mikutter: update to 3.0.5
others: rebuild

Line 
1Summary:        Extensible Binary Meta Language library
2Name:           libebml
3Version:        1.3.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* Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-1
69- update to 1.3.0
70
71* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
72- new upstream release
73- built with current VineSeed
74
75* Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.8-1
76- new upstream release
77- applied new versioning policy
78
79* Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl2
80- rebuilt with new toolchain
81
82* Tue Aug  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl1
83- inital build for Vine Linux
84
85* Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
86- Updated to 0.7.7
87
88* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.7.6-2.fc5
89- Release bump
90
91* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.7.6-1
92- Update to 0.7.6.
93- Change URL to the project's one.
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.5-2
98- Split development files into a devel subpackage.
99- Run ldconfig at post (un)install time.
100- Fix shared library file modes.
101
102* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-1
103- update to 0.7.5 (fixes x86_64 build)
104- incldue shared libs
105
106* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.3-3
107- rebuild on all arches
108
109* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-2
110- 0.7.3.
111
112* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
113- Update to 0.7.2.
114- Bump release to provide Extras upgrade path.
115
116* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
117- Update to 0.7.1.
118- Honor $RPM_OPT_FLAGS.
119
120* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
121- Update to 0.7.0.
122- Improved 64-bit arch build fix.
123
124* Wed May  19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.5-0.fdr.2
125- Change linux makefile to use lib64 ifarch x86_64 for sane build
126
127* Sun Apr  4 2004 Dams <anvil[AT]livna.org> 0:0.6.5-0.fdr.1
128- Updated to 0.6.5
129
130* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.4-0.fdr.2
131- Added licenses file as doc
132
133* Thu Sep  4 2003 Dams <anvil[AT]livna.org>
134- Initial build.
135
136
Note: See TracBrowser for help on using the repository browser.