Co-own the vala vapi directories in -devel
... instead of pulling in the vala package just for the directory ownership.
This commit is contained in:
parent
333d09a9f7
commit
d7e53314c8
@ -33,7 +33,6 @@ It makes the basic features of Exiv2 available to GNOME applications.
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: vala
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -94,6 +93,8 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/GExiv2-0.10.gir
|
||||
%{_libdir}/libgexiv2.so
|
||||
%{_libdir}/pkgconfig/gexiv2.pc
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/gexiv2.vapi
|
||||
|
||||
|
||||
@ -110,6 +111,7 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
||||
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 0.10.2-1
|
||||
- Update to 0.10.2
|
||||
- Tighten deps with the _isa macro
|
||||
- Co-own the vala vapi directories in -devel
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user