This commit is contained in:
parent
35e9e5e5df
commit
f4b9b10e10
@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 13 22:41:53 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Also package AUTHORS ChangeLog COPYING NEWS README.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 19 18:12:15 CEST 2009 - dominique-obs@leuenberger.net
|
Tue May 19 18:12:15 CEST 2009 - dominique-obs@leuenberger.net
|
||||||
|
|
||||||
- Specfile cleanups.
|
- Specfile cleanups.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 25 11:08:15 CET 2009 - dominique@leuenberger.net
|
Wed Mar 25 11:08:15 CET 2009 - dominique@leuenberger.net
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Summary: Library for JavaScript Object Notation format
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Summary: Library for JavaScript Object Notation format
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://live.gnome.org/JsonGlib
|
Url: http://live.gnome.org/JsonGlib
|
||||||
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -103,6 +103,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n libjson-glib-1_0-0
|
%files -n libjson-glib-1_0-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user