Update to latest upstream version, Fix files listed twice build warning
This commit is contained in:
parent
fef3541999
commit
6e655e4a9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/console-setup_1.76.tar.gz
|
/console-setup_1.76.tar.gz
|
||||||
|
/console-setup_1.80.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: console-setup
|
Name: console-setup
|
||||||
Version: 1.76
|
Version: 1.80
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools for configuring the console using X Window System key maps
|
Summary: Tools for configuring the console using X Window System key maps
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -29,7 +29,7 @@ supports several languages that would be otherwise unsupported on the console
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
%patch0 -p1 -b .paths
|
%patch0 -p1 -b .paths
|
||||||
%patch1 -p1 -b .fsf-address
|
%patch1 -p1 -b .fsf-address
|
||||||
|
|
||||||
@ -51,18 +51,18 @@ rm -rf $RPM_BUILD_ROOT/etc/console-setup
|
|||||||
%doc README COPYRIGHT CHANGES copyright.fonts copyright.xkb Fonts/copyright
|
%doc README COPYRIGHT CHANGES copyright.fonts copyright.xkb Fonts/copyright
|
||||||
%{_bindir}/ckbcomp
|
%{_bindir}/ckbcomp
|
||||||
%{_bindir}/setupcon
|
%{_bindir}/setupcon
|
||||||
%{_sysconfdir}/default/*
|
|
||||||
%config(noreplace) %{_sysconfdir}/default/console-setup
|
%config(noreplace) %{_sysconfdir}/default/console-setup
|
||||||
%config(noreplace) %{_sysconfdir}/default/keyboard
|
%config(noreplace) %{_sysconfdir}/default/keyboard
|
||||||
# maybe move fonts/trans to separate subpackage?
|
|
||||||
%{_datadir}/consolefonts
|
%{_datadir}/consolefonts
|
||||||
%{_datadir}/consoletrans
|
%{_datadir}/consoletrans
|
||||||
%{_datadir}/consolefonts/*
|
|
||||||
%{_datadir}/consoletrans/*
|
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 04 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.80-1
|
||||||
|
- Update to latest upstream version
|
||||||
|
- Fix files listed twice build warning
|
||||||
|
|
||||||
* Tue Jun 25 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-2
|
* Tue Jun 25 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-2
|
||||||
- Fix License field
|
- Fix License field
|
||||||
- Do not own /etc/default directory
|
- Do not own /etc/default directory
|
||||||
|
BIN
console-setup_1.80.tar.gz
Normal file
BIN
console-setup_1.80.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user