diff --git a/.cvsignore b/.cvsignore index 6b989a2..ad48297 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -setuptool-1.18.1.tar.gz -setuptool-1.19.3.tar.gz -setuptool-1.19.4.tar.gz +setuptool-1.19.5.tar.gz diff --git a/setuptool.spec b/setuptool.spec index f695058..961022e 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,31 +1,27 @@ -# The name is "setuptool" because we already have a package -# named "setup". Oh, well. Name: setuptool -Version: 1.19.4 -Release: 3%{?dist} +Version: 1.19.5 +Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System +Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: newt-devel, gettext, perl-XML-Parser Requires: usermode -Conflicts: pam < 0.78 %description Setuptool is a user-friendly text mode menu utility which allows you to access all of the text mode configuration programs included in the operating system distribution. -You should install the setuptool package because you may find -yourself using its features for essential system administration. - %prep %setup -q %build +./autogen.sh %configure -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -36,18 +32,21 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files -f setup.lang -%defattr(-,root,root) -%doc README -%attr(0755,root,root) %{_bindir}/setup -%attr(0644,root,root) %{_sysconfdir}/pam.d/* -%attr(0644,root,root) %{_sysconfdir}/security/console.apps/* -%attr(0755,root,root) %{_sbindir}/setup -%attr(0755,root,root) %dir %{_datadir}/%{name} -%attr(0755,root,root) %dir %{_datadir}/%{name}/setuptool.d -%attr(0755,root,root) %dir %{_sysconfdir}/setuptool.d -%attr(0644,root,root) %{_sysconfdir}/setuptool.d/* +%defattr(-,root,root,-) +%doc README COPYING +%{_bindir}/setup +%config %{_sysconfdir}/pam.d/* +%config(noreplace) %{_sysconfdir}/security/console.apps/* +%{_sbindir}/setup +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/setuptool.d +%dir %{_sysconfdir}/setuptool.d +%config %{_sysconfdir}/setuptool.d/* %changelog +* Mon Mar 09 2009 Michal Hlavinka - 1.19.5-1 +- new version (only translations updated) + * Wed Feb 25 2009 Fedora Release Engineering - 1.19.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 7506d22..025013a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4f7439b3c69ec2b49564183838dd890 setuptool-1.19.4.tar.gz +4880d27fbb76e8cf723d220683b9957a setuptool-1.19.5.tar.gz