|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.2.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.2.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple user interface library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: zlib
|
|
|
|
|
URL: http://pwmt.org/projects/%{name}/
|
|
|
|
|
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: gtk3-devel gettext
|
|
|
|
|
BuildRequires: gtk3-devel gettext libnotify-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Girara is a library that implements a user interface that focuses on simplicity
|
|
|
|
@ -41,7 +41,7 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}/*.h
|
|
|
|
|
%{_libdir}/pkgconfig/girara-gtk3.pc
|
|
|
|
|
%{_libdir}/pkgconfig/girara-gtk?.pc
|
|
|
|
|
%{_libdir}/libgirara-gtk?.so
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
@ -49,6 +49,10 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 26 2014 Petr Šabata <contyk@redhat.com> - 0.2.2-1
|
|
|
|
|
- 0.2.2 bump
|
|
|
|
|
- Introduce libnotify support
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|