]> git.pld-linux.org Git - packages/anjuta.git/commitdiff
- removed COPYING (just GPL), INSTALL (generic), *.la (unneeded)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Aug 2003 09:00:20 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anjuta.spec -> 1.67

anjuta.spec

index 57940df03df922cf7415359cb26b5c2d2e3575b9..73dde78073057ce5bf608df686ff535c0a9e9ecb 100644 (file)
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        gnomemenudir=%{_desktopdir}
 
+# *.la not needed - *.so loaded through libgmodule
+rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/lib*.la
+
 %find_lang %{name} --with-gnome
 
 %clean
@@ -90,12 +93,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README ChangeLog NEWS TODO AUTHORS COPYING
-%doc FUTURE INSTALL doc/ScintillaDoc.html
+%doc AUTHORS ChangeLog FUTURE NEWS README TODO doc/ScintillaDoc.html
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/anjuta
 %attr(755,root,root) %{_libdir}/anjuta/lib*.so*
-%{_libdir}/anjuta/lib*.la
 %{_pixmapsdir}/anjuta
 %{_datadir}/anjuta
 %{_datadir}/mime-info/*
This page took 0.096155 seconds and 4 git commands to generate.