rpms/setuptool/devel .cvsignore, 1.18, 1.19 setuptool.spec, 1.33, 1.34 sources, 1.24, 1.25

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 9 12:41:58 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/setuptool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10034

Modified Files:
	.cvsignore setuptool.spec sources 
Log Message:
update to 1.19.5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/setuptool/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	23 Jan 2008 19:26:52 -0000	1.18
+++ .cvsignore	9 Mar 2009 12:41:28 -0000	1.19
@@ -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


Index: setuptool.spec
===================================================================
RCS file: /cvs/extras/rpms/setuptool/devel/setuptool.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- setuptool.spec	26 Feb 2009 00:41:34 -0000	1.33
+++ setuptool.spec	9 Mar 2009 12:41:28 -0000	1.34
@@ -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 @@
 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 <mhlavink at redhat.com> - 1.19.5-1
+- new version (only translations updated)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.19.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/setuptool/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	23 Jan 2008 19:26:52 -0000	1.24
+++ sources	9 Mar 2009 12:41:28 -0000	1.25
@@ -1 +1 @@
-b4f7439b3c69ec2b49564183838dd890  setuptool-1.19.4.tar.gz
+4880d27fbb76e8cf723d220683b9957a  setuptool-1.19.5.tar.gz




More information about the fedora-extras-commits mailing list