Package init
This commit is contained in:
commit
ee7f877e17
BIN
libgee-0.20.1.tar.xz
Normal file
BIN
libgee-0.20.1.tar.xz
Normal file
Binary file not shown.
74
libgee.spec
Normal file
74
libgee.spec
Normal file
@ -0,0 +1,74 @@
|
||||
Name: libgee
|
||||
Version: 0.20.1
|
||||
Release: 5
|
||||
Summary: An utility library providing GObject-based interfaces and classes
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libgee
|
||||
Source0: https://download.gnome.org/sources/libgee/0.20/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel gobject-introspection-devel
|
||||
|
||||
%description
|
||||
Libgee is an utility library providing GObject-based interfaces and classes for commonly used data
|
||||
structures.Libgee is written in Vala and can be used like any GObject-based C library.
|
||||
It's planned to provide bindings for further languages.
|
||||
|
||||
%package devel
|
||||
Summary: Development files and Header files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_libdir}/libgee-0.8.so.*
|
||||
%{_libdir}/girepository-1.0/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/gee-0.8/*
|
||||
%{_libdir}/libgee-0.8.so
|
||||
%{_libdir}/pkgconfig/gee-0.8.pc
|
||||
%{_datadir}/gir-1.0/Gee-0.8.gir
|
||||
%{_datadir}/vala/vapi/*
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS README AUTHORS MAINTAINERS
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-5
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: rebuilt spec, add help package.
|
||||
|
||||
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-4
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: openEuler Debranding
|
||||
|
||||
* Tue Aug 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-3
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user