]> git.pld-linux.org Git - packages/pong.git/commitdiff
- more fixes in install
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 25 Jul 2002 23:02:30 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hand modified locations

Changed files:
    pong.spec -> 1.5

pong.spec

index 0274caa766bbd76e2debdd797fd9d11a2ee8c0f7..6f58dbab1e86b6360b982392856fb3266184dfbf 100644 (file)
--- a/pong.spec
+++ b/pong.spec
@@ -2,7 +2,7 @@ Summary:        A library for creating configuration dialogs
 Summary(pl):   Biblioteka do tworzenia dialogów konfiguracyjnych
 Name:          pong
 Version:       1.0.2
-Release:       0.4
+Release:       0.5
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://ftp.5z.com/pub/pong/%{name}-%{version}.tar.gz
@@ -68,8 +68,12 @@ mv -f configure.in.tmp configure.in
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_aclocaldir},%{_applnkdir}/Development}
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
+mv $RPM_BUILD_ROOT%{_datadir}/aclocal/* $RPM_BUILD_ROOT%{_aclocaldir}
+install pong-edit/pong-edit.desktop $RPM_BUILD_ROOT%{_applnkdir}/Development
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.040057 seconds and 4 git commands to generate.