# Note this is NOT a relocatable thing :) %define name evolution %define ver @VERSION@ %define RELEASE 1 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} %define prefix /usr %define sysconfdir /etc Name: %name Summary: Integrated GNOME mail client, calendar and address book. Version: %ver Release: %rel Copyright: GPL Group: System Environment/Libraries Source: %{name}-%{ver}.tar.gz URL: http://www.gnome.org/ BuildRoot: /var/tmp/%{name}-%{ver}-root Docdir: %{prefix}/doc %description %package devel Summary: Libraries and include files for developing Evolution components Group: Development/Libraries Requires: %name = %{PACKAGE_VERSION} Obsoletes: %{name}-devel %description devel This package provides the necessary development libraries and include files to allow you to develop evolution components. %changelog * Sun May 21 2000 Ross Golder - created spec file %prep %setup %build %ifarch alpha MYARCH_FLAGS="--host=alpha-redhat-linux" %endif LC_ALL="" LINGUAS="" LANG="" export LC_ALL LINGUAS LANG CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS --prefix=%{prefix} \ --sysconfdir=%{sysconfdir} if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) make else make fi %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install for FILE in "$RPM_BUILD_ROOT/bin/*"; do file "$FILE" | grep -q not\ stripped && strip $FILE done %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %post if ! grep %{prefix}/lib /etc/ld.so.conf > /dev/null ; then echo "%{prefix}/lib" >> /etc/ld.so.conf fi /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(0555, bin, bin) %doc AUTHORS COPYING ChangeLog NEWS README %{prefix}/bin/evolution %{prefix}/bin/evolution-mail %{prefix}/bin/evolution-addressbook %{prefix}/bin/evolution-calendar %{prefix}/bin/wombat %{prefix}/bin/killev %{prefix}/lib/lib*.so.* %{prefix}/lib/evolution/camel-providers/*/lib*.so.* #%{prefix}/lib/evolution/camel-providers/*/*.url %{prefix}/share/evolution/default_user/local/* %defattr(0644, bin, bin) %{prefix}/share/evolution/glade/*.glade %{prefix}/share/evolution/filtertypes.xml %{prefix}/share/evolution/default_user/shortcuts.xml %defattr (0444, bin, bin) %{prefix}/share/locale/*/LC_MESSAGES/* %{prefix}/share/gnome/help/gnomecal/* %{prefix}/share/images/evolution/*.png %{sysconfdir}/CORBA/servers/* %files devel %defattr(0555, bin, bin) %{prefix}/lib/*.a %{prefix}/lib/*.so %{prefix}/lib/*.la %{prefix}/lib/evolution/camel-providers/*/*.a %{prefix}/lib/evolution/camel-providers/*/*.so %{prefix}/lib/evolution/camel-providers/*/*.la %defattr(0444, bin, bin) %{prefix}/include/*.h %{prefix}/include/camel/*.h %{prefix}/include/composer/*.h %{prefix}/include/ename/*.h %{prefix}/include/evolution/ebook/*.h %{prefix}/include/evolution/cal-util/*.h %{prefix}/include/evolution/cal-client/*.h %{prefix}/share/idl/*.idl value='dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/geg/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove expired ports:rene2018-12-211-26/+0
* Deprecate most glib12 consumersantoine2018-10-121-0/+3
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* - Switch to USES=autoreconfamdmi32015-06-071-5/+2
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
* Rename math/ patch-xy patches to reflect the files they modify.adamw2014-07-291-1/+1
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+1
* - Stage supportmiwi2014-02-031-3/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Reassign to the heap at maintainer's requesttabthorpe2012-12-291-6/+2
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Sync to new bsd.autotools.mkade2010-12-04