Changes of Revision 2
[-] | Changed | libzen.spec |
1
2 %__install -dm 755 %{buildroot}%{_includedir}/ZenLib 3 %__install -m 644 Source/ZenLib/*.h \ 4 %{buildroot}%{_includedir}/ZenLib 5 -for i in Base64 HTTP_Client Format/Html Format/Http TinyXml; do 6 +for i in HTTP_Client Format/Html Format/Http ; do 7 %__install -dm 755 %{buildroot}%{_includedir}/ZenLib/$i 8 %__install -m 644 Source/ZenLib/$i/*.h \ 9 %{buildroot}%{_includedir}/ZenLib/$i 10 |