Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
264767f041 | ||
|
|
8c83a23c76 | ||
|
|
982fa52efe | ||
|
|
fb41c0543e |
3 changed files with 9 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/wcd-5.2.3-src.tar.gz
|
||||
/wcd-5.2.4-src.tar.gz
|
||||
/wcd-5.2.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
47b082241ea97a6cee7989f7147b5bb9 wcd-5.2.3-src.tar.gz
|
||||
95fbc29dea73f666906ce37f804afccd wcd-5.2.5.tar.gz
|
||||
|
|
|
|||
9
wcd.spec
9
wcd.spec
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue