Compare commits
No commits in common. "rawhide" and "f19" have entirely different histories.
4 changed files with 70 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/xfce4-equake-plugin-1.3.4.tar.bz2
|
||||
/xfce4-equake-plugin-1.3.5.tar.bz2
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
7c520e2f1cd0cc5e33d8346b12e31c02 xfce4-equake-plugin-1.3.5.tar.bz2
|
||||
67
xfce4-equake-plugin.spec
Normal file
67
xfce4-equake-plugin.spec
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
%global minorversion 1.3
|
||||
|
||||
Name: xfce4-equake-plugin
|
||||
Version: 1.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugin for the XFCE panel which monitors earthquakes
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://www.e-quake.org
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libxfce4util-devel
|
||||
BuildRequires: xfce4-panel-devel
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: xfce4-panel
|
||||
|
||||
%description
|
||||
A panel plugin for the XFCE panel which monitors earthquakes and displays an
|
||||
update each time a new earthquake occurs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_libdir}/xfce4/panel-plugins/%{name}
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 20 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.5-1
|
||||
- Rebuilt for new upstream version 1.3.5, fixes rhbz #1144400
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon Feb 24 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.4-1
|
||||
- Initial RPM version 1.3.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue