Update to 0.1.7
This commit is contained in:
parent
e651e63dab
commit
ecb519cfb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
||||
/gsettings-desktop-schemas-0.1.3.tar.bz2
|
||||
/gsettings-desktop-schemas-0.1.4.tar.bz2
|
||||
/gsettings-desktop-schemas-0.1.5.tar.bz2
|
||||
/gsettings-desktop-schemas-0.1.7.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 0.1.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -43,6 +43,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%posttrans
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
@ -53,7 +54,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING MAINTAINERS NEWS README
|
||||
%{_datadir}/glib-2.0/schemas/*
|
||||
@ -68,6 +69,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.7-1
|
||||
- Update to 0.1.7
|
||||
|
||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.5-3
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user