2028314
Summary: 	Extensible Binary Meta Language library
cvsextras 387a567
Name: 		libebml
1ea3c23
Version: 	0.7.8
001288a
Release: 	3%{?dist}
f51b199
License: 	LGPLv2+
0e98092
Group: 		System Environment/Libraries
2028314
URL: 		http://www.matroska.org/
f25133f
Source: 	http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
cvsextras 387a567
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
cvsextras 387a567
cvsextras 387a567
%description
cvsextras 387a567
Extensible Binary Meta Language access library A library for reading
cvsextras 387a567
and writing files with the Extensible Binary Meta Language, a binary
cvsextras 387a567
pendant to XML.
cvsextras 387a567
2028314
0e98092
%package 	devel
2028314
Summary: 	Development files for the Extensible Binary Meta Language library
0e98092
Group: 		Development/Libraries
0e98092
Requires: 	%{name} = %{version}-%{release}
0e98092
0e98092
%description 	devel
2028314
Extensible Binary Meta Language access library A library for reading
2028314
and writing files with the Extensible Binary Meta Language, a binary
2028314
pendant to XML.
2028314
2028314
This package contains the files required to rebuild applications which
2028314
will use the Extensible Binary Meta Language library.
0e98092
cvsextras 387a567
cvsextras 387a567
%prep
cvsextras 387a567
%setup -q
1ea3c23
iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
1ea3c23
touch -r ChangeLog ChangeLog.tmp
1ea3c23
mv ChangeLog.tmp ChangeLog
cvsextras 387a567
cvsextras 387a567
cvsextras 387a567
%build
cvsextras 6779f51
CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
cvsextras 387a567
cvsextras 387a567
cvsextras 387a567
%install
cvsextras 387a567
rm -rf $RPM_BUILD_ROOT
cvsextras 7283c5c
make -C make/linux \
2028314
  prefix=$RPM_BUILD_ROOT%{_prefix} \
2028314
  libdir=$RPM_BUILD_ROOT%{_libdir} \
1ea3c23
  INSTALL="install -p" \
2028314
  install
f25133f
rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
2028314
# Needed for proper stripping of the library (still in 0.7.6)
f25133f
chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
cvsextras 387a567
cvsextras 387a567
cvsextras 387a567
%clean
cvsextras 387a567
rm -rf $RPM_BUILD_ROOT
cvsextras 387a567
cvsextras 387a567
0e98092
%post -p /sbin/ldconfig
f25133f
0e98092
%postun -p /sbin/ldconfig
0e98092
0e98092
cvsextras 387a567
%files
2028314
%defattr(-,root,root,0755)
cvsextras 7283c5c
%doc ChangeLog LICENSE.LGPL
f25133f
%{_libdir}/%{name}.so.*
0e98092
0e98092
%files devel
2028314
%defattr(-,root,root,0755)
0e98092
%{_includedir}/ebml/
f25133f
%{_libdir}/%{name}.so
cvsextras 387a567
cvsextras 387a567
cvsextras 387a567
%changelog
001288a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.8-3
001288a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
001288a
08a541d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.8-2
08a541d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
08a541d
1ea3c23
* Thu Mar  6 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.8-1
1ea3c23
- New upstream release 0.7.8
1ea3c23
c5cbcb0
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.7-5
c5cbcb0
- Autorebuild for GCC 4.3
c5cbcb0
69474b1
* Tue Jan  8 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.7-4
69474b1
- Fix building with gcc 4.3
69474b1
f51b199
* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.7-3
f51b199
- Update License tag for new Licensing Guidelines compliance
f51b199
f25133f
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.7.7-2
f25133f
- Taking over as maintainer since Anvil has other priorities
f25133f
- Drop static lib from -devel package
f25133f
- FE6 Rebuild
f25133f
3e7ffa3
* Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
3e7ffa3
- Updated to 0.7.7
3e7ffa3
89cd8d5
* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.7.6-2.fc5
89cd8d5
- Release bump
89cd8d5
2028314
* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.7.6-1
2028314
- Update to 0.7.6.
2028314
- Change URL to the project's one.
2028314
- Add a full description for the devel package.
2028314
- Some other minor spec file changes.
2028314
0e98092
* Sun Jun  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
0e98092
- Split development files into a devel subpackage.
0e98092
- Run ldconfig at post (un)install time.
0e98092
- Fix shared library file modes.
0e98092
fb54417
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-1
fb54417
- update to 0.7.5 (fixes x86_64 build)
fb54417
- incldue shared libs
fb54417
af9acbe
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.3-3
af9acbe
- rebuild on all arches
af9acbe
2440392
* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-2
2440392
- 0.7.3.
2440392
0c82191
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
0c82191
- Update to 0.7.2.
0c82191
- Bump release to provide Extras upgrade path.
0c82191
cvsextras 6779f51
* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
cvsextras 6779f51
- Update to 0.7.1.
cvsextras 6779f51
- Honor $RPM_OPT_FLAGS.
cvsextras 6779f51
cvsextras 7283c5c
* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
cvsextras 7283c5c
- Update to 0.7.0.
cvsextras 7283c5c
- Improved 64-bit arch build fix.
cvsextras 7283c5c
cvsextras 7283c5c
* Wed May  19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.5-0.fdr.2
cvsextras 7283c5c
- Change linux makefile to use lib64 ifarch x86_64 for sane build
cvsextras 7283c5c
cvsextras 387a567
* Sun Apr  4 2004 Dams <anvil[AT]livna.org> 0:0.6.5-0.fdr.1
cvsextras 387a567
- Updated to 0.6.5
cvsextras 387a567
cvsextras 387a567
* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.4-0.fdr.2
cvsextras 387a567
- Added licenses file as doc
cvsextras 387a567
33a3ec2
* Thu Sep  4 2003 Dams <anvil[AT]livna.org>
cvsextras 387a567
- Initial build.
cvsextras 387a567
cvsextras 387a567