diff --git a/.gitignore b/.gitignore index 48085dc..fa13375 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libirman-0.4.5.tar.bz2 +/libirman-0.5.0.tar.gz diff --git a/libirman.spec b/libirman.spec index d3e9094..c908e3b 100644 --- a/libirman.spec +++ b/libirman.spec @@ -1,6 +1,6 @@ Name: libirman -Version: 0.4.5 -Release: 14%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Library for IRMAN hardware Group: System Environment/Libraries @@ -10,7 +10,7 @@ Group: System Environment/Libraries #under the GNU General Public License, which is in the file COPYING. License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/lirc/files/libirman/ -Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/lirc/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool @@ -69,9 +69,15 @@ rm -rf $RPM_BUILD_ROOT %doc TECHNICAL %{_includedir}/* %{_libdir}/*.so +%{_libdir}/pkgconfig/libirman.pc %changelog +* Mon Oct 12 2015 Ján ONDREJ (SAL) - 0.5.0-1 +- Update to upstream. +- Updated source URL. +- Added libirman.pc file. + * Thu Jun 18 2015 Ján ONDREJ (SAL) - 0.4.5-14 - Fix build problems. diff --git a/sources b/sources index 10c4896..1e636b6 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 4a2708d53b6c79659c073cfefed57f78 libirman-0.4.5.tar.bz2 +871607ef62183a3314e8ec47aadbe578 libirman-0.5.0.tar.gz