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

Eric Work (ework) fedora-extras-commits at redhat.com
Thu Aug 10 06:33:49 UTC 2006


Author: ework

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

Modified Files:
	.cvsignore sources 
Added Files:
	gtkdatabox.spec 
Log Message:
auto-import gtkdatabox-0.6.0.0-1 on branch devel from gtkdatabox-0.6.0.0-1.src.rpm


--- NEW FILE gtkdatabox.spec ---
Name:           gtkdatabox
Version:        0.6.0.0
Release:        1
Summary:        GTK+ widget for fast data display
Group:          System Environment/Libraries
License:        LGPL
URL:            http://www.eudoxos.net/gtk/gtkdatabox
Source:         http://www.eudoxos.net/gtk/gtkdatabox/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gtk2-devel, pkgconfig

%description
GtkDatabox is a widget for the GTK+ library designed to display
large amounts of numerical data fast and easy.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       gtk2-devel, 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 {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/libgtkdatabox-*.so.*

%files devel
%defattr(-,root,root,-)
%doc examples/*.c
%{_includedir}/gtkdatabox*.h
%{_libdir}/libgtkdatabox.so
%{_libdir}/pkgconfig/gtkdatabox.pc

%changelog
* Tue Aug 08 2006 Eric Work <work.eric at gmail.com> 0.6.0.0-1
- updated to 0.6.0.0

* Fri Jun 23 2006 Eric Work <work.eric at gmail.com> 0.5.3.0-1
- initial release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtkdatabox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Aug 2006 06:33:22 -0000	1.1
+++ .cvsignore	10 Aug 2006 06:33:49 -0000	1.2
@@ -0,0 +1 @@
+gtkdatabox-0.6.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtkdatabox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Aug 2006 06:33:22 -0000	1.1
+++ sources	10 Aug 2006 06:33:49 -0000	1.2
@@ -0,0 +1 @@
+66cbfab39fa3738766f0ebb03dfb65ef  gtkdatabox-0.6.0.0.tar.gz




More information about the fedora-extras-commits mailing list