Release bumping to provide upgrade path from non-fedora.us packages. A few

minor tweaks here and there.
epel8
Matthias Saou 21 years ago
parent e34fbd64c6
commit 0c82191e26

@ -1,56 +1,51 @@
Summary: The Extensible Binary Meta Language library Summary: The Extensible Binary Meta Language library
Name: libebml Name: libebml
Version: 0.7.1 Version: 0.7.2
Release: 0.fdr.1.2 Release: 2
Epoch: 0
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
URL: http://ebml.sourceforge.net/ URL: http://ebml.sourceforge.net/
Source0: http://dl.matroska.org/downloads/libebml/libebml-0.7.1.tar.bz2 Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
Provides: %{name}-devel = %{epoch}:%{version}-%{release} Provides: %{name}-devel = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
# -----------------------------------------------------------------------------
%description %description
Extensible Binary Meta Language access library A library for reading Extensible Binary Meta Language access library A library for reading
and writing files with the Extensible Binary Meta Language, a binary and writing files with the Extensible Binary Meta Language, a binary
pendant to XML. pendant to XML.
# -----------------------------------------------------------------------------
%prep %prep
%setup -q %setup -q
# -----------------------------------------------------------------------------
%build %build
CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
# -----------------------------------------------------------------------------
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make -C make/linux \ make -C make/linux \
prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install
# -----------------------------------------------------------------------------
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,0755)
%doc ChangeLog LICENSE.LGPL %doc ChangeLog LICENSE.LGPL
%{_includedir}/ebml %{_includedir}/ebml
%{_libdir}/libebml.a %{_libdir}/libebml.a
# -----------------------------------------------------------------------------
%changelog %changelog
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
- Update to 0.7.2.
- Bump release to provide Extras upgrade path.
* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1 * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
- Update to 0.7.1. - Update to 0.7.1.
- Honor $RPM_OPT_FLAGS. - Honor $RPM_OPT_FLAGS.

Loading…
Cancel
Save