rpms/gshutdown/F-7 gshutdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Tue Jun 19 12:31:27 UTC 2007


Author: laxathom

Update of /cvs/pkgs/rpms/gshutdown/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3543/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	gshutdown.spec 
Log Message:

Imported new package.



--- NEW FILE gshutdown.spec ---
Name:		gshutdown
Version:	0.2        
Release:	0.3.rc1%{?dist}
Summary:	GShutDown is an advanced shut down utility for GNOME

Group:		Applications/System
License:	GPL
URL:		http://gshutdown.tuxfamily.org/
Source0:	http://gshutdown.tuxfamily.org/release/%{name}-%{version}rc1.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libglade2-devel, desktop-file-utils
BuildRequires:	libnotify-devel, glib2-devel, gettext

%description
GShutdown is an advanced shutdown utility which
allows you to schedule the shutdown or the restart
of your computer, or logout your actual session.
Also can be use under Xfce and KDE.

%prep
%setup -q -n %{name}-%{version}rc1


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

desktop-file-install					\
	--vendor ""					\
	--dir $RPM_BUILD_ROOT/%{_datadir}/applications	\
	--mode 0644					\
	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :



%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.gz
%{_datadir}/pixmaps/%{name}.png


%changelog
* Tue May 01 2007 Xavier lamien <lxtnow at gmail.com> - 0.2-0.3.rc1
- Fixed redundant BR and Requires.

* Sun Jan 04 2007 Xavier lamien <lxtnow at gmail.com> - 0.2-0.2.rc1
- added post and postun for installed icons.
- fixed release tags
- Added timestamp in "make install".
- Removed "--add-category" from desktop-file-install.

* Sat Jan 03 2007 Xavier lamien <lxtnow at gmail.com> - 0.2-0.1.rc1
- Initiale RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gshutdown/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2007 04:47:07 -0000	1.1
+++ .cvsignore	19 Jun 2007 12:30:52 -0000	1.2
@@ -0,0 +1 @@
+gshutdown-0.2rc1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gshutdown/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2007 04:47:07 -0000	1.1
+++ sources	19 Jun 2007 12:30:52 -0000	1.2
@@ -0,0 +1 @@
+f3b3c3eb86a4f18765bc30134a8a1464  gshutdown-0.2rc1.tar.gz




More information about the fedora-extras-commits mailing list