]> git.pld-linux.org Git - packages/libglade.git/commitdiff
- remove using %%find_lang macro (current libglade have internationalized libglade-0_13-1
authorkloczek <kloczek@pld-linux.org>
Sat, 20 May 2000 20:53:55 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  only test program).

Changed files:
    libglade.spec -> 1.17

libglade.spec

index 81c2c44b0ef4659cd3f8646e422109a04f1e13f3..7dea500dbbb7bc2605b50a59ca005705c21de232 100644 (file)
@@ -77,15 +77,13 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 
 install test-libglade.c *.glade $RPM_BUILD_ROOT/usr/src/examples/%{name}
 
-%find_lang %{name}
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
This page took 0.030516 seconds and 4 git commands to generate.