rpms/libgweather/devel libgweather.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jan 16 05:33:00 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/libgweather/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12078/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libgweather.spec 
Log Message:
initial import



--- NEW FILE libgweather.spec ---
Name:           libgweather
Version:        2.21.2 
Release:        2%{?dist}
Summary:        A library for weather information 

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.gnome.org 
Source0:        http://download.gnome.org/sources/libgweather/2.21/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  GConf2-devel >= 2.8.0
BuildRequires:  gtk2-devel >= 2.11.0
BuildRequires:  gnome-vfs2-devel >= 2.15.4
BuildRequires:  gettext
BuildRequires:  perl(XML::Parser)

%description
libgweather is a library to access weather information from online
services for numerous locations.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gweather.schemas > /dev/null || :

%pre
if [ "$1" -gt 1 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gweather.schemas > /dev/null || :
fi

%preun
if [ "$1" -eq 0 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gweather.schemas > /dev/null || :
fi

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_sysconfdir}/gconf/schemas/gweather.schemas
%{_libdir}/libgweather.so.*
%{_datadir}/libgweather

%files devel
%defattr(-,root,root,-)
%{_includedir}/libgweather
%{_libdir}/libgweather.so
%{_libdir}/pkgconfig/gweather.pc


%changelog
* Tue Jan 15 2008  Matthias Clasen <mclasen at redhat.com> 2.21.2-2
- Incorporate review feedback (#428739)

* Mon Jan 14 2008  Matthias Clasen <mclasen at redhat.com> 2.21.2-1
- Update to 2.21.2

* Thu Jan 10 2008  Matthias Clasen <mclasen at redhat.com> 2.21.1-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libgweather/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jan 2008 02:48:09 -0000	1.1
+++ .cvsignore	16 Jan 2008 05:32:24 -0000	1.2
@@ -0,0 +1 @@
+libgweather-2.21.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libgweather/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jan 2008 02:48:09 -0000	1.1
+++ sources	16 Jan 2008 05:32:24 -0000	1.2
@@ -0,0 +1 @@
+715394c673895b52d1f807f874b66770  libgweather-2.21.2.tar.bz2




More information about the fedora-extras-commits mailing list