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

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Thu Jan 10 03:17:55 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libgdl.spec 
Log Message:
Initial import into devel.
 
 Modified Files:
 	devel/.cvsignore devel/sources 
 Added Files:
 	devel/libgdl.spec 



--- NEW FILE libgdl.spec ---
Summary:	Components and library for GNOME development tools
Name:		libgdl
Version:	0.7.7
Release:	1%{?dist}
# Mixed source licensing scenario.
License:	(GPLv2 and GPLv2+ and LGPLv2+)
Group:		Development/Libraries
URL:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

# Will be dropped in Fedora 10.
Provides:	anjuta-gdl = %{version}-%{release}
Obsoletes:	anjuta-gdl < 0.7.7-1

BuildRequires:	chrpath
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libgnomeui-devel
BuildRequires:	perl(XML::Parser)

%description
GNOME Devtool Libraries contains components and libraries that are intended to
be shared between GNOME development tools, including anjuta2, gnome-build and
gnome-debug.

The current pieces of GDL include:
 * A symbol browser bonobo component (symbol-browser-control).
 * A docking widget (gdl).
 * A utility library that also contains the stubs and skels for the symbol
 browser and text editor components (gdl, idl).

%package devel
Summary:	Development files for %{name}
Group:		Development/Libraries

# Will be dropped in Fedora 10.
Provides:	anjuta-gdl-devel = %{version}-%{release}
Obsoletes:	anjuta-gdl-devel < 0.7.7-1

Requires:	gtk2-devel
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig

%description devel
This package contains development files for %{name}.

%prep
%setup -q -n gdl-%{version}

# Suppress rpmlint error.
iconv --from-code ISO8859-1 --to-code UTF-8 ./MAINTAINERS \
  --output MAINTAINERS.utf-8 && mv MAINTAINERS.utf-8 ./MAINTAINERS

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

%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -delete

%find_lang gdl-1

# Remove rpaths.
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}-gnome-1.so.0.0.0

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f gdl-1.lang
%defattr (-,root,root,-)
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc MAINTAINERS
%doc NEWS
%doc README
%{_libdir}/%{name}-gnome-1.so.*
%{_libdir}/%{name}-1.so.*

%dir %{_datadir}/gdl
%{_datadir}/gdl/glade

%files devel
%defattr (-,root,root,-)
%{_libdir}/%{name}-1.so
%{_libdir}/%{name}-gnome-1.so
%{_libdir}/pkgconfig/gdl-1.0.pc
%{_libdir}/pkgconfig/gdl-gnome-1.0.pc

%dir %{_includedir}/%{name}-1.0
%{_includedir}/%{name}-1.0/gdl

%changelog
* Sat Dec 15 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.7.7-1
- Initial build. Imported SPEC from Rawhide and renamed as libgdl from
  anjuta-gdl.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jan 2008 18:18:13 -0000	1.1
+++ .cvsignore	10 Jan 2008 03:17:14 -0000	1.2
@@ -0,0 +1 @@
+gdl-0.7.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jan 2008 18:18:13 -0000	1.1
+++ sources	10 Jan 2008 03:17:14 -0000	1.2
@@ -0,0 +1 @@
+b3069cd705e1ae967f5f7acbfcbd542c  gdl-0.7.7.tar.gz




More information about the fedora-extras-commits mailing list