rpms/libical/F-8 .cvsignore, 1.2, 1.3 libical.spec, 1.4, 1.5 sources, 1.2, 1.3

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Thu Jul 17 18:15:04 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/libical/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32255

Modified Files:
	.cvsignore libical.spec sources 
Log Message:
* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora at sourcesink.com> - 0.31-1
- Version bump to 0.31.

* Thu Jul 17 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.30-4
- Changed value of License according to Fedora licensing guidelines.
- Enabled reentrant system calls and C++ bindings.
- Omitted unused direct shared library dependencies.
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
  examples.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Jan 2008 19:27:23 -0000	1.2
+++ .cvsignore	17 Jul 2008 18:14:14 -0000	1.3
@@ -1 +1 @@
-libical-0.27.tar.gz
+libical-0.31.tar.gz


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-8/libical.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libical.spec	2 Apr 2008 13:34:09 -0000	1.4
+++ libical.spec	17 Jul 2008 18:14:14 -0000	1.5
@@ -1,91 +1,113 @@
-Name:			libical
-Version:		0.30
-Release:		2%{?dist}
-Summary:		Reference implementation of the iCalendar data type and serialization format
-Summary(pl):		Implementacja formatu iCalendar
-
-Group:			System Environment/Libraries
-License:		MPL, LGPLv2
-URL:			http://freeassociation.sourceforge.net/
-Source0:		http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
+Name:		libical
+Version:	0.31
+Release:	1%{?dist}
+Summary:	Reference implementation of the iCalendar data type and serialization format
+Summary(pl):	Implementacja formatu iCalendar
+
+Group:		System Environment/Libraries
+License:	LGPLv2 or MPLv1.1
+URL:		http://freeassociation.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
 
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-#BuildRequires:		
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
-Reference implementation of the 
-iCalendar data type and serialization 
-format. libical is used in dozens of 
-calendaring and scheduling products.
-
-%description		-l pl
-Implementacja formatu iCalendar, 
-używana w wielu kalendarzach 
-i planerach/planistach.
-
-%package		devel
-Summary:		Development files for libical
-Summary(pl):		Pliki deweloperskie dla libical
-Group:			Development/Libraries
-Requires:		libical = %{version}-%{release}
-
-%description		devel
-The libical-devel package contains libraries 
-and header files for developing 
+Reference implementation of the iCalendar data type and serialization format
+used in dozens of calendaring and scheduling products.
+
+%description -l pl
+Implementacja formatu iCalendar, używana w wielu kalendarzach i
+planerach/planistach.
+
+%package devel
+Summary:	Development files for libical
+Summary(pl):	Pliki deweloperskie dla libical
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+The libical-devel package contains libraries and header files for developing 
 applications that use libical.
 
-%description		devel -l pl
-libical-devel zawiera biblioteki i pliki niezbędne 
-do tworzenia aplikacji korzystajÄ…cych z libical.
+%description devel -l pl
+libical-devel zawiera biblioteki i pliki niezbędne do tworzenia aplikacji
+korzystajÄ…cych z libical.
 
 %prep
 %setup -q
 
-
 %build
-%configure --disable-static
-make %{?_smp_mflags}
-#Make creates unuseful files
-rm -rf examples/.deps
+%configure --disable-static --enable-reentrant --enable-cxx
+
+# Omit unused direct shared library dependencies.
+sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
 
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS THANKS TODO
-%{_libdir}/*.so.*
-%{_datadir}/libical/
+%doc AUTHORS
+%doc ChangeLog
+%doc COPYING
+%doc LICENSE
+%doc NEWS
+%doc README
+%doc THANKS
+%doc TODO
+%{_libdir}/%{name}.so.*
+%{_libdir}/%{name}_cxx.so.*
+%{_libdir}/libicalss.so.*
+%{_libdir}/libicalss_cxx.so.*
+%{_libdir}/libicalvcal.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc examples
-%{_includedir}/*
-%{_libdir}/*.so
-
+%doc doc/UsingLibical.txt
+%{_includedir}/ical.h
+%{_includedir}/ical*.h
+%{_includedir}/icptrholder.h
+%{_includedir}/pvl.h
+%{_includedir}/sspm.h
+%{_includedir}/vcomponent.h
+%{_libdir}/%{name}.so
+%{_libdir}/%{name}_cxx.so
+%{_libdir}/libicalss.so
+%{_libdir}/libicalss_cxx.so
+%{_libdir}/libicalvcal.so
 
 %changelog
-* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 0.30-2
+* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora at sourcesink.com> - 0.31-1
+- Version bump to 0.31.
+
+* Thu Jul 17 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.30-4
+- Changed value of License according to Fedora licensing guidelines.
+- Enabled reentrant system calls and C++ bindings.
+- Omitted unused direct shared library dependencies.
+- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
+  examples.
+
+* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 0.30-3
 - Source URL... Fixed
 
-* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 0.30-1
+* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 0.30-2
+- Removed untrue note about libical's homepage (to get rid of eventuall mess)
+
+* Sat Feb 23 2008 David Nielsen <gnomeuser at gmail.com> - 0.30-1
 - Switch to freeassociation libical
 - bump to 0.30
-- Synchronizing with changes done in Rawhide
 
 * Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 0.27-5
 - Mass rebuild for new GCC... Done


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libical/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Jan 2008 19:27:23 -0000	1.2
+++ sources	17 Jul 2008 18:14:14 -0000	1.3
@@ -1 +1 @@
-87d48321bff08de08794132d60b55d94  libical-0.27.tar.gz
+39382c919abd9abfab6ecba27715eaa5  libical-0.31.tar.gz




More information about the fedora-extras-commits mailing list