Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Erwin Waterlander
7f3aeddfb7 New upstream version 5.2.5. 2014-06-18 22:54:47 +02:00
Erwin Waterlander
bb9f2d4087 new source package 2013-08-30 09:31:22 +02:00
Erwin Waterlander
30a17063d5 New upstream version 5.2.4 2013-08-29 21:24:58 +02:00
3 changed files with 15 additions and 7 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/wcd-5.2.3-src.tar.gz
/wcd-5.2.4-src.tar.gz
/wcd-5.2.5.tar.gz

View file

@ -1 +1 @@
47b082241ea97a6cee7989f7147b5bb9 wcd-5.2.3-src.tar.gz
95fbc29dea73f666906ce37f804afccd wcd-5.2.5.tar.gz

View file

@ -1,13 +1,12 @@
Summary: Chdir for DOS and Unix
Name: wcd
Version: 5.2.3
Release: 3%{?dist}
Version: 5.2.5
Release: 1%{?dist}
License: GPLv2
Group: Applications/File
Source: http://waterlan.home.xs4all.nl/%{name}-%{version}-src.tar.gz
Source: http://waterlan.home.xs4all.nl/%{name}-%{version}.tar.gz
URL: http://waterlan.home.xs4all.nl/
BuildRequires: gettext
BuildRequires: perl-Pod-Checker
BuildRequires: ncurses-devel
BuildRequires: libunistring-devel
@ -40,9 +39,10 @@ make -C src install-profile DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} sysconfd
# Overwrite the old config files. Old config files may break a new
# installation when the name of the binary changes.
%config %{_sysconfdir}/profile.d/wcd.*
%doc doc/README.txt doc/wcd.txt doc/wcd.htm doc/INSTALL.txt doc/UNIX.txt doc/RPM.txt doc/copying.txt doc/faq.txt doc/problems.txt doc/whatsnew.txt doc/translat.txt
# https://fedoraproject.org/wiki/Packaging_tricks#As_part_of_the_staged_install
%{_defaultdocdir}/%{name}-%{version}/
%{_mandir}/man1/wcd.*
%{_mandir}/*/man1/wcd.*
# The name of the manual page is 'wcd', equal to the name of the package and
# defined alias (csh) and function (sh) in the config files, and not equal to
# the name of the binary. The name of the binary may vary and is in fact not
@ -50,6 +50,12 @@ make -C src install-profile DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} sysconfd
%changelog
* Wed Jun 18 2014 Erwin Waterlander <waterlan@xs4all.nl> - 5.2.5-1
- New upstream version 5.2.5.
* Thu Aug 29 2013 Erwin Waterlander <waterlan@xs4all.nl> - 5.2.4-1
- New upstream version 5.2.4.
* Fri Feb 22 2013 Erwin Waterlander <waterlan@xs4all.nl> - 5.2.3-3
- Build requires perl-Pod-Checker.