1.1.1
This commit is contained in:
parent
7a075acb9c
commit
a38ef3b4b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libpeas-0.9.0.tar.bz2
|
||||
/libpeas-1.0.0.tar.bz2
|
||||
/libpeas-1.1.0.tar.xz
|
||||
/libpeas-1.1.1.tar.xz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: libpeas
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://ftp.acc.umu.se/pub/GNOME/sources/libpeas/
|
||||
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
||||
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/1.1/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gtk3-devel >= 2.99.3
|
||||
BuildRequires: pygobject2-devel
|
||||
@ -73,7 +73,6 @@ fi
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
%files -f libpeas.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS
|
||||
%{_libdir}/libpeas*-1.0.so.*
|
||||
%dir %{_libdir}/libpeas-1.0/
|
||||
@ -86,7 +85,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/peas-demo
|
||||
%{_includedir}/libpeas-1.0/
|
||||
%{_libdir}/peas-demo/
|
||||
@ -97,6 +95,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user