Compare commits

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

4 commits

Author SHA1 Message Date
Erwin Waterlander
264767f041 new sources f20 2014-06-18 22:30:23 +02:00
Erwin Waterlander
8c83a23c76 new sources f20 2014-06-18 22:15:37 +02:00
Erwin Waterlander
982fa52efe New upstream version 5.2.5. 2014-06-18 22:06:07 +02:00
Erwin Waterlander
fb41c0543e new sources 2013-08-30 09:13:27 +02:00
3 changed files with 9 additions and 4 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.4
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
@ -43,6 +42,7 @@ make -C src install-profile DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} sysconfd
# 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,9 @@ 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.