Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f3aeddfb7 | ||
|
|
bb9f2d4087 | ||
|
|
30a17063d5 |
3 changed files with 15 additions and 7 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
|
||||
|
|
|
|||
18
wcd.spec
18
wcd.spec
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue