rpms/system-config-control/devel system-config-control.spec, 1.4, 1.5

Ankit Patel (ankit) fedora-extras-commits at redhat.com
Fri Jan 27 07:50:28 UTC 2006


Author: ankit

Update of /cvs/extras/rpms/system-config-control/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5227

Added Files:
	system-config-control.spec 
Log Message:
added new system-config-control.spec


Index: system-config-control.spec
===================================================================
RCS file: system-config-control.spec
diff -N system-config-control.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ system-config-control.spec	27 Jan 2006 07:50:28 -0000	1.5
@@ -0,0 +1,58 @@
+Summary: Centralized tool for Fedora configuration utilities
+Name: system-config-control
+Version: 1.0
+Release: 5%{?dist}
+URL: http://www.indianoss.org/
+License: GPL
+Group: System Environment/Base
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+Source0: http://download.sourceforge.net/indianoss/%{name}-%{version}.tar.bz2
+BuildRequires: desktop-file-utils, gettext, intltool
+Requires: usermode, firstboot
+
+%description
+System-config-control provides an organized and centralized interface to all of
+Fedora's configuration utilities. It also hooks into firstboot, allowing these
+tools to be run after initial installation.
+
+%prep
+%setup -q
+
+%build
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make INSTROOT=$RPM_BUILD_ROOT install
+desktop-file-install --delete-original          \
+  --vendor fedora                               \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --mode 0644                                   \
+  --add-category X-Fedora                       \
+  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/firstboot/modules/*
+%{_datadir}/applications/*.desktop
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/%{name}
+
+%changelog
+* Tue Jan 17 2006 Ankit Patel <ankit644 at yahoo.com> 1.0-4
+- Added polish translations done by "Piotr \"Raven\" DrÄ…g" <raven at pmail.pl>.
+- Added icons in the tabs of the categories.
+
+* Fri Oct 14 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0-3
+- cleanups for Fedora
+
+* Mon Oct  3 2005 Ankit Patel <ankit644 at yahoo.com>
+- Initial build.




More information about the fedora-extras-commits mailing list