]> git.pld-linux.org Git - packages/Togl.git/commitdiff
- added missing header file,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 8 Nov 2000 13:03:08 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved togl.c location.

Changed files:
    Togl.spec -> 1.3

Togl.spec

index 9ceae3c4f7e3610ed866aff2c9b7d83100841b73..230b2a95376d1442925b8acef50ec97e65b32f07 100644 (file)
--- a/Togl.spec
+++ b/Togl.spec
@@ -40,12 +40,12 @@ mv %{name}-Makefile.PLD Makefile
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_examplesdir}/%{name}-%{version}/src}
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_examplesdir}/%{name}-%{version}}
 #%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
 install -s libtogl.so.1.3 $RPM_BUILD_ROOT%{_libdir}
 cp double gears index overlay texture $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-install togl.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/src
+install togl.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 install togl.h $RPM_BUILD_ROOT%{_includedir}
 
@@ -62,5 +62,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*
-%attr(644,root,root) %{_examplesdir}/%{name}-%{version}/src/*.c
+%attr(644,root,root) %{_includedir}/togl.h
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*[^togl.c]
+%attr(644,root,root) %{_examplesdir}/%{name}-%{version}/*.c
This page took 0.080364 seconds and 4 git commands to generate.