]> git.pld-linux.org Git - packages/libggi.git/commitdiff
- rebuild on current glibc,
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jan 2001 11:35:54 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more macros.

Changed files:
    libggi.spec -> 1.18

libggi.spec

index 4f1543c20c42ad489dbfed3c21ae2cd958c92d04..836a8885c8d887a1efaa114efa8e028119df864f 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GGI - Generic Graphics Interface
 Summary(pl):   GGI - Generic Graphics Interface
 Name:          libggi
 Version:       2.0b2.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -121,12 +121,12 @@ CPPFLAGS="-I/usr/include/glide"; export CPPFLAGS
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR="$RPM_BUILD_ROOT"
 
-install programs/demos/*.c $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}
+install programs/demos/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 # demos which are nice, but not installed by make install
 install programs/demos/.libs/flying_ggis $RPM_BUILD_ROOT%{_bindir}
@@ -197,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc ChangeLog.gz
-%doc %{_prefix}/src/examples/%{name}
+%doc %{_examplesdir}/%{name}-%{version}
 
 %{_includedir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.126244 seconds and 4 git commands to generate.