Move the pkgconfig file to -devel
It got accidentally placed in the main package, but it should be in the -devel subpackage.
This commit is contained in:
parent
4f4fc1f29a
commit
9663367385
@ -1,6 +1,6 @@
|
||||
Name: geocode-glib
|
||||
Version: 0.99.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Geocoding helper library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -53,15 +53,18 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%doc AUTHORS COPYING.LIB NEWS README
|
||||
%{_libdir}/libgeocode-glib.so.*
|
||||
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
||||
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
||||
|
||||
%files devel
|
||||
%{_includedir}/geocode-glib-1.0/
|
||||
%{_libdir}/libgeocode-glib.so
|
||||
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
||||
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 31 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-2
|
||||
- Move the pkgconfig file to -devel
|
||||
|
||||
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-1
|
||||
- Initial Fedora packaging
|
||||
|
Loading…
Reference in New Issue
Block a user