Compare commits
No commits in common. "rawhide" and "f21" have entirely different histories.
4 changed files with 84 additions and 1 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/xfce4-equake-plugin-1.3.4.tar.bz2
|
||||
/xfce4-equake-plugin-1.3.5.tar.bz2
|
||||
/xfce4-equake-plugin-1.3.6.tar.bz2
|
||||
/xfce4-equake-plugin-1.3.8.tar.bz2
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
c8f6cb2aec62513c343281eacc4fc395 xfce4-equake-plugin-1.3.8.tar.bz2
|
||||
79
xfce4-equake-plugin.spec
Normal file
79
xfce4-equake-plugin.spec
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
%global minorversion 1.3
|
||||
|
||||
Name: xfce4-equake-plugin
|
||||
Version: 1.3.8
|
||||
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
|
||||
* Fri Oct 09 2015 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.8-1
|
||||
- Rebuilt for new upstream version 1.3.8
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.3.6-2
|
||||
- Rebuild for Xfce 4.12
|
||||
|
||||
* Sat Feb 21 2015 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.6-1
|
||||
- Rebuilt for new upstream version 1.3.6, fixes rhbz #1164472
|
||||
|
||||
* 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