From: Patryk Zawadzki Date: Tue, 15 Jan 2008 11:09:41 +0000 (+0000) Subject: - initial PLD release X-Git-Tag: auto/th/libgweather-2_22_0-1~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibgweather.git;a=commitdiff_plain;h=c9828fbae4034dff0a3d14f8954ea9767055efd6 - initial PLD release Changed files: libgweather.spec -> 1.1 --- c9828fbae4034dff0a3d14f8954ea9767055efd6 diff --git a/libgweather.spec b/libgweather.spec new file mode 100644 index 0000000..6b47590 --- /dev/null +++ b/libgweather.spec @@ -0,0 +1,95 @@ +Summary: libgweather is a library to access weather information from online services for numerous locations +Name: libgweather +Version: 2.21.2 +Release: 1 +License: GPL v2+ +Group: X11/Libraries +Source0: http://ftp.gnome.org/pub/GNOME/sources/libgweather/2.21/%{name}-%{version}.tar.bz2 +# Source0-md5: 715394c673895b52d1f807f874b66770 +URL: http://www.gnome.org/ +BuildRequires: GConf2-devel >= 2.8.0 +BuildRequires: autoconf >= 2.53 +BuildRequires: automake >= 1:1.8 +BuildRequires: glib2-devel >= 2.13.0 +BuildRequires: gnome-common >= 2.20.0 +BuildRequires: gnome-vfs2-devel >= 2.15.4 +BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRequires: intltool >= 0.36.1 +BuildRequires: libtool +BuildRequires: pkgconfig +# sr@Latn vs. sr@latin +Conflicts: glibc-misc < 6:2.7 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +libgweather is a library to access weather information from online +services for numerous locations. + +%package devel +Summary: Header files for libgweather +Group: X11/Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gtk+2-devel >= 2:2.12.0 + +%description devel +Header files for libgweather. + +%package static +Summary: Static libgweather library +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libgweather library. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \ + mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin} +%find_lang libgweather + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/sbin/ldconfig +%gconf_schema_install gweather.schemas + +%preun +%gconf_schema_uninstall gweather.schemas + +%postun -p /sbin/ldconfig + +%files -f libgweather.lang +%defattr(644,root,root,755) +%doc ChangeLog README +%{_sysconfdir}/gconf/schemas/gweather.schemas +%attr(755,root,root) %{_libdir}/libgweather.so.*.*.* +%{_datadir}/libgweather + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libgweather.so +%{_libdir}/libgweather.la +%{_includedir}/libgweather +%{_pkgconfigdir}/gweather.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libgweather.a