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