]> git.pld-linux.org Git - packages/xcircuit.git/commitdiff
- found pixmap - works fine
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 29 Feb 2004 23:25:19 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcircuit.spec -> 1.2

xcircuit.spec

index a92958f3bf249deeb65cbad6b2938f8ea6de5ebc..b8ae790c882f686a0abb922727aa868e9ea8a9a6 100644 (file)
@@ -1,9 +1,9 @@
 # TODO:
-# - pl-translation, icon and desktop
+# - pl-translation and desktop
 Summary:       Drawing electrical circuit schematic diagrams and related figure
 Name:          xcircuit
 Version:       3.1.38
-Release:       0.1
+Release:       0.9
 License:       GPL
 Group:         Applications/Engineering
 Source0:       http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/%{name}-%{version}.tgz
@@ -38,10 +38,13 @@ schematic capture.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
 
+install lib/pixmaps/%{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,5 +62,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_xcircuitdir}/fonts/*.lps
 %{_xcircuitdir}/fonts/*.xfe
 #%{_desktopdir}/*.desktop
-#%{_pixmapsdir}/*
+%{_pixmapsdir}/*
 %{_mandir}/man1/*.1*
This page took 0.083551 seconds and 4 git commands to generate.