Accepting request 266505 from GNOME:Next

Update to version 1.0.1.

OBS-URL: https://build.opensuse.org/request/show/266505
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=31
This commit is contained in:
2014-12-29 08:48:43 +00:00
committed by Git OBS Bridge
parent 794aa66716
commit d0ae3a409d
4 changed files with 48 additions and 7 deletions

View File

@@ -17,14 +17,14 @@
Name: libical
Version: 1.0
Version: 1.0.1
Release: 0
%define sonum 1
Summary: An Implementation of Basic iCAL Protocols
License: MPL-1.0 or LGPL-2.1
Group: Development/Libraries/C and C++
Url: http://sourceforge.net/projects/freeassociation/
Source: libical-%{version}.tar.gz
Source: https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source2: baselibs.conf
BuildRequires: cmake >= 2.4
BuildRequires: gcc-c++
@@ -94,7 +94,9 @@ make -j1
%install
%cmake_install
rm examples/CMakeLists.txt
rm examples/Makefile.*
# REMOVE AN UNNEEDED HIDDEN FILE
rm examples/.svnignore
%post -n %{name}%{sonum} -p /sbin/ldconfig
@@ -102,7 +104,7 @@ rm examples/Makefile.*
%files -n %{name}%{sonum}
%defattr(-,root,root)
%doc AUTHORS README COPYING ChangeLog LICENSE NEWS TEST THANKS TODO
%doc AUTHORS ReadMe.txt ReleaseNotes.txt COPYING LICENSE TEST THANKS TODO
%{_libdir}/*.so.*
%files devel
@@ -111,6 +113,7 @@ rm examples/Makefile.*
%{_libdir}/pkgconfig/libical.pc
%{_includedir}/ical.h
%{_includedir}/libical/
%{_libdir}/cmake/LibIcal/
%files devel-static
%defattr(-,root,root)