diff --git a/.gitignore b/.gitignore index 7888829..bd4ac70 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /xfdashboard-0.5.3.tar.bz2 /xfdashboard-0.5.4.tar.bz2 /xfdashboard-0.5.5.tar.bz2 +/xfdashboard-0.5.90.tar.bz2 diff --git a/sources b/sources index 8341423..6ebd030 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5b6f83dce055248f7403ae17fc321fc xfdashboard-0.5.5.tar.bz2 +fe9b4b9f59b7c41f260a3bec75a8b35a xfdashboard-0.5.90.tar.bz2 diff --git a/xfdashboard.spec b/xfdashboard.spec index 744c70e..c687f72 100644 --- a/xfdashboard.spec +++ b/xfdashboard.spec @@ -1,8 +1,8 @@ %global majorversion 0.5 Name: xfdashboard -Version: 0.5.5 -Release: 2%{?dist} +Version: 0.5.90 +Release: 1%{?dist} Summary: GNOME shell like dashboard for Xfce License: GPLv2+ @@ -27,11 +27,18 @@ between different applications. The search feature works like Xfce's app finder which makes it convenient to search for and start applications. %package themes -Summary: Themes for Xfdashboard +Summary: Themes for xfdashboard Requires: %{name} %description themes -Additional themes for use with Xfdashboard +Additional themes for use with xfdashboard + +%package devel +Summary: Devel files for xfdashboard +Requires: %{name}-%{version} + +%description devel +Development related files for xfdashboard %prep %setup -q @@ -78,13 +85,26 @@ fi %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop %{_datadir}/icons/hicolor/*/*/%{name}.png %{_datadir}/themes/%{name}/* +%{_libdir}/lib%{name}.so.0 +%{_libdir}/lib%{name}.so.0.500.90 %{_libdir}/%{name}/plugins/clock-view.so %{_libdir}/%{name}/plugins/gnome-shell-search-provider.so +%{_libdir}/%{name}/plugins/hot-corner.so %files themes %{_datadir}/themes/%{name}-* +%files devel +%{_includedir}/%{name}/* +%{_libdir}/pkgconfig/lib%{name}.pc +%{_libdir}/lib%{name}.so + %changelog +* Sat Mar 05 2016 Mukundan Ragavan - 0.5.90-1 +- Update to latest upstream version +- Added devel subpackage +- Added xfdashboard libraries + * Fri Feb 05 2016 Fedora Release Engineering - 0.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild