Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 259651 Details for
Bug 222338
Review Request: initng-conf-gtk - InitNG configuration and control utility
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
initng-conf-gtk 0.5.1-1 spec file
initng-conf-gtk.spec (text/plain), 4.12 KB, created by
Daniel Malmgren
on 2007-11-15 10:22:04 UTC
(
hide
)
Description:
initng-conf-gtk 0.5.1-1 spec file
Filename:
MIME Type:
Creator:
Daniel Malmgren
Created:
2007-11-15 10:22:04 UTC
Size:
4.12 KB
patch
obsolete
>Summary: GTK configuration and control utility for initng >Name: initng-conf-gtk >Version: 0.5.1 >Release: 1%{?dist} >Group: Applications/System >License: GPLv2+ >Source0: http://download.initng.org/initng-gui/%{name}/%{name}-%{version}.tar.gz >Url: http://www.initng.org >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) > >Requires: usermode >Requires: initng >= 0.6.8 >BuildRequires: libglade2-devel >BuildRequires: initng-devel >= 0.6.8 >BuildRequires: gtk2-devel >BuildRequires: GConf2-devel >BuildRequires: desktop-file-utils >BuildRequires: scrollkeeper >BuildRequires: intltool >BuildRequires: gettext >Requires(post): scrollkeeper >Requires(post): desktop-file-utils >Requires(postun): scrollkeeper >Requires(post): GConf2 >Requires(pre): GConf2 >Requires(preun): GConf2 > >%description >GTK configuration and control utility for initng > >%prep >%setup -q > >%build >%configure >make %{?_smp_mflags} > >%install >rm -rf $RPM_BUILD_ROOT >export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1; >make DESTDIR=$RPM_BUILD_ROOT install >unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL >%find_lang %{name} >mkdir $RPM_BUILD_ROOT%{_bindir} >cd $RPM_BUILD_ROOT%{_bindir} >ln -s consolehelper %{name} >rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper >rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache >desktop-file-install --vendor "" --delete-original \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications \ > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : >export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >gconftool-2 --makefile-install-rule \ > %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : >touch --no-create %{_datadir}/icons/hicolor >if [ -x /usr/bin/gtk-update-icon-cache ]; then > /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor; >fi > >%pre >if [ "$1" -gt 1 ]; then > export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` > gconftool-2 --makefile-uninstall-rule \ > %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : >fi > >%preun >if [ "$1" -eq 0 ]; then > export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` > gconftool-2 --makefile-uninstall-rule \ > %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : >fi > >%postun >update-desktop-database &> /dev/null || : >scrollkeeper-update -q || : >touch --no-create %{_datadir}/icons/hicolor >if [ -x /usr/bin/gtk-update-icon-cache ]; then > /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor; >fi > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc README AUTHORS COPYING NEWS TODO >%{_datadir}/pixmaps/initng-icon.png >%{_datadir}/icons/hicolor/*/apps/initng.png >%{_datadir}/%{name}/%{name}.glade >%{_datadir}/applications/*.desktop >%{_sbindir}/%{name} >%{_bindir}/%{name} >%{_sysconfdir}/gconf/schemas/%{name}.schemas >%config(noreplace) %{_sysconfdir}/pam.d/%{name} >%config(noreplace) %{_sysconfdir}/security/console.apps/%{name} > >%changelog >* Tue Nov 15 2007 Daniel Malmgren <dm@mensa.se> - 0.5.1-1 >- New upstreams version > >* Tue Nov 15 2007 Daniel Malmgren <dm@mensa.se> - 0.5-2 >- Changed license to GPLv2+ >- This rpm now no longer owns icon directories that it shouldn't own >- Fixed update-desktop-database and scrollkeeper-update according > to directions > >* Tue Jan 30 2007 Daniel Malmgren <dm@mensa.se> - 0.5-1 >- New upstreams version > >* Tue Jan 30 2007 Daniel Malmgren <dm@mensa.se> - 0.4svn060130-1 >- Don't use %%makeinstall >- Replaced loads of instances of initng-conf-gtk with %%{name} macro >- Use %%{?_smp_mflags} > >* Thu Jan 18 2007 Daniel Malmgren <dm@mensa.se> - 0.4svn060118-2 >- Include icons > >* Thu Jan 18 2007 Daniel Malmgren <dm@mensa.se> - 0.4svn060118-1 >- Update from upstreams svn > >* Thu Jan 11 2007 Daniel Malmgren <dm@mensa.se> - 0.4-1 >- New upstreams version >- Fixed the %%find_lang stuff so that it actually works > >* Thu Jan 11 2007 Daniel Malmgren <dm@mensa.se> - 0.3-2 >- Make rpmlint even more happy >- Include more doc files >- Include gconf schemas in installation >- Use %%find_lang > >* Wed Jan 10 2007 Daniel Malmgren <daner964@student.liu.se> - 0.3-1 >- First really serious try ;-) > >* Fri May 5 2005 Daniel Malmgren <daner964@student.liu.se> - 0.2-1 >- First spec file try
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 222338
:
145381
|
146942
|
259621
|
259651
|
289685