rpms/awn-extras-applets/devel awn-extras-applets.spec,1.29,1.30

Leigh Scott leigh123linux at fedoraproject.org
Tue Apr 27 23:32:04 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/awn-extras-applets/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12296

Modified Files:
	awn-extras-applets.spec 
Log Message:
* Wed Apr 28 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-3
- fix find_lang
- fix non-executable-script



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- awn-extras-applets.spec	24 Apr 2010 11:51:30 -0000	1.29
+++ awn-extras-applets.spec	27 Apr 2010 23:32:02 -0000	1.30
@@ -8,7 +8,7 @@
 
 Name:           awn-extras-applets
 Version:        0.4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -101,8 +101,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm
 
-#translations included in non-standard way. no find_lang for now
-#%find_lang
+%find_lang awn-extras
+
+#fix non-executable-script
+chmod +x $RPM_BUILD_ROOT%{_datadir}/avant-window-navigator/applets/comics/comics.sh
 
 #remove script-shebang in non-executables
 stripscript()
@@ -151,7 +153,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f awn-extras.lang
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
 %config(noreplace) %{_sysconfdir}/gconf/schemas/*
@@ -161,10 +163,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/avant-window-navigator/applets/*
 %{_datadir}/avant-window-navigator/schemas/*
-%{_datadir}/locale/*/LC_MESSAGES/awn-extras.mo
 
 
 %changelog
+* Wed Apr 28 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-3
+- fix find_lang
+- fix non-executable-script
+
 * Sat Apr 24 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-2
 - disable shave in configure
 



More information about the scm-commits mailing list