]> git.pld-linux.org Git - packages/libgweather.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 15 Jan 2008 11:09:41 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgweather.spec -> 1.1

libgweather.spec [new file with mode: 0644]

diff --git a/libgweather.spec b/libgweather.spec
new file mode 100644 (file)
index 0000000..6b47590
--- /dev/null
@@ -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
This page took 0.056307 seconds and 4 git commands to generate.