]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- fixed my sed->awk modifications (now tested and work)
[packages/rc-scripts.git] / rc-scripts.spec
index f1c20cc1885741843fb2278f520d6275f8aa9d0c..0cfbc4904a4dad02c9dc4a6d5ab6ab996fefd65c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: rc-scripts.spec,v 1.136 2003-12-19 14:40:46 arekm Exp $
 #
 # Conditional build:
 %bcond_without static  # link binaries with glib dynamically
@@ -9,21 +8,22 @@ Summary(fr):  inittab et scripts /etc/rc.d
 Summary(pl):   inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
-Version:       0.4.0.5
-Release:       0.1
+Version:       0.4.0.6
+Release:       0.3
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: f568bd67cf9d344841e406929fc9aade
-Patch0:                %{name}-libdir.patch
-URL:           http://svn.pld-linux.org/svn/rc-scripts/
+# Source0-md5: 23f3c0e5194a75d3717d9d22c38446e4
+Patch0:                %{name}-quotation-marks.patch
+URL:           http://svn.pld-linux.org/cgi-bin/svnview/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: glib-devel
 %{?with_static:BuildRequires:  glib-static}
 BuildRequires: popt-devel
+BuildRequires: pkgconfig
 Requires(post):        fileutils
 Requires:      /bin/awk
 Requires:      /bin/basename
@@ -86,7 +86,7 @@ programc
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 
 %build
 %{__aclocal}
@@ -95,7 +95,6 @@ programc
 %configure \
        --with-localedir=%{localedir}
 %{__make} \
-       glibdir=/usr/%{_lib} \
        %{!?with_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
 %install
@@ -103,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/{run/netreport,log}
 
 %{__make} install \
-       glibdir=/usr/%{_lib} \
        DESTDIR=$RPM_BUILD_ROOT \
        %{!?with_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
This page took 0.081899 seconds and 4 git commands to generate.