]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- perl bindings still need a hack; add locale
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Jul 2004 19:09:33 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.110

subversion.spec

index 6a57cf084e76dbb4c79f338ae34faf3b91751f5a..582de1fead7eb4b377e26f1265443f9f6b203b3e 100644 (file)
@@ -328,6 +328,11 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \
        $RPM_BUILD_ROOT%{_examplesdir}/{%{name}-%{version},python-%{name}-%{version}} \
        $RPM_BUILD_ROOT/home/services/subversion{,/repos}
 
+# subversion perl bindings hack
+install -d $RPM_BUILD_ROOT%{_prefix}
+ln -s ../ $RPM_BUILD_ROOT%{_prefix}/local
+#
+
 %{__make} install \
 %if !%{with net_client_only}
 %if %{with python}
@@ -362,6 +367,8 @@ install tools/examples/*.py $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{vers
 install tools/client-side/bash_completion $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}
 install tools/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -418,7 +425,7 @@ fi
 %exclude %{_mandir}/man?/svnserve*
 %{?with_internal_neon:%exclude %{_mandir}/man1/neon*}
 
-%files libs
+%files libs -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*
 
This page took 0.039459 seconds and 4 git commands to generate.