Set license using %license
authorAnas Nashif <anas.nashif@intel.com>
Sat, 11 May 2013 05:44:27 +0000 (01:44 -0400)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 14:53:39 +0000 (15:53 +0100)
packaging/libical.changes [new file with mode: 0644]
packaging/libical.spec

diff --git a/packaging/libical.changes b/packaging/libical.changes
new file mode 100644 (file)
index 0000000..ad84be5
--- /dev/null
@@ -0,0 +1,3 @@
+* Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.181100@ae876be
+- Set license using %license
+
index bd4f520..204fc86 100644 (file)
@@ -11,7 +11,6 @@ License:        MPL-1.1 or LGPL-2.1
 Group:          Development/Libraries/C and C++
 Source:         libical-%{version}.tar.bz2
 Source2:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libical is an open source implementation of the IETF's iCalendar
@@ -56,8 +55,7 @@ autoreconf -f -i
 %{__make} %{?_smp_mflags}
 
 %install
-%{makeinstall}
-%{__rm} $RPM_BUILD_ROOT/%{_libdir}/libical*.la
+%make_install
 %{__rm} doc/Makefile*
 %{__rm} -rf examples/.deps
 %{__rm} -rf examples/.libs
@@ -72,6 +70,7 @@ autoreconf -f -i
 
 %files 
 %defattr(-,root,root)
+%license COPYING
 %{_libdir}/*.so.*
 
 %files devel