Browse Source

libical-3.0.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12149 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
5f68b8df82
1 changed files with 6 additions and 2 deletions
  1. 6 2
      lib/libi/libical/libical-vl.spec

+ 6 - 2
lib/libi/libical/libical-vl.spec

@@ -2,14 +2,14 @@
 
 Name:		libical
 Summary:	An Open Source implementation of the iCalendar protocols and protocol data units
-Version:	3.0.1
+Version:	3.0.5
 Release:	1%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	LGPLv2 or MPLv1.1
 URL:		https://libical.github.io/libical/
 
-Source0:	https://github.com/libical/libical/releases/download/v1.0.1/%{name}-%{version}.tar.gz
+Source0:	https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -74,6 +74,7 @@ mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
+    -DENABLE_GTK_DOC=OFF \
     ..
 popd
 
@@ -139,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libical-glib.pc
 
 %changelog
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.5-1
+- updated to 3.0.5.
+
 * Fri Jan 26 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.1-1
 - updated to 3.0.1.
 - added subpackages for glib.