Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159855 Details for
Bug 248898
Review Request: kdepimlibs - K Desktop Environment - PIM Libraries
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
cleanup specfile
kdepimlibs.spec (text/plain), 5.27 KB, created by
Than Ngo
on 2007-07-24 15:18:35 UTC
(
hide
)
Description:
cleanup specfile
Filename:
MIME Type:
Creator:
Than Ngo
Created:
2007-07-24 15:18:35 UTC
Size:
5.27 KB
patch
obsolete
>Name: kdepimlibs > >Version: 3.91.0 >Release: 4%{?dist}%{?kde} >Summary: K Desktop Environment 4 - PIM Libraries > >License: LGPL >Group: System Environment/Libraries > >URL: http://www.kde.org/ >Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdepimlibs-%{version}.tar.bz2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%if 0%{?fedora} > 7 >%define /usr >%else >%define _prefix /opt/kde4 ># macros sensitive to _prefix mods >%define __cmake cmake >%define _sysconfdir %{_prefix}/etc >%endif > ># use ~/.kde4 instead of ~/.kde >Patch0: kdepimlibs-%{version}-kde4home.diff > >Obsoletes: kdepimlibs4 < %{version}-%{release} >Provides: kdepimlibs4 = %{version}-%{release} > >Requires: kdelibs >= %{version} > >BuildRequires: cmake >BuildRequires: kdelibs-devel >= %{version} >BuildRequires: openldap-devel >BuildRequires: cyrus-sasl-devel >BuildRequires: libXtst-devel libXpm-devel >BuildRequires: boost-devel >BuildRequires: doxygen > >%description >Personal Information Management (PIM) libraries for the >K Desktop Environment 4. >WARNING: This is an alpha version. It probably has many bugs left. >Also, the API and ABI are NOT fully stable yet (soft freeze only). > >%package devel >Group: Development/Libraries >Summary: Header files for kdepimlibs4 >Requires: %{name} = %{version}-%{release} >Obsoletes: kdepimlibs4-devel < %{version}-%{release} >Provides: kdepimlibs4-devel = %{version}-%{release} >Requires: kdelibs-devel ># FIXME/TODO: trim these down -- Rex >Requires: openldap-devel libXtst-devel libXpm-devel cyrus-sasl-devel >Requires: boost-devel > >%description devel >Header files for developing applications using kdepimlibs4. >WARNING: This is an alpha version. It probably has many bugs left. >Also, the API and ABI are NOT fully stable yet (soft freeze only). > > >%prep >%setup -q -n kdepimlibs-%{version} > >%if "%{_prefix}" != "/usr" >%patch0 -p1 -b .kde4home >%endif > > >%build > >mkdir -p %{_target_platform} >pushd %{_target_platform} >%cmake \ > -DCMAKE_BUILD_TYPE=RelWithDebInfo \ > -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \ > -DSHARE_INSTALL_PREFIX=%{_datadir} \ > -DINCLUDE_INSTALL_DIR=%{_includedir} \ > -DLIB_INSTALL_DIR=%{_libdir} \ > ../ >popd > >make %{?_smp_mflags} -C %{_target_platform} > > >%install >rm -rf %{buildroot} > >make install DESTDIR=%{buildroot} -C %{_target_platform} > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%clean >rm -rf %{buildroot} > > >%files >%defattr(-,root,root,-) >%doc README COPYING COPYING.BSD COPYING.LIB >%if "%{_prefix}" != "/usr" >%dir %{_datadir}/kde4 >%endif >%{_datadir}/apps/cmake/modules/* >%{_datadir}/apps/kabc/ >%{_datadir}/apps/kconf_update/* >%{_datadir}/apps/libical/ >%{_datadir}/config.kcfg/* >%{_datadir}/dbus-1/interfaces/* >%{_datadir}/kde4/services/ >%{_datadir}/kde4/servicetypes/ >%{_libdir}/lib*.so.* >%{_libdir}/kde4/* > >%files devel >%defattr(-,root,root,-) >%{_includedir}/* >%{_libdir}/lib*.so > > >%changelog >* Tue Jul 24 2007 Than Ngo <than@redhat.com> - 3.91.0-4 >- add BuildRequires: doxygen >- add README COPYING COPYING.BSD COPYING.LIB >- rename to kdepimlibs > >* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3 >- fix %%_sysconfdir for %%_prefix != /usr case. > >* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2 >- updated kde4home.diff >- CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags) >- drop SNPRINTF hack > >* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1 >- kde-3.91.0 >- CMAKE_BUILD_TYPE=debug > >* Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-2 >- specfile cleanup (%%prefix issues mostly) > >* Sun May 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-1 >- update to 3.90.1 >- bump cmake BR to 2.4.5 as required upstream now >- don't set execute bits by hand anymore, cmake has been fixed >- use multilibs in /opt/kde4 >- add BR boost-devel > >* Fri Mar 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-4 >- restore minimum version requirement for cmake >- don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed > >* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3 >- +eXecute perms for %%{prefix}/lib/* > >* Fri Feb 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-2 >- rebuild for patched FindKDE4Internal.cmake > >* Wed Feb 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-1 >- update to 3.80.3 >- update and improve parallel-installability patch >- readd BR cyrus-sasl-devel >- don't set LD_LIBRARY_PATH >- set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work >- define HAVE_SNPRINTF to work around vsnprintf.c build failure > >* Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn >- dropped -DCMAKE_SKIP_RPATH=TRUE from cmake >- compiling with QA_RPATHS=0x0003; export QA_RPATHS >- added libXtst-devel libXpm-devel as BR > >* Fri Nov 24 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn >- parallel build support >- added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath >- dropped qt4-devel >= 4.2.0, cyrus-sasl-devel as BR >- spec file cleanups and added clean up in %%install >- fixed PATH for libkdecore.so.5; cannot open shared object file; > >* Sat Oct 07 2006 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.2-0.1.20061003svn >- first Fedora RPM (parts borrowed from the OpenSUSE kdepimlibs 4 RPM and the Fedora kdelibs 3 RPM) >- apply parallel-installability patch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248898
:
159855
|
159857