SPECS: BloGTK.spec - builds - should probably compile python scrip...
patrys
patrys at pld-linux.org
Thu Dec 15 00:56:10 CET 2005
Author: patrys Date: Wed Dec 14 23:56:10 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- builds
- should probably compile python scripts too
---- Files affected:
SPECS:
BloGTK.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/BloGTK.spec
diff -u SPECS/BloGTK.spec:1.5 SPECS/BloGTK.spec:1.6
--- SPECS/BloGTK.spec:1.5 Wed May 4 11:48:01 2005
+++ SPECS/BloGTK.spec Thu Dec 15 00:56:04 2005
@@ -36,10 +36,13 @@
%{__make} install \
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
- DATADIR=$RPM_BUILD_ROOT/share/blogtk \
- LIBDIR=$RPM_BUILD_ROOT/lib/blogtk \
- APPLICATIONSDIR=$RPM_BUILD_ROOT/share/applications \
- ICONDIR=$RPM_BUILD_ROOT/share/pixmaps
+ DATADIR=$RPM_BUILD_ROOT%{_datadir}/%{name} \
+ LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name} \
+ APPLICATIONSDIR=$RPM_BUILD_ROOT%{_desktopdir} \
+ ICONDIR=$RPM_BUILD_ROOT%{_iconsdir}
+
+rm $RPM_BUILD_ROOT%{_bindir}/BloGTK
+ln -s {%_libdir}/blogtk/BloGTK.py $RPM_BUILD_ROOT%{_bindir}/BloGTK
%clean
rm -rf $RPM_BUILD_ROOT
@@ -48,6 +51,10 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_desktopdir}/*
+%attr(644,root,root) %{_iconsdir}/*
+%{_datadir}/%{name}
+%{_libdir}/%{name}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -55,6 +62,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/12/14 23:56:04 patrys
+- builds
+- should probably compile python scripts too
+
Revision 1.5 2005/05/04 09:48:01 spider
- proper group
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/BloGTK.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list