rpms/emerald/FC-6 .cvsignore, 1.2, 1.3 emerald.spec, 1.1, 1.2 sources, 1.2, 1.3

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Dec 13 18:56:24 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/emerald/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24888

Modified Files:
	.cvsignore emerald.spec sources 
Log Message:
New upstream release 0.1.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emerald/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Nov 2006 21:59:38 -0000	1.2
+++ .cvsignore	13 Dec 2006 18:55:54 -0000	1.3
@@ -1 +1,2 @@
 emerald-0.1.2.tar.bz2
+emerald-0.1.3.tar.bz2


Index: emerald.spec
===================================================================
RCS file: /cvs/extras/rpms/emerald/FC-6/emerald.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emerald.spec	15 Nov 2006 21:59:38 -0000	1.1
+++ emerald.spec	13 Dec 2006 18:55:54 -0000	1.2
@@ -2,8 +2,8 @@
 Url:            http://www.beryl-project.org/
 License:        GPL
 Group:          User Interface/Desktops
-Version:        0.1.2
-Release:        3%{?dist}
+Version:        0.1.3
+Release:        2%{?dist}
 
 Summary:        Themeable window decorator and compositing manager for Beryl
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,11 +15,9 @@
 Requires:       beryl-core >= %{version}
 
 BuildRequires:  beryl-core-devel >= %{version}
-BuildRequires:  libtool, gettext-devel, libwnck-devel
-BuildRequires:  libXcomposite-devel, libXdamage-devel
-BuildRequires:  gtk2-devel, intltool, desktop-file-utils
-BuildRequires:  dbus-glib, dbus-devel, librsvg2-devel
-BuildRequires:  startup-notification-devel, perl-XML-Parser
+BuildRequires:  libwnck-devel, gtk2-devel
+BuildRequires:  intltool, desktop-file-utils
+BuildRequires:  perl-XML-Parser, gettext-devel
 
 
 %description
@@ -62,6 +60,13 @@
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category X-Fedora \
   $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop
+# Fix up xy_XY to just xy
+for lang in tr_TR
+do
+  dest=$(echo ${lang} | cut -d_ -f1)
+  mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \
+    $RPM_BUILD_ROOT%{_datadir}/locale/${dest}
+done
 %find_lang %{name}
 
 
@@ -104,6 +109,15 @@
 %{_libdir}/libemeraldengine.so
 
 %changelog
+* Wed Dec 13 2006 Jarod Wilson <jwilson at redhat.com> 0.1.3-2
+- Add necessary BR for freshly-added translations
+
+* Tue Dec 12 2006 Jarod Wilson <jwilson at redhat.com> 0.1.3-1
+- New upstream release
+
+* Thu Nov 16 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-4
+- Trim BR:
+
 * Wed Nov 15 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-3
 - Kill rpaths
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emerald/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Nov 2006 21:59:38 -0000	1.2
+++ sources	13 Dec 2006 18:55:54 -0000	1.3
@@ -1 +1 @@
-c273fe82c7e3b2867f05073f3b012708  emerald-0.1.2.tar.bz2
+27655582912eed701eef07083d445699  emerald-0.1.3.tar.bz2




More information about the scm-commits mailing list