]> git.pld-linux.org Git - packages/egroupware.git/commitdiff
- use system Vera fonts
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Sep 2005 13:32:57 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    egroupware.spec -> 1.13

egroupware.spec

index 8c3c3bd2ba18bbfad4cae1de7e90bffcc6411727..f6d75ff6660490b13b1dc3f7ba440c5e20e757a2 100644 (file)
@@ -1,11 +1,12 @@
 # TODO
-# - subpackages
+# - subpackages for applications
+# - separate htdocs and includedirs
 # - everything
 Summary:       eGroupWare - a web-based groupware suite written in PHP
 Summary(pl):   eGroupWAre - oparte na WWW oprogramowanie do pracy grupowej napisane w PHP
 Name:          egroupware
 Version:       1.0.0.009
-Release:       0.16
+Release:       0.17
 Epoch:         0
 License:       GPL
 Group:         Applications/WWW
@@ -13,13 +14,16 @@ Source0:    http://dl.sourceforge.net/egroupware/eGroupWare-%{version}.tar.bz2
 # Source0-md5: 2ed2f3041ab4ff235f56ed23dfa7274b
 Source1:       %{name}.conf
 Patch0:                %{name}-setup.patch
+Patch1:                %{name}-ttfdir.patch
 URL:           http://www.egroupware.org/
+BuildRequires: sed >= 4.0
 Requires:      %{name}(DB_Driver)
 Requires:      php >= 3:4.1.2
 Requires:      php-gd
 Requires:      php-mbstring
 Requires:      php-pcre
 Requires:      php-cli
+Requires:      fonts-TTF-bitstream-vera
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -100,10 +104,15 @@ eGroupware.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 
 # remove CVS control files
 find -name CVS -print0 | xargs -0 rm -rf
+# undos the sources
+find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,
+$,,'
+
+%patch0 -p1
+%patch1 -p1
 
 # GPL
 rm -f doc/LICENSE
@@ -111,6 +120,9 @@ rm -f doc/LICENSE
 # no need.
 rm -rf doc/rpm-build
 
+# using PLD package
+rm -rf projects/ttf-bitstream-vera-1.10
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir}}
This page took 0.064913 seconds and 4 git commands to generate.