git snapshot
This commit is contained in:
parent
9cd64a374d
commit
5ac88ef889
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
json-glib-0.10.4.tar.bz2
|
json-glib-0.10.4.tar.bz2
|
||||||
|
/json-glib-0.11.3-0.1.git19b0b87.fc15.src.rpm
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
%define glib_ver 2.16
|
%define glib_ver 2.16
|
||||||
|
%define alphatag git19b0b87
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.10.4
|
Version: 0.11.3
|
||||||
Release: 4%{?dist}
|
Release: 0.1.%{alphatag}%{?dist}
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/JsonGlib
|
URL: http://live.gnome.org/JsonGlib
|
||||||
#VCS: git:git://git.gnome.org/json-glib
|
#VCS: git:git://git.gnome.org/json-glib
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}-%{alphatag}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib_ver}
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
@ -36,7 +37,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.11.3-0.1.git19b0b87
|
||||||
|
- git snapshot
|
||||||
|
|
||||||
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.10.4-4
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.10.4-4
|
||||||
- Rebuild with newer gobject-introspection
|
- Rebuild with newer gobject-introspection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user