Update to latest upstream version
- Added devel subpackage - Added xfdashboard libraries
This commit is contained in:
parent
bddd5e66eb
commit
90f64ba603
3 changed files with 26 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b5b6f83dce055248f7403ae17fc321fc xfdashboard-0.5.5.tar.bz2
|
||||
fe9b4b9f59b7c41f260a3bec75a8b35a xfdashboard-0.5.90.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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 <nonamedotc@fedoraproject.org> - 0.5.90-1
|
||||
- Update to latest upstream version
|
||||
- Added devel subpackage
|
||||
- Added xfdashboard libraries
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue