Simplify files list a bit

This commit is contained in:
Kalev Lember 2022-07-19 11:08:24 +02:00
parent 2f2241dbee
commit a6387921f2

View File

@ -1,6 +1,6 @@
Name: rest
Version: 0.9.1
Release: 1%{?dist}
Release: 3%{?dist}
Summary: A library for access to RESTful web services
License: LGPLv2
@ -47,25 +47,27 @@ Files for development with %{name}.
%files
%license COPYING
%doc AUTHORS README.md
%{_libdir}/librest-1.0.so.0
%{_libdir}/librest-1.0.so.0.0.0
%{_libdir}/librest-extras-1.0.so.0
%{_libdir}/librest-extras-1.0.so.0.0.0
%{_libdir}/librest-1.0.so.0*
%{_libdir}/librest-extras-1.0.so.0*
%{_libdir}/girepository-1.0/Rest-1.0.typelib
%{_libdir}/girepository-1.0/RestExtras-1.0.typelib
%files devel
%{_includedir}/rest-1.0
%{_libdir}/pkgconfig/rest*
%{_includedir}/rest-1.0/
%{_libdir}/pkgconfig/rest-1.0.pc
%{_libdir}/pkgconfig/rest-extras-1.0.pc
%{_libdir}/librest-1.0.so
%{_libdir}/librest-extras-1.0.so
%{_datadir}/doc/lib%{name}*1.0
%{_datadir}/doc/librest-1.0/
%{_datadir}/gir-1.0/Rest-1.0.gir
%{_datadir}/gir-1.0/RestExtras-1.0.gir
%{_bindir}/librest-demo
%{_datadir}/applications/org.gnome.RestDemo.desktop
%changelog
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 0.9.1-3
- Simplify files list a bit
* Mon Jul 18 2022 Milan Crha <mcrha@redhat.com> - 0.9.1-1
- Update to 0.9.1
- Build against libsoup3