Few clean-up

epel8
Nicolas Chauvet 7 years ago
parent 852361e182
commit c0c5ba9396

@ -1,11 +1,10 @@
Name: libkate
Version: 0.4.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Libraries to handle the Kate bitstream format
Group: System Environment/Libraries
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
BuildRequires: gcc
@ -15,7 +14,7 @@ BuildRequires: liboggz
BuildRequires: libpng-devel
BuildRequires: bison
BuildRequires: flex
%ifarch %{ix86} x86_64 ppc ppc64 s390x
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
BuildRequires: doxygen
@ -34,8 +33,7 @@ data at arbitrary time intervals.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libogg-devel
%description devel
@ -44,8 +42,7 @@ developing applications that use %{name}.
%package utils
Summary: Encoder/Decoder utilities for %{name}
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: liboggz
%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|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
# Fix for header timestramps
@ -92,10 +89,7 @@ touch -r $RPM_BUILD_ROOT%{_includedir}/kate/kate_config.h \
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
@ -125,6 +119,9 @@ make check
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
@ -233,7 +230,7 @@ make check
- Add KateDJ and katalyzer in -utils
- 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
* Mon Oct 20 2008 kwizart < kwizart at gmail.com > - 0.2.5-1

Loading…
Cancel
Save