|
|
@ -1,11 +1,10 @@
|
|
|
|
Name: libkate
|
|
|
|
Name: libkate
|
|
|
|
Version: 0.4.1
|
|
|
|
Version: 0.4.1
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Summary: Libraries to handle the Kate bitstream format
|
|
|
|
Summary: Libraries to handle the Kate bitstream format
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://code.google.com/p/libkate/
|
|
|
|
URL: http://git.xiph.org/?p=users/oggk/kate.git;a=summary
|
|
|
|
Source0: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
|
|
|
Source0: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
@ -15,7 +14,7 @@ BuildRequires: liboggz
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: flex
|
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 s390x
|
|
|
|
%ifarch %{valgrind_arches}
|
|
|
|
BuildRequires: valgrind
|
|
|
|
BuildRequires: valgrind
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
@ -34,8 +33,7 @@ data at arbitrary time intervals.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: libogg-devel
|
|
|
|
Requires: libogg-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -44,8 +42,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
%package utils
|
|
|
|
Summary: Encoder/Decoder utilities for %{name}
|
|
|
|
Summary: Encoder/Decoder utilities for %{name}
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: liboggz
|
|
|
|
Requires: liboggz
|
|
|
|
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
%description utils
|
|
|
@ -76,11 +73,11 @@ rm tools/kate_lexer.c
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
# Fix for header timestramps
|
|
|
|
# Fix for header timestramps
|
|
|
@ -92,10 +89,7 @@ touch -r $RPM_BUILD_ROOT%{_includedir}/kate/kate_config.h \
|
|
|
|
make check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -125,6 +119,9 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-15
|
|
|
|
|
|
|
|
- Few clean-up
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-14
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
@ -233,7 +230,7 @@ make check
|
|
|
|
- Add KateDJ and katalyzer in -utils
|
|
|
|
- Add KateDJ and katalyzer in -utils
|
|
|
|
- Add BR liboggz and -utils Requires liboggz
|
|
|
|
- Add BR liboggz and -utils Requires liboggz
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 27 2008 kwizart < kwizart at gmail.com > - 0.2.7-1
|
|
|
|
* Thu Nov 27 2008 kwizart < kwizart at gmail.com > - 0.2.7-1
|
|
|
|
- Update to 0.2.7
|
|
|
|
- Update to 0.2.7
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 20 2008 kwizart < kwizart at gmail.com > - 0.2.5-1
|
|
|
|
* Mon Oct 20 2008 kwizart < kwizart at gmail.com > - 0.2.5-1
|
|
|
|