SPECS: aquamarine.spec - up to 0.1.4 - find_lang added - langs fix...

rotom rotom at pld-linux.org
Wed Dec 27 12:41:30 CET 2006


Author: rotom                        Date: Wed Dec 27 11:41:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.1.4
- find_lang added
- langs fixed
- seems to be working

---- Files affected:
SPECS:
   aquamarine.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/aquamarine.spec
diff -u SPECS/aquamarine.spec:1.18 SPECS/aquamarine.spec:1.19
--- SPECS/aquamarine.spec:1.18	Mon Dec 11 01:33:42 2006
+++ SPECS/aquamarine.spec	Wed Dec 27 12:41:24 2006
@@ -2,12 +2,12 @@
 Summary:	Themeable window decorator and compositing manager for beryl
 Summary(pl):	Dekorator okien dla beryla używający motywów
 Name:		aquamarine
-Version:	0.1.3
-Release:	2
+Version:	0.1.4
+Release:	0.1
 License:	GPL v2+
 Group:		Themes
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	aeb1c42f907f08226c5d4ce48b8d209c
+# Source0-md5:	6b0009bb7af2d37654d8001b1aecfdbe
 Patch0:		%{name}-ac260-lt.patch
 Patch1:		%{name}-nodeps_am.patch
 Patch2:		%{name}-include.patch
@@ -37,15 +37,43 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
-%patch2 -p0
+#%patch1 -p0
+#%patch2 -p0
+
+mv -f po/{ca_ES,ca}.po
+mv -f po/{es_ES,es}.po
+mv -f po/{hu_HU,hu}.po
+mv -f po/{it_IT,it}.po
+mv -f po/{ko_KR,ko}.po
+mv -f po/{pt_PT,pt}.po
+mv -f po/{ru_RU,ru}.po
+mv -f po/{uk_UA,uk}.po
+rm -r po/ru_UA.po # I dont know whot's that
+
+# NOTE: check the list after any upgrade!
+cat > po/LINGUAS <<EOF
+ca
+es
+es_AR
+fr
+hu
+it
+ko
+pt_BR
+pt
+ru
+uk
+zh_CN
+zh_HK
+zh_TW
+EOF
 
 %build
 # can't libtoolize with KDE mess
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#%{__automake}
 %configure \
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
@@ -60,13 +88,20 @@
 %{__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 AUTHORS 
+%doc AUTHORS
 %attr(755,root,root) %{_bindir}/aquamarine
+%{_prefix}/lib/beryl/backends/libkconfig.la
+%attr(755,root,root) %{_prefix}/lib/beryl/backends/libkconfig.so
+%{_prefix}/lib/kde3/kcm_beryl.la
+%attr(755,root,root) %{_prefix}/lib/kde3/kcm_beryl.so
+%{_desktopdir}/kde/beryl.desktop
+%{_datadir}/config.kcfg/aquamarine.kcfg
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -74,6 +109,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/12/27 11:41:24  rotom
+- up to 0.1.4
+- find_lang added
+- langs fixed
+- seems to be working
+
 Revision 1.18  2006/12/11 00:33:42  shadzik
 - fake rel up, for srcbuilder to make new src.rpm
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/aquamarine.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list