|
|
|
@ -1,21 +1,30 @@
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.2.3
|
|
|
|
|
Release: 2%{?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 libnotify-devel glib2-devel
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.2.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple user interface library
|
|
|
|
|
License: zlib
|
|
|
|
|
URL: http://pwmt.org/projects/%{name}/
|
|
|
|
|
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(json-c)
|
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
|
Requires(post): glibc
|
|
|
|
|
Requires(postun): glibc
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Girara is a library that implements a user interface that focuses on simplicity
|
|
|
|
|
and minimalism.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
@ -29,14 +38,15 @@ CFLAGS='%{optflags}' make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
|
|
|
|
|
chmod +x %{buildroot}/%{_libdir}/libgirara-gtk?.so.1.1
|
|
|
|
|
chmod +x %{buildroot}/%{_libdir}/libgirara-gtk?.so.2.0
|
|
|
|
|
# fcami - I wish upstream used a consistent naming scheme
|
|
|
|
|
%find_lang lib%{name}-gtk3-1
|
|
|
|
|
mv lib%{name}-gtk3-1.lang %{name}.lang
|
|
|
|
|
%find_lang lib%{name}-gtk3-2
|
|
|
|
|
mv lib%{name}-gtk3-2.lang %{name}.lang
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc AUTHORS LICENSE README
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS README
|
|
|
|
|
%{_libdir}/libgirara-gtk?.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -49,6 +59,10 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.4-1
|
|
|
|
|
- 0.2.4 bump, soname changed to 2.0
|
|
|
|
|
- Fix the dep list, install LICENSE with the %%license macro
|
|
|
|
|
|
|
|
|
|
* Fri Oct 31 2014 Petr Šabata <contyk@redhat.com> - 0.2.3-2
|
|
|
|
|
- Release bump for the f21 override; needed for zathura 0.3.1
|
|
|
|
|
The update previous update is blocked by f21 freeze and the override
|
|
|
|
|