rpms/system-config-services/devel .cvsignore, 1.25, 1.26 sources, 1.29, 1.30 system-config-services.spec, 1.33, 1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 5 11:42:06 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/system-config-services/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14863

Modified Files:
	.cvsignore sources system-config-services.spec 
Log Message:
don't disable Start/Stop/Restart upon reverting changes (#202722)
add dist tag
make revert work again (#202467)
don't show all runlevels when starting
rip out autofoo
use bzip2'ed tarballs



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-services/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	3 Mar 2006 15:45:15 -0000	1.25
+++ .cvsignore	5 Sep 2006 11:42:02 -0000	1.26
@@ -1 +1 @@
-system-config-services-0.9.0.tar.gz
+system-config-services-0.9.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-services/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	3 Mar 2006 15:45:15 -0000	1.29
+++ sources	5 Sep 2006 11:42:02 -0000	1.30
@@ -1 +1 @@
-d05e1cf9ee54752953ff7ee6da746a81  system-config-services-0.9.0.tar.gz
+9fd56d685ac029e4ee4b0bec116e81a0  system-config-services-0.9.1.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-services/devel/system-config-services.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- system-config-services.spec	6 Jun 2006 02:46:35 -0000	1.33
+++ system-config-services.spec	5 Sep 2006 11:42:03 -0000	1.34
@@ -1,10 +1,10 @@
 # -*- RPM-SPEC -*-
 Summary: system-config-services is an initscript and xinetd configuration utility
 Name: system-config-services
-Version: 0.9.0
-Release: 2
+Version: 0.9.1
+Release: 1%{?dist}
 URL: http://www.redhat.com/ 
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.bz2
 License: GPL
 Group: Applications/System
 BuildArch: noarch
@@ -15,12 +15,13 @@
 Requires: htmlview
 Requires: python >= 2.3.0
 Requires(post): hicolor-icon-theme
+Requires(post): gtk2
 Requires(postun): hicolor-icon-theme
-BuildRequires: automake, perl(XML::Parser)
+Requires(postun): gtk2
+BuildRequires: intltool sed desktop-file-utils
+BuildRequires: perl(XML::Parser)
 Obsoletes: serviceconf
 Obsoletes: redhat-config-services
-Requires(post): gtk2
-Requires(postun): gtk2
 
 %description
 system-config-services is a utility which allows you to configure which services
@@ -29,18 +30,17 @@
 %prep
 %setup -q
 
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
-    $MYARCH_FLAGS --enable-more-warnings=no \
-    --prefix=%{_prefix} --datadir=%{_datadir} \
-    --sysconfdir=%{_sysconfdir} --includedir=%{_includedir} \
-    --libdir=%{_libdir} --bindir=%{_bindir}
-
 %build
 make
 
 %install
 rm -rf %{buildroot}
-%makeinstall
+make DESTDIR=%buildroot install
+
+desktop-file-install --vendor system --delete-original      \
+  --dir %{buildroot}%{_datadir}/applications                \
+  --add-category X-Red-Hat-Base                             \
+  %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %find_lang %name
 
@@ -75,10 +75,22 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Tue Sep 05 2006 Nils Philippsen <nphilipp at redhat.com> - 0.9.1
+- don't disable Start/Stop/Restart upon reverting changes (#202722)
+- add dist tag
+
+* Fri Aug 18 2006 Nils Philippsen <nphilipp at redhat.com>
+- make revert work again (#202467)
+- don't show all runlevels when starting
+
 * Mon Jun 05 2006 Jesse Keating <jkeating at redhat.com> - 0.9.0-2
 - Added BuildRequires perl-XML-Parser (#194179)
 - Added Requires(post) and (postun) gtk2
 
+* Fri May 19 2006 Nils Philippsen <nphilipp at redhat.com>
+- rip out autofoo
+- use bzip2'ed tarballs
+
 * Fri Mar 03 2006 Nils Philippsen <nphilipp at redhat.com> - 0.9.0
 - require hicolor-icon-theme (#182878, #182879)
 




More information about the fedora-cvs-commits mailing list