Update to 3.5.1.

This commit is contained in:
Richard Shaw 2019-03-04 21:04:58 -06:00
parent 4ade5c295e
commit becb96256a
3 changed files with 23 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
unixcw-2.3.tgz unixcw-2.3.tgz
/unixcw-3.4.1.tar.gz /unixcw-3.4.1.tar.gz
/unixcw-3.5.0.tar.gz /unixcw-3.5.0.tar.gz
/unixcw-3.5.1.tar.gz

View File

@ -1 +1 @@
b33cf1be4e1d6c8144eab978f9346f36 unixcw-3.5.0.tar.gz SHA512 (unixcw-3.5.1.tar.gz) = b59499723d810a537a2f5ab2b4b34c83a1c8c815af82a60ba29f4d9cee445525e530136f4e202db6b87305ac7a818fa6e59214a45c6bffce299eb50b58c866e1

View File

@ -1,6 +1,6 @@
Name: unixcw Name: unixcw
Version: 3.5.0 Version: 3.5.1
Release: 8%{?dist} Release: 1%{?dist}
Summary: Shared library for Morse programs Summary: Shared library for Morse programs
License: GPLv2+ License: GPLv2+
@ -8,23 +8,26 @@ URL: http://unixcw.sourceforge.net
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel, alsa-lib-devel, pulseaudio-libs-devel, qt4-devel BuildRequires: ncurses-devel, alsa-lib-devel, pulseaudio-libs-devel, qt4-devel
#Requires:
%description %description
The UnixCW utilities add a general purpose CW library to your system, and unixcw is a project providing libcw library and a set of programs using the
a small set of applications based around this library. These applications library: cw, cwgen, cwcp and xcwcp. The programs are intended for people who
form a Morse code tutor suite, useful for Amateur and Marine radio operators. want to learn receiving and sending Morse code. unixcw is developed and tested
on GNU/Linux system.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
UnixCW utility libraries. UnixCW utility libraries.
%prep %prep
%setup -q %autosetup
%build %build
%configure --disable-static %configure --disable-static
@ -32,18 +35,21 @@ 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 %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT %make_install
make install DESTDIR=$RPM_BUILD_ROOT
# Get rid of static lib. # Get rid of static lib.
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%doc AUTHORS COPYING README %doc AUTHORS README
%license COPYING
%{_bindir}/* %{_bindir}/*
%{_libdir}/libcw.so.* %{_libdir}/libcw.so.*
%{_mandir}/man?/* %{_mandir}/man?/*
@ -54,7 +60,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Tue Mar 05 2019 Richard Shaw <hobbes1069@gmail.com> - 3.5.1-1
- Update to 3.5.1.
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-8 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild