]> git.pld-linux.org Git - packages/emerald.git/commitdiff
- deps update, locale cleanups etc. auto/th/emerald-0_1_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Dec 2006 18:36:41 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Obsoletes: cgwd

Changed files:
    emerald.spec -> 1.10

emerald.spec

index bafbbcd24e8f9f355b3a3412860c386b2de1ee61..5596d60f4550f887ba4add6cdc192073feeea720 100644 (file)
@@ -4,12 +4,13 @@ Name:         emerald
 Version:       0.1.3
 Release:       1
 Epoch:         1
-License:       GPL/MIT
+License:       GPL v2+
 Group:         X11
 Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 27655582912eed701eef07083d445699
+URL:           http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
+BuildRequires: automake >= 1:1.9
 BuildRequires: beryl-core-devel >= 1:0.1.3
 BuildRequires: dbus-glib-devel >= 0.50
 BuildRequires: gtk+2-devel >= 2:2.8.0
@@ -18,7 +19,8 @@ BuildRequires:        libwnck-devel >= 2.14.1-2
 BuildRequires: pango-devel >= 1.10.0
 BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libXrender-devel >= 0.8.4
-Requires(post,postun): /sbin/ldconfig
+Requires:      beryl-core >= 1:0.1.3
+Obsoletes:     cgwd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,9 +32,9 @@ emerald to zarz
 dekoracji okien w berylu.
 
 %package devel
-Summary:       Header files for emerald
-Summary(pl):   Pliki nag³ówkowe dla emerald
-Group:         Development/Libraries
+Summary:       Header files for Emerald Engines library
+Summary(pl):   Pliki nag³ówkowe biblioteki Emerald Engines
+Group:         X11/Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      beryl-core-devel >= 1:0.1.3
 Requires:      dbus-glib-devel >= 0.50
@@ -42,30 +44,68 @@ Requires:   pango-devel >= 1.10.0
 Requires:      xorg-lib-libXrender-devel >= 0.8.4
 
 %description devel
-Header files for emerald.
+Header files for Emerald Engines library.
 
 %description devel -l pl
-Pliki nag³ówkowe dla emerald.
+Pliki nag³ówkowe biblioteki Emerald Engines.
 
 %package static
-Summary:       Static files for emerald
-Summary(pl):   Pliki statyczne dla emerald
-Group:         Development/Libraries
+Summary:       Static Emerald Engines library
+Summary(pl):   Statyczna biblioteka Emerald Engines
+Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
-Static files for emerald.
+Static Emerald Engines library.
 
 %description static -l pl
-Pliki statyczne dla emerald.
+Statyczna biblioteka Emerald Engines.
 
 %prep
 %setup -q
 
+mv -f po/{ca_ES,ca}.po
+mv -f po/{es_ES,es}.po
+mv -f po/{fr_FR,fr}.po
+mv -f po/{gu_IN,gu}.po
+mv -f po/{hu_HU,hu}.po
+mv -f po/{it_IT,it}.po
+mv -f po/{ja_JP,ja}.po
+mv -f po/{ko_KR,ko}.po
+mv -f po/{pt_PT,pt}.po
+mv -f po/{sv_SE,sv}.po
+mv -f po/{tr_TR,tr}.po
+# sv_FI is identical to sv_SE
+
+# NOTE: check the list after any upgrade!
+cat > po/LINGUAS <<EOF
+ca
+en_GB
+es
+es_AR
+fr
+gu
+hu
+it
+ja
+ko
+pt
+PT_BR
+sv
+tr
+zh_CN
+zh_HK
+zh_TW
+EOF
+
 %build
-autoreconf -v --install
 %{__intltoolize}
-%{__glib_gettextize} --copy --force
+%{__glib_gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-mime-update
 %{__make}
@@ -86,18 +126,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README TODO
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libemeraldengine.so.*.*.*
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/engines
 %attr(755,root,root) %{_libdir}/%{name}/engines/*.so
-%{_desktopdir}/emerald-theme-manager.desktop
+%{_datadir}/%{name}
 %{_datadir}/mime-info/emerald.mime
 %{_datadir}/mime/packages/emerald.xml
-%{_datadir}/%{name}
+%{_desktopdir}/emerald-theme-manager.desktop
 %{_pixmapsdir}/emerald-theme-manager-icon.png
 %{_iconsdir}/hicolor/*/*/*.png
-%{_pkgconfigdir}/emeraldengine.pc
 %{_mandir}/man1/*.1*
 
 %files devel
@@ -106,6 +146,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libemeraldengine.la
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
+%{_pkgconfigdir}/emeraldengine.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.862492 seconds and 4 git commands to generate.