Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27227/devel
Modified Files:
.cvsignore sources
Added Files:
gnome-shell-extension-weather.spec
Log Message:
--- NEW FILE gnome-shell-extension-weather.spec ---
%global git b86397a
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
Release: 0.1.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
License: GPLv3+
URL:
https://github.com/Neroth/gnome-shell-extension-weather
Source0:
https://github.com/Neroth/gnome-shell-extension-weather/tarball/master/%{...
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, desktop-file-utils, glib2-devel,
gnome-common >= 3.1.0, intltool >= 0.25
Requires: gnome-shell >= 3.2.0, seed
%description
gnome-shell-extension-weather is a simple extension for displaying weather
informations from several cities in GNOME Shell. Currently, the weather report
including forecast for today and tomorrow is fetched from Yahoo! Weather.
%prep
%setup -q -n %{github}-%{git}
%build
./autogen.sh --prefix=/usr
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%find_lang %{name}
desktop-file-install --add-category="GNOME" --remove-category="System"
--delete-original --dir=%{buildroot}%{_datadir}/applications
%{buildroot}%{_datadir}/applications/weather-settings.desktop
%postun
if [ $1 -eq 0 ] ; then
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null
|| :
fi
%posttrans
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f %{name}.lang
%doc COPYING README.md
%{_datadir}/applications/weather-settings.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.weather.gschema.xml
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
* Wed May 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.1.gitb86397a
- Initial package for Fedora
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2012 20:28:57 -0000 1.1
+++ .cvsignore 30 May 2012 22:11:07 -0000 1.2
@@ -0,0 +1 @@
+Neroth-gnome-shell-extension-weather-b86397a.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2012 20:28:59 -0000 1.1
+++ sources 30 May 2012 22:11:07 -0000 1.2
@@ -0,0 +1 @@
+a932655cdeca2ca16d89326b193bfa89 Neroth-gnome-shell-extension-weather-b86397a.tar.gz