rebuilt with --disable-nautilus-extension [release 2.0.2-3mamba;Fri Nov 11 2022]
This commit is contained in:
parent
5ce3ac8007
commit
0550a66b8a
25
gksu.spec
25
gksu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gksu
|
Name: gksu
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: An interface for libgksu, a Gtk+ frontent to su and sudo
|
Summary: An interface for libgksu, a Gtk+ frontent to su and sudo
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,7 +13,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGConf-devel
|
BuildRequires: libGConf-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
@ -21,23 +21,25 @@ BuildRequires: libgdk-pixbuf-devel
|
|||||||
BuildRequires: libgksu-devel
|
BuildRequires: libgksu-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libnautilus-extension-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libstartup-notification-devel
|
BuildRequires: libstartup-notification-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An interface for libgksu, a Gtk+ frontent to su and sudo.
|
An interface for libgksu, a Gtk+ frontent to su and sudo.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-nautilus-extension
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -50,20 +52,21 @@ An interface for libgksu, a Gtk+ frontent to su and sudo.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
# -f %{name}.lang
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gksu
|
%{_bindir}/gksu
|
||||||
%{_bindir}/gksudo
|
%{_bindir}/gksudo
|
||||||
%{_libdir}/nautilus/extensions-2.0/libnautilus-gksu.*
|
|
||||||
%{_datadir}/applications/gksu.desktop
|
%{_datadir}/applications/gksu.desktop
|
||||||
%{_datadir}/gksu/gksu-migrate-conf.sh
|
%{_datadir}/gksu/gksu-migrate-conf.sh
|
||||||
%{_datadir}/pixmaps/gksu-icon.png
|
%{_datadir}/pixmaps/gksu-icon.png
|
||||||
%{_datadir}/pixmaps/gksu-root-terminal.png
|
%{_datadir}/pixmaps/gksu-root-terminal.png
|
||||||
%{_mandir}/man1/gksu.1.gz
|
%{_mandir}/man1/gksu.1*
|
||||||
%{_mandir}/man1/gksudo.1.gz
|
%{_mandir}/man1/gksudo.1*
|
||||||
%doc AUTHORS COPYING ChangeLog README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-3mamba
|
||||||
|
- rebuilt with --disable-nautilus-extension
|
||||||
|
|
||||||
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 2.0.2-2mamba
|
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 2.0.2-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user