]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- files list
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 12 Dec 2003 11:31:27 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape.spec -> 1.3

inkscape.spec

index 1795b34cc57029f8f58348cd8fdbd7df28f0f622..cb26ec2595d4ad35d6e73ae3c7a5a7ac99407fcb 100644 (file)
@@ -43,9 +43,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/inkscape
+%{_datadir}/inkscape
+%{_mandir}/man1/*
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
This page took 0.21508 seconds and 4 git commands to generate.