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

Revision 10580, 3.7 KB checked in by Takemikaduchi, 8 years ago (diff)

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

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