]> git.pld-linux.org Git - packages/courier.git/commitdiff
- remove without_test bcond (in latest ac build ok)
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Tue, 9 Dec 2003 11:42:21 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- small fixes in webmail files section
- release 1

Changed files:
    courier.spec -> 1.42

courier.spec

index 049d757e1db64a88479fb48c70cb862d398eab4e..f95ef6786e143ec587c63333c3df39078dc7ec4a 100644 (file)
@@ -1,10 +1,8 @@
-%bcond_without tests   # don't perform "make check"
-
 Summary:       Courier mail server
 Summary(pl):   Serwer poczty Courier
 Name:          courier
 Version:       0.44.2
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -231,7 +229,7 @@ rm -f missing
        --with-db=db
 
 %{__make}
-%{?with_tests:%{__make} check}
+%{__make} check
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -720,8 +718,9 @@ fi
 %dir %{_datadir}/sqwebmail/html
 %dir %{_datadir}/sqwebmail/html/en-us
 %{_datadir}/sqwebmail/html/en
-%config %{_datadir}/sqwebmail/html/en-us/[CIL]*
-%{_datadir}/sqwebmail/html/en-us/*
+%config %{_datadir}/sqwebmail/html/en-us/[CILT]*
+%{_datadir}/sqwebmail/html/en-us/*.html
+%{_datadir}/sqwebmail/html/en-us/*.txt
 %attr(755,root,root) %{_datadir}/sqwebmail/cleancache.pl
 %attr(755,root,root) %{_datadir}/sqwebmail/sendit.sh
 %attr(755,root,root) %{_datadir}/sqwebmail/ldapsearch
This page took 0.060042 seconds and 4 git commands to generate.