update to 0.6 [release 0.6-1mamba;Wed Jan 28 2015]
This commit is contained in:
parent
c70543fbf1
commit
5ed543ec8c
23
libgrss.spec
23
libgrss.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libgrss
|
Name: libgrss
|
||||||
Version: 0.5.0
|
Version: 0.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for easy management of RSS/Atom/Pie feeds
|
Summary: A library for easy management of RSS/Atom/Pie feeds
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org/Libgrss
|
URL: http://live.gnome.org/Libgrss
|
||||||
Source: http://gtk.mplat.es/libgrss/tarballs/libgrss-%{version}.tar.gz
|
Source: https://git.gnome.org/browse/libgrss/snapshot/libgrss-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -55,10 +55,10 @@ LibGRSS is a library for easy management of RSS/Atom/Pie feeds.
|
|||||||
This package contains the API documentation for %{name}
|
This package contains the API documentation for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -75,26 +75,31 @@ This package contains the API documentation for %{name}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgrss-*.so.*
|
%{_libdir}/libgrss-*.so.*
|
||||||
|
%{_libdir}/girepository-*/Grss-*.typelib
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libgrss
|
%dir %{_includedir}/libgrss-*
|
||||||
%{_includedir}/libgrss/*.h
|
%{_includedir}/libgrss-*/*.h
|
||||||
%{_libdir}/libgrss-*.so
|
%{_libdir}/libgrss-*.so
|
||||||
%{_libdir}/pkgconfig/libgrss-*.pc
|
%{_libdir}/pkgconfig/libgrss-*.pc
|
||||||
|
%{_datadir}/gir-*/Grss-*.gir
|
||||||
%doc NEWS README TODO
|
%doc NEWS README TODO
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgrss-*.la
|
%{_libdir}/libgrss-*.la
|
||||||
|
|
||||||
%files apidocs
|
#%files apidocs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/libgrss
|
#%dir %{_datadir}/gtk-doc/html/libgrss
|
||||||
%doc %{_datadir}/gtk-doc/html/libgrss/*
|
#%doc %{_datadir}/gtk-doc/html/libgrss/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
|
||||||
|
- update to 0.6
|
||||||
|
|
||||||
* Tue Oct 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
* Tue Oct 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
||||||
- update to 0.5.0
|
- update to 0.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user