0.1.0
This commit is contained in:
parent
a29d94655c
commit
c3c8126fa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
||||||
/gsettings-desktop-schemas-0.0.1.tar.bz2
|
/gsettings-desktop-schemas-0.0.1.tar.bz2
|
||||||
|
/gsettings-desktop-schemas-0.1.0.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 0.0.1
|
Version: 0.1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of GSettings schemas
|
Summary: A collection of GSettings schemas
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -8,8 +8,7 @@ License: LGPLv2+
|
|||||||
# no homepage exists for this component
|
# no homepage exists for this component
|
||||||
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
||||||
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
||||||
# Source0: http://download.gnome.org/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.25.11
|
BuildRequires: glib2-devel >= 2.25.11
|
||||||
@ -42,12 +41,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
# move .pc files to /usr/share and mark this package as noarch
|
|
||||||
# pkg-config seems to pick it just nicely from this location
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
|
|
||||||
mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
|
|
||||||
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
@ -63,6 +57,7 @@ fi
|
|||||||
%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/*
|
||||||
|
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -73,7 +68,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-2
|
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.0-1
|
||||||
|
- Update to 0.1.0
|
||||||
|
|
||||||
|
* Tue Aug 24 2010 Matthias Clasen <mclasen@redhat.com> - 0.0.1-1
|
||||||
- Update to 0.0.1
|
- Update to 0.0.1
|
||||||
|
|
||||||
* Tue Aug 3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
|
* Tue Aug 3 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.0.1-1.git20100729
|
||||||
|
Loading…
Reference in New Issue
Block a user