Blame greenisland.spec

7350b28
Name:           greenisland
7350b28
Summary:        Compositor and shell for the Hawaii desktop environment
8cb395b
Version:        0.3.0
c883e83
Release:        3%{?dist}
7350b28
Group:          Applications/System
7350b28
License:        BSD and LGPLv2+ and GPLv3+
7350b28
URL:            https://github.com/hawaii-desktop/greenisland
0cbc9de
Source0:        http://downloads.sourceforge.net/mauios/%{name}-%{version}.tar.gz
7350b28
7350b28
Requires:       hawaii-icon-theme
7350b28
Requires:       qt5-qtbase-x11
7350b28
Requires:       qt5-qtdeclarative
7350b28
Requires(post): /sbin/ldconfig
7350b28
Requires(postun): /sbin/ldconfig
7350b28
BuildRequires:  pkgconfig(liblzma)
7350b28
BuildRequires:  pkgconfig(Qt5Core)
7350b28
BuildRequires:  pkgconfig(Qt5Xml)
7350b28
BuildRequires:  pkgconfig(Qt5Gui)
7350b28
BuildRequires:  pkgconfig(Qt5DBus)
7350b28
BuildRequires:  pkgconfig(Qt5Widgets)
7350b28
BuildRequires:  pkgconfig(Qt5Svg)
7350b28
BuildRequires:  pkgconfig(Qt5Qml)
7350b28
BuildRequires:  pkgconfig(Qt5Quick)
7350b28
BuildRequires:  pkgconfig(Qt5OpenGL)
7350b28
BuildRequires:  pkgconfig(Qt5Designer)
7350b28
BuildRequires:  pkgconfig(Qt5Compositor)
7350b28
BuildRequires:  pkgconfig(wayland-client)
7350b28
BuildRequires:  pkgconfig(wayland-cursor)
7350b28
BuildRequires:  pkgconfig(wayland-server)
7350b28
BuildRequires:  pkgconfig(egl)
7350b28
BuildRequires:  pkgconfig(glesv2)
7350b28
BuildRequires:  cmake
7350b28
BuildRequires:  python
7350b28
BuildRequires:  bzip2-devel
7350b28
BuildRequires:  qt5-qtaccountsservice-devel
7350b28
7350b28
%description
7350b28
Wayland compositor and shell library for the Hawaii desktop environment.
7350b28
7350b28
7350b28
%package devel
7350b28
Summary:        Devel files for Greenisland
7350b28
Group:          Development/System
7350b28
Requires:       %{name} = %{version}-%{release}
7350b28
7350b28
%description devel
7350b28
Development files for GreenIsland.
7350b28
7350b28
7350b28
%prep
41b8035
%setup -q
7350b28
7350b28
7350b28
%build
7350b28
%cmake .
7350b28
make %{?_smp_mflags}
7350b28
7350b28
7350b28
%install
5f5e1d5
make install DESTDIR=%{buildroot}
7350b28
7350b28
7350b28
%post -p /sbin/ldconfig
7350b28
7350b28
7350b28
%postun -p /sbin/ldconfig
7350b28
7350b28
7350b28
%files
7350b28
%{_libdir}/libGreenIsland.so.*
7350b28
%{_libdir}/hawaii
7350b28
%doc AUTHORS
7350b28
%doc LICENSE.LGPL
7350b28
%doc README.md
7350b28
7350b28
7350b28
%files devel
5f5e1d5
%{_includedir}/GreenIsland
5f5e1d5
%{_libdir}/cmake/GreenIsland
7350b28
%{_libdir}/libGreenIsland.so
7350b28
7350b28
7350b28
%changelog
c883e83
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
c883e83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c883e83
7190e38
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
7190e38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7190e38
8cb395b
* Thu Jul 24 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.3.0-1
8cb395b
- Update to 0.3 release
8cb395b
ce4fc99
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0.1-2
ce4fc99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ce4fc99
78c7c5b
* Tue Feb 18 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.2.0.1-2
78c7c5b
- Drop an extra BR
78c7c5b
41b8035
* Sat Jan 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.2.0.1-1
41b8035
- Update to a new release tarball
41b8035
5f5e1d5
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 0.1.91-2
5f5e1d5
- Fix file ownership
5f5e1d5
- Modernize a bit
5f5e1d5
7350b28
* Sat Nov 23 2013 Lubomir Rintel <lkundrak@v3.sk> - 0.1.91-1
7350b28
- Initial packaging