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 9b9ae471ac
commit 4d9dfb7c85

@ -1,19 +1,16 @@
Summary: An open Audio/Video container format Summary: An open Audio/Video container format
Name: libmatroska Name: libmatroska
Version: 0.7.3 Version: 0.7.4
Release: 0.fdr.1.2 Release: 2
Epoch: 0 License: LGPL
License: LGPL Group: Development/Libraries
Group: Development/Libraries URL: http://matroska.org/
URL: http://matroska.org/
Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-0.7.3.tar.bz2 Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-0.7.3.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)
BuildRequires: libebml-devel BuildRequires: libebml-devel
Requires: libebml-devel Requires: libebml-devel
# -----------------------------------------------------------------------------
%description %description
An extensible open standard Audio/Video container format Matroska is An extensible open standard Audio/Video container format Matroska is
aiming to become the standard of Multimedia Container Formats one aiming to become the standard of Multimedia Container Formats one
@ -21,29 +18,24 @@ day. It is based on EBML (Extensible Binary Meta Language), a kind of
binary version of XML. This way the significant advantages in terms of binary version of XML. This way the significant advantages in terms of
future format extensibility future format extensibility
# -----------------------------------------------------------------------------
%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,-)
@ -51,9 +43,13 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/matroska %{_includedir}/matroska
%{_libdir}/libmatroska.a %{_libdir}/libmatroska.a
# -----------------------------------------------------------------------------
%changelog %changelog
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.4-2
- Update to 0.7.4.
- Bump release to provide Extras upgrade path.
- Fix spaces/tabs uglyness.
* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1 * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
- Update to 0.7.3. - Update to 0.7.3.
- Honor $RPM_OPT_FLAGS. - Honor $RPM_OPT_FLAGS.

Loading…
Cancel
Save