Update to 0.2.0
This commit is contained in:
parent
2bc226911c
commit
29ad3fae24
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/gnome-autoar-0.1.0.tar.xz
|
/gnome-autoar-0.1.0.tar.xz
|
||||||
/gnome-autoar-0.1.1.tar.xz
|
/gnome-autoar-0.1.1.tar.xz
|
||||||
|
/gnome-autoar-0.2.0.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: gnome-autoar
|
Name: gnome-autoar
|
||||||
Version: 0.1.1
|
Version: 0.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Archive library
|
Summary: Archive library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://git.gnome.org/browse/gnome-autoar
|
URL: https://git.gnome.org/browse/gnome-autoar
|
||||||
Source0: https://download.gnome.org/sources/gnome-autoar/0.1/gnome-autoar-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-autoar/0.2/gnome-autoar-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
@ -58,8 +58,6 @@ make check
|
|||||||
%{_libdir}/girepository-1.0/GnomeAutoarGtk-0.1.typelib
|
%{_libdir}/girepository-1.0/GnomeAutoarGtk-0.1.typelib
|
||||||
%{_libdir}/libgnome-autoar-0.so.0*
|
%{_libdir}/libgnome-autoar-0.so.0*
|
||||||
%{_libdir}/libgnome-autoar-gtk-0.so.0*
|
%{_libdir}/libgnome-autoar-gtk-0.so.0*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.enums.xml
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.gschema.xml
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/gnome-autoar-0/
|
%{_includedir}/gnome-autoar-0/
|
||||||
@ -73,6 +71,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2017 Kalev Lember <klember@redhat.com> - 0.2.0-1
|
||||||
|
- Update to 0.2.0
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user