]> git.pld-linux.org Git - packages/courier-sox.git/commitdiff
- added missing dir auto/ac/courier-sox-0_05-1
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sat, 16 Apr 2005 19:20:40 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -init.patch (few fixes for init file)
- rel. 1 (builds&works)

Changed files:
    courier-sox.spec -> 1.7

courier-sox.spec

index 3f7266d99162e5518b90f988181444feaacc982b..3ac7a85741724562b36b291cd1738a920da63877 100644 (file)
@@ -1,18 +1,15 @@
-#
-# TODO:
-#      - write/modify init file
-#
 Summary:       Courier Socks 5 client library
 Summary(pl):   Biblioteki klienckie Socks 5
 Name:          courier-sox
 Version:       0.05
-Release:       0.5
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 #Source0:      http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
 Source0:       http://www.courier-mta.org/beta/sox/%{name}-%{version}.tar.bz2
 # Source0-md5: 41a87d18a56dcabd3fc513ceba7b679b
 Patch0:                %{name}-build.patch
+Patch1:                %{name}-init.patch
 URL:           http://www.courier-mta.org
 BuildRequires: autoconf
 BuildRequires: automake
@@ -76,6 +73,7 @@ u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -142,6 +140,7 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/courier-sox
 %{_mandir}/man1/sockd*
 %attr(755,root,root) %{_sbindir}/sockd
+%dir %{_libexecdir}
 %attr(755,root,root) %{_libexecdir}/sockd
 
 %files static
This page took 0.163799 seconds and 4 git commands to generate.