Accepting request 86311 from home:dimstar:branches:GNOME:Factory
Rework for vuntz OBS-URL: https://build.opensuse.org/request/show/86311 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=60
This commit is contained in:
committed by
Git OBS Bridge
parent
d098ebdf91
commit
b430a8ad6a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48dbc55bc4679d61f8d593ffb5a835ff3f2acdc3d4a4766c982b963d59f9c884
|
||||
size 589085
|
3
gdl-3.2.0.tar.bz2
Normal file
3
gdl-3.2.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:988f715c75755fa59b55fd5127f84ace01cc2d6111c5444c67c7b1f0b9a1626b
|
||||
size 588944
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 20:36:45 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Use maintainer-mode by default
|
||||
+ Updated translations.
|
||||
- Clean spec file using spec-cleaner and fix files section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 13 17:14:44 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
30
gdl.spec
30
gdl.spec
@@ -15,23 +15,22 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gdl
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||
Group: System/Libraries
|
||||
Source: http://download.gnome.org/sources/gdl/3.2/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Version: 3.1.5
|
||||
Release: 1
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Source: http://download.gnome.org/sources/gdl/3.1/%{name}-%{version}.tar.bz2
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -70,20 +69,20 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%install
|
||||
%makeinstall
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
%find_lang %{name}-3
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libgdl-3-1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgdl-3-1 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -n libgdl-3-1
|
||||
%defattr(-, root, root)
|
||||
@@ -98,10 +97,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/gir-1.0/Gdl-3.gir
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
%{_datadir}/gtk-doc/html/gdl-3.0/
|
||||
|
||||
%files lang -f %{name}-3.lang
|
||||
|
||||
|
Reference in New Issue
Block a user