rpms/anjuta-gdl/devel anjuta-gdl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Apr 23 22:35:30 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/anjuta-gdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19899/devel

Modified Files:
	.cvsignore sources 
Added Files:
	anjuta-gdl.spec 
Log Message:
auto-import anjuta-gdl-0.6.0-5 on branch devel from anjuta-gdl-0.6.0-5.src.rpm


--- NEW FILE anjuta-gdl.spec ---
Name:		anjuta-gdl
Summary:	Components and library for GNOME development tools
Version:	0.6.0
Release:	5%{?dist}
License:	GPL
Group:		Development/Libraries
Source:		http://ftp.gnome.org/pub/GNOME/sources/gdl/0.6/gdl-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL:		http://www.gnome.org
BuildRequires: 	gtk2-devel, libgnomeui-devel, libbonoboui-devel, libxml2-devel, librsvg2-devel

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


%package devel
Summary:	Libraries and include files for gdl
Group:		Development/Libraries
Requires:	%{name} = %{version}

%description devel
Libraries and header files if you want to make use of the gdl library in your
own programs.

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

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

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/gdl/images
make DESTDIR=${RPM_BUILD_ROOT} install
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
%find_lang gdl-1

%clean
rm -rf ${RPM_BUILD_ROOT}

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

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

%files devel
%defattr (-, root, root)
%{_includedir}/libgdl-1.0
%{_libdir}/*so
%{_libdir}/pkgconfig/gdl-1.0.pc

%changelog
* Sun Apr 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.0-5
- added --disable-static and removed the .a delete line
- very minor spec changes
- added find_lang again
- Thanks to rc040203 -at- freenet.de for spec changes

* Sat Apr 22 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.0-4
- Added %%find_lang
- Altered all buildreqs to be -devel
- Added requires gtk2

* Mon Apr 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.0-3
- Fixes to Requires (made to BuildRequires)

* Tue Feb 21 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.0-2
- Multiple fixes to the spec file
- Renamed rpm to anjuta-gdl to avoid conflict with another package called gdl

* Sat Feb 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.0-1
- Inital import for FC
- Large changes to the original spec file provided in the src file

* Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
- Update for version 0.4.0

* Tue Oct 24 2002 Jean Schurger <jschurger at schurger.org>
- Update for gnome 2 version

* Wed Aug 8 2001 Jens Finke <jens at gnome.org>
- created spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/anjuta-gdl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2006 22:34:33 -0000	1.1
+++ .cvsignore	23 Apr 2006 22:35:30 -0000	1.2
@@ -0,0 +1 @@
+gdl-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/anjuta-gdl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2006 22:34:33 -0000	1.1
+++ sources	23 Apr 2006 22:35:30 -0000	1.2
@@ -0,0 +1 @@
+527555a617fd670a0d4b7d03cae03dad  gdl-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list